]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: avoid usage of tp->q in tcf_classify
authorJiri Pirko <jiri@mellanox.com>
Wed, 17 Jan 2018 10:46:47 +0000 (11:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Jan 2018 19:53:56 +0000 (14:53 -0500)
commitb4a8e791f8c983e2daa612ddbf223e3f9cc9f177
treeeeb82fac2f6c8c9aebfa667d87fd350d066a9af8
parent286755012252abbd3a18e9e40186b843825a35a1
net: sched: avoid usage of tp->q in tcf_classify

Use block index in the messages instead.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Acked-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c