]> asedeno.scripts.mit.edu Git - linux.git/commit
cls_matchall: pass offload flags to tc_cls_common_offload_init()
authorJakub Kicinski <jakub.kicinski@netronome.com>
Wed, 24 Jan 2018 20:54:18 +0000 (12:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jan 2018 21:01:10 +0000 (16:01 -0500)
commit93da52b567c24ce31938181fd55755b908cd0a5a
tree39c82cba10efa1cbf52e1f28b217e3cb1b7523ad
parent0e908a450ad6a8445b04ec49807ca5fdc94956dd
cls_matchall: pass offload flags to tc_cls_common_offload_init()

Pass offload flags to the new implementation of
tc_cls_common_offload_init().  Extack will now only
be set if user requested skip_sw.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_matchall.c