[dpdk-dev] [PATCH v4 1/4] port: kni interface support

2016-06-21 Thread Ethan Zhuang
From: WeiJie Zhuang add KNI port type to the packet framework Signed-off-by: WeiJie Zhuang --- v2: * Fix check patch error. v3: * Fix code review comments. v4: * Reorganize patch sets and fix some comments --- lib/librte_port/Makefile | 7 + lib/librte_port/rte_port_kni.c |

[dpdk-dev] [PATCH v4 1/4] port: kni interface support

2016-06-21 Thread Thomas Monjalon
> > From: WeiJie Zhuang > > > > add KNI port type to the packet framework > > > > Signed-off-by: WeiJie Zhuang > > Series-acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH v4 1/4] port: kni interface support

2016-06-21 Thread Dumitrescu, Cristian
> -Original Message- > From: Ethan Zhuang [mailto:zhuangwj at gmail.com] > Sent: Tuesday, June 21, 2016 11:56 AM > To: Dumitrescu, Cristian > Cc: dev at dpdk.org; Singh, Jasvinder ; Yigit, > Ferruh ; WeiJie Zhuang > Subject: [PATCH v4 1/4] port: kni interface support > > From: WeiJie Z