Re: [dpdk-dev] [PATCH v8 4/4] ethdev: add control interface support

2017-06-30 Thread Ferruh Yigit
On 6/21/2017 4:24 PM, Stephen Hemminger wrote: > On Wed, 21 Jun 2017 12:06:51 +0100 > Ferruh Yigit wrote: > >> To have the support corresponding kernel module (UNCI) needs to be >> inserted. If kernel module is not there, application will run as >> it is without kernel control path support. >> >

Re: [dpdk-dev] [PATCH v8 4/4] ethdev: add control interface support

2017-06-21 Thread Stephen Hemminger
On Wed, 21 Jun 2017 12:06:51 +0100 Ferruh Yigit wrote: > To have the support corresponding kernel module (UNCI) needs to be > inserted. If kernel module is not there, application will run as > it is without kernel control path support. > > When UNCI module inserted, running application creates

[dpdk-dev] [PATCH v8 4/4] ethdev: add control interface support

2017-06-21 Thread Ferruh Yigit
To have the support corresponding kernel module (UNCI) needs to be inserted. If kernel module is not there, application will run as it is without kernel control path support. When UNCI module inserted, running application creates a virtual Linux network interface (dpdk$) per DPDK port. This inter