[dpdk-dev] [PATCH v2] kni: Bug fix in module_init and module_exit

2016-09-09 Thread Thomas Monjalon
2016-09-06 09:02, Ferruh Yigit: > On 9/2/2016 11:23 AM, Vincent Guo wrote: > > Fix pernet calls when HAVE_SIMPLIFIED_PERNET_OPERATIONS is not set. > > > > Fixes: e6734d21b4e1 ("kni: fix build with kernel 2.6.32") > > > > Signed-off-by: Vincent Guo > > Only patch subject should start with lowerc

[dpdk-dev] [PATCH v2] kni: Bug fix in module_init and module_exit

2016-09-06 Thread Ferruh Yigit
On 9/2/2016 11:23 AM, Vincent Guo wrote: > Fix pernet calls when HAVE_SIMPLIFIED_PERNET_OPERATIONS is not set. > > Fixes: e6734d21b4e1 ("kni: fix build with kernel 2.6.32") > > Signed-off-by: Vincent Guo Only patch subject should start with lowercase, Thomas would you mind fixing this while app

[dpdk-dev] [PATCH v2] kni: Bug fix in module_init and module_exit

2016-09-02 Thread Vincent Guo
Fix pernet calls when HAVE_SIMPLIFIED_PERNET_OPERATIONS is not set. Fixes: e6734d21b4e1 ("kni: fix build with kernel 2.6.32") Signed-off-by: Vincent Guo --- lib/librte_eal/linuxapp/kni/kni_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/linuxapp/kni