Re: [dpdk-dev] [PATCH v4 4/6] eventdev: implement PMD registration functions

2017-02-05 Thread Jerin Jacob
wind.com; bruce.richard...@intel.com; Hemant > > Agrawal ; gage.e...@intel.com; > > harry.van.haa...@intel.com; Jerin Jacob > > Subject: [dpdk-dev] [PATCH v4 4/6] eventdev: implement PMD registration > > functions > > > > This patch adds infrastructure for regist

Re: [dpdk-dev] [PATCH v4 4/6] eventdev: implement PMD registration functions

2017-02-02 Thread Nipun Gupta
a...@intel.com; Jerin Jacob > Subject: [dpdk-dev] [PATCH v4 4/6] eventdev: implement PMD registration > functions > > This patch adds infrastructure for registering the vdev or > the PCI based event device. > > Signed-off-by: Jerin Jacob > Acked-by: Bruce Richardson

[dpdk-dev] [PATCH v4 4/6] eventdev: implement PMD registration functions

2016-12-21 Thread Jerin Jacob
This patch adds infrastructure for registering the vdev or the PCI based event device. Signed-off-by: Jerin Jacob Acked-by: Bruce Richardson --- lib/librte_eventdev/rte_eventdev.c | 236 +++ lib/librte_eventdev/rte_eventdev_pmd.h | 111 + lib/