aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
diff options
context:
space:
mode:
authorVlad Buslov <vladbu@mellanox.com>2019-06-12 10:14:35 +0300
committerDavid S. Miller <davem@davemloft.net>2019-06-12 09:28:05 -0700
commit7a096d579e8e2bd8b8ff34d5ef3093cd9bf3f13b (patch)
tree56b90bb69ee6b9239f3d78887cc0cc8e3fa31465 /drivers/net/ethernet
parentMerge branch 'tls-add-support-for-kernel-driven-resync-and-nfp-RX-offload' (diff)
downloadlinux-dev-7a096d579e8e2bd8b8ff34d5ef3093cd9bf3f13b.tar.xz
linux-dev-7a096d579e8e2bd8b8ff34d5ef3093cd9bf3f13b.zip
net: sched: ingress: set 'unlocked' flag for Qdisc ops
To remove rtnl lock dependency in tc filter update API when using ingress Qdisc, set QDISC_CLASS_OPS_DOIT_UNLOCKED flag in ingress Qdisc_class_ops. Ingress Qdisc ops don't require any modifications to be used without rtnl lock on tc filter update path. Ingress implementation never changes its q->block and only releases it when Qdisc is being destroyed. This means it is enough for RTM_{NEWTFILTER|DELTFILTER|GETTFILTER} message handlers to hold ingress Qdisc reference while using it without relying on rtnl lock protection. Unlocked Qdisc ops support is already implemented in filter update path by unlocked cls API patch set. Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet')
0 files changed, 0 insertions, 0 deletions