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)
commit9d3aaff3d8523264ff7082a90759cb8a340200be
treeeeb82fac2f6c8c9aebfa667d87fd350d066a9af8
parent4861738775d70e0165d04fe014f32b41bcb5414a
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