Re: [dpdk-dev] [PATCH 1/3] net/octeontx: add support for event Rx adapter

2017-10-17 Thread Bhagavatula, Pavan
++ Nikhil Rao From: Bhagavatula, Pavan Sent: 17 October 2017 14:23 To: Shukla, Santosh; Jacob, Jerin Cc: dev@dpdk.org; Bhagavatula, Pavan Subject: [dpdk-dev] [PATCH 1/3] net/octeontx: add support for event Rx adapter Add functions to modify and delete qos

[dpdk-dev] [PATCH 1/3] net/octeontx: add support for event Rx adapter

2017-10-17 Thread Pavan Nikhilesh
Add functions to modify and delete qos responsible for mapping eth queues to event queues used for configuring event Rx adapter. The mbox functions have been moved from octeontx_pkivf.c to octeontx_pkivf.h to allow event_octeontx to access them. Signed-off-by: Pavan Nikhilesh --- This patch set