]> asedeno.scripts.mit.edu Git - linux.git/commit
net: sched: cls_u32: use block instead of q in tc_u_common
authorJiri Pirko <jiri@mellanox.com>
Fri, 13 Oct 2017 12:01:02 +0000 (14:01 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Oct 2017 20:00:41 +0000 (21:00 +0100)
commit7fa9d974f3c2a016b9accb18f4ee2ed2a738585c
treead3dda33fdf3fa77c01408a18376fe90788b3ecd
parentc1954561cd262b8adf7908c5552fe9ad99f82f81
net: sched: cls_u32: use block instead of q in tc_u_common

tc_u_common is now per-q. With blocks, it has to be converted to be
per-block.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_u32.c