Re: [PATCH v1 net-next 4/5] drop_monitor: let drop stat support net ns

2017-07-12 Thread kbuild test robot
Hi martin, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/martinbj2008-gmail-com/drop_monitor-import-netnamespace-framework/20170712-205015 coccinelle warnings: (new ones prefixed by >>) >> net/core/drop_monitor.c:555:36-37: Unneeded semicolon P

[PATCH v1 net-next 4/5] drop_monitor: let drop stat support net ns

2017-07-12 Thread martinbj2008
From: martin Zhang move the detail drop stat to per net ns. A net ns has its per cpu stat. keep the work under per cpu to send netlink alter message. all the net ns share a work under a CPU, the work will be scheduled by any ns, and will send message in all the ns. Signed-off-by: martin Zhang