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

2014-12-02 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. put_net() is required, since get_net_ns_by_pid() increments the reference counter of the network namesp

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

2014-12-02 Thread Nicolas Dichtel
Le 02/12/2014 03:19, 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. > > put_net() is required, since get_net_ns_by_pid(