[dpdk-dev] [PATCH v3 0/4] Use common Linux tools to control DPDK ports

2016-02-29 Thread Remy Horton
On 26/02/2016 14:10, Ferruh Yigit wrote: > Ferruh Yigit (4): >lib/librte_ethtool: move librte_ethtool form examples to lib folder >kcp: add kernel control path kernel module >rte_ctrl_if: add control interface library >examples/ethtool: add control interface support to the applic

[dpdk-dev] [PATCH v3 0/4] Use common Linux tools to control DPDK ports

2016-02-26 Thread Ferruh Yigit
This work is to make DPDK ports more visible and to enable using common Linux tools to configure DPDK ports. Patch is based on KNI but contains only control functionality of it, also this patch does not include any Linux kernel network driver as part of it. Basically with the help of a kernel mod