]> 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)
commit714a82b5c6c493d14598ce2ea04fdcfaa87ca33b
tree2f943af64f416a804fb3ef9037393c340b44be02
parent6dd7a9b846ee7a5e7daf5e3d508a80583daf34c0
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