[dpdk-dev] [PATCH] kni: create KNI interface in current network namespace

2014-12-01 Thread hem...@freescale.com
> 2014-11-21 12:10, Takayuki Usui: > > With this patch, KNI interface (e.g. vEth0) is created in the network > > namespace where the DPDK application is running. > > Otherwise, all interfaces are created in the default namespace in the > > host. > > > > Signed-off-by: Takayuki Usui > > --- > >

[dpdk-dev] [PATCH] kni: create KNI interface in current network namespace

2014-11-27 Thread Nicolas Dichtel
Le 21/11/2014 04:10, Takayuki Usui a ?crit : > With this patch, KNI interface (e.g. vEth0) is created in the > network namespace where the DPDK application is running. > Otherwise, all interfaces are created in the default namespace > in the host. > > Signed-off-by: Takayuki Usui > --- >

[dpdk-dev] [PATCH] kni: create KNI interface in current network namespace

2014-11-26 Thread Thomas Monjalon
Anyone to review this KNI patch? 2014-11-21 12:10, Takayuki Usui: > With this patch, KNI interface (e.g. vEth0) is created in the > network namespace where the DPDK application is running. > Otherwise, all interfaces are created in the default namespace > in the host. > > Signed-off-by: Takayuki

[dpdk-dev] [PATCH] kni: create KNI interface in current network namespace

2014-11-21 Thread Takayuki Usui
With this patch, KNI interface (e.g. vEth0) is created in the network namespace where the DPDK application is running. Otherwise, all interfaces are created in the default namespace in the host. Signed-off-by: Takayuki Usui --- lib/librte_eal/linuxapp/kni/kni_misc.c | 2 ++ 1 file changed, 2