aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/devlink.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-03-01 16:05:40 -0500
committerDavid S. Miller <davem@davemloft.net>2016-03-01 16:05:40 -0500
commitbd070e212688c0d95c68dfe7d54a5aa2a60a8f11 (patch)
tree91357da0dae05e685b5dc3ef0297abd8f63b4f30 /net/core/devlink.c
parentMerge branch 'ndo_set_rx_headroom' (diff)
parentnet: sched: cls_u32 add bit to specify software only rules (diff)
downloadlinux-dev-bd070e212688c0d95c68dfe7d54a5aa2a60a8f11.tar.xz
linux-dev-bd070e212688c0d95c68dfe7d54a5aa2a60a8f11.zip
Merge branch 'tc-sw-only'
John Fastabend says: ==================== tc software only This adds a software only flag to tc but incorporates a bunch of comments from the original attempt at this. First instead of having the offload decision logic be embedded in cls_u32 I lifted into cls_pkt.h so it can be used anywhere and named the flag TCA_CLS_FLAGS_SKIP_HW (Thanks Jiri ;) In order to do this I put the flag defines in pkt_cls.h as well. However it was suggested that perhaps these flags could be lifted into the upper layer of TCA_ as well but I'm afraid this can not be done with existing tc design as far as I can tell. The problem is the filters are packed and unpacked in the classifier specific code and pushing the flags through the high level doesn't seem easily doable. And we already have this design where classifiers handle generic options such as actions and policers. So I think adding one more thing here is OK as 'tc', et. al. already know how to handle this type of thing. ==================== Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/devlink.c')
0 files changed, 0 insertions, 0 deletions