Re: [dpdk-dev] [PATCH v8 0/4] Userspace Network Control Interface (UNCI)

2017-06-30 Thread Ferruh Yigit
On 6/29/2017 5:13 PM, Ferruh Yigit wrote: <...> >> 3. From a patchset split point of view, could this set be split up to be >> a bit more granular. There are a lot of functions to be performed on >> NICs called out in the code, e.g. start/stop, get stats, etc. etc. To >> make review easier, should

Re: [dpdk-dev] [PATCH v8 0/4] Userspace Network Control Interface (UNCI)

2017-06-29 Thread Ferruh Yigit
On 6/26/2017 12:39 PM, Bruce Richardson wrote: > On Wed, Jun 21, 2017 at 12:06:47PM +0100, Ferruh Yigit wrote: >> Userspace Network Control Interface (UNCI), (formerly KCP). >> >> When a NIC bound to the DPDK, it can't be controlled by Linux tools. >> >> This patch creates a virtual network interfa

Re: [dpdk-dev] [PATCH v8 0/4] Userspace Network Control Interface (UNCI)

2017-06-26 Thread Bruce Richardson
On Wed, Jun 21, 2017 at 12:06:47PM +0100, Ferruh Yigit wrote: > Userspace Network Control Interface (UNCI), (formerly KCP). > > When a NIC bound to the DPDK, it can't be controlled by Linux tools. > > This patch creates a virtual network interface for each DPDK port, > initial target is to get so

[dpdk-dev] [PATCH v8 0/4] Userspace Network Control Interface (UNCI)

2017-06-21 Thread Ferruh Yigit
Userspace Network Control Interface (UNCI), (formerly KCP). When a NIC bound to the DPDK, it can't be controlled by Linux tools. This patch creates a virtual network interface for each DPDK port, initial target is to get some data from those interfaces, in next step target is to control DPDK port