[dpdk-dev] [PATCH v2 2/3] rte_ctrl_if: add control interface library

2016-02-18 Thread Yigit, Ferruh
On Wed, Feb 17, 2016 at 07:58:16PM +, Ananyev, Konstantin wrote: > > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > > Sent: Friday, February 12, 2016 1:46 PM > > To: dev at dpdk.org > > Subject: [

[dpdk-dev] [PATCH v2 2/3] rte_ctrl_if: add control interface library

2016-02-17 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > Sent: Friday, February 12, 2016 1:46 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 2/3] rte_ctrl_if: add control interface library > > This library gets

[dpdk-dev] [PATCH v2 2/3] rte_ctrl_if: add control interface library

2016-02-12 Thread Ferruh Yigit
This library gets control messages form kernelspace and forwards them to librte_ether and returns response back to the kernelspace. Library does: 1) Trigger Linux virtual interface creation 2) Initialize the netlink socket communication 3) Provides process() API to the application that does proces