On 9/15/2017 11:40 AM, santosh wrote:
Hi Nikhil,
On Thursday 14 September 2017 12:23 AM, Nikhil Rao wrote:
Add common APIs for configuring packet transfer from ethernet Rx
queues to event devices across HW & SW packet transfer mechanisms.
A detailed description of the adapter is contained in the header's
comments.
The adapter implementation uses eventdev PMDs to configure the packet
transfer if HW support is available and if not, it uses an EAL service
function that reads packets from ethernet Rx queues and injects these
as events into the event device.
Signed-off-by: Nikhil Rao <nikhil....@intel.com>
Signed-off-by: Gage Eads <gage.e...@intel.com>
Signed-off-by: Abhinandan Gujjar <abhinandan.guj...@intel.com>
---
Can you pl. send whole series as v4.
Is that because the patch fails to compile ?
As I mentioned in the cover letter, this patch does have a dependency on
the latest service core API
http://dpdk.org/ml/archives/dev/2017-August/073102.html
Nikhil
Thanks.