[linux-yocto] [PATCH 1/2] netatop: Initial integration

2018-03-28 Thread He Zhe
This is a net statistics collector for atop from: http://atoptool.nl/netatop.php https://atoptool.nl/download/netatop-2.0.tar.gz Two changes: Adjust pathes for netatop.h and netatopversion.h Add module_init and module_exit Signed-off-by: He Zhe ---

[linux-yocto] [PATCH 2/2] netatop: Add Kconfig and Makefile

2018-03-28 Thread He Zhe
Add CONFIG_NETATOP to control enablement Signed-off-by: He Zhe --- drivers/staging/Kconfig | 2 ++ drivers/staging/Makefile | 1 + drivers/staging/netatop/Kconfig | 13 + drivers/staging/netatop/Makefile | 1 + 4 files changed, 17