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

2016-08-29 Thread Ferruh Yigit
On 8/29/2016 10:36 AM, Ferruh Yigit wrote: > Hi Vincent, > > On 8/29/2016 3:12 AM, Vincent Guo wrote: >> Fix pernet calls when HAVE_SIMPLIFIED_PERNET_OPERATIONS is not set. >> >> Signed-off-by: Vincent Guo >> --- > > Thank you for the update, patch applies well this time. > > A few more small d

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

2016-08-29 Thread Ferruh Yigit
Hi Vincent, On 8/29/2016 3:12 AM, Vincent Guo wrote: > Fix pernet calls when HAVE_SIMPLIFIED_PERNET_OPERATIONS is not set. > > Signed-off-by: Vincent Guo > --- Thank you for the update, patch applies well this time. A few more small details: - Patch subject should start with a label/tag, that

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

2016-08-29 Thread Vincent Guo
Fix pernet calls when HAVE_SIMPLIFIED_PERNET_OPERATIONS is not set. 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/kni_misc.c b/lib/librte_eal/linuxapp/kni/kni_misc.c index