]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: push chain dump to a separate function
authorJiri Pirko <jiri@mellanox.com>
Wed, 17 May 2017 09:08:00 +0000 (11:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 19:22:13 +0000 (15:22 -0400)
commit86fbfa32f5b8b578b745e58a76a9d1b47cceb0e5
tree2f943af64f416a804fb3ef9037393c340b44be02
parent5e789545c5c7dd19cab1c4bd9ee926afe82f238e
net: sched: push chain dump to a separate function

Since there will be multiple chains to dump, push chain dumping code to
a separate function.

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