]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: cls_flower: move key/mask dumping into a separate function
authorJiri Pirko <jiri@mellanox.com>
Mon, 23 Jul 2018 07:23:08 +0000 (09:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 03:44:12 +0000 (20:44 -0700)
commit4e72bb19ccddd23f36c1ef984c4900ac95dc77ae
treef74f8906183cb395f5642cbfe1f87c53a9be7309
parentdb48d3f90e0bf565a642577ab8ff5482e4daf5a7
net: sched: cls_flower: move key/mask dumping into a separate function

Push key/mask dumping from fl_dump() into a separate function
fl_dump_key(), that will be reused for template dumping.

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