Home
last modified time | relevance | path

Searched hist:"455075292 b0d58f708c1afe7011a8b9223b2c9c8" (Results 1 – 1 of 1) sorted by relevance

/linux/net/sched/
H A Dcls_flower.cdiff 455075292b0d58f708c1afe7011a8b9223b2c9c8 Fri Aug 04 14:29:06 CEST 2017 Jiri Pirko <jiri@mellanox.com> net: sched: cls_flower: no need to call tcf_exts_change for newly allocated struct

As the f struct was allocated right before fl_set_parms call, no need
to use tcf_exts_change to do atomic change, and we can just fill-up
the unused exts struct directly by tcf_exts_validate.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>