Re: [dpdk-dev] [PATCH v2 1/2] net/octeontx: add channel to port id mapping

2017-12-18 Thread Pavan Nikhilesh
On Mon, Dec 18, 2017 at 03:11:15PM +0530, santosh wrote: > > On Saturday 09 December 2017 06:25 PM, Pavan Nikhilesh wrote: > > The channel to port id map is used by event octeontx to map the received > > wqe to the respective ethdev port. > > > > Signed-off-by: Pavan Nikhilesh > > --- > > > > v2

Re: [dpdk-dev] [PATCH v2 1/2] net/octeontx: add channel to port id mapping

2017-12-18 Thread santosh
On Saturday 09 December 2017 06:25 PM, Pavan Nikhilesh wrote: > The channel to port id map is used by event octeontx to map the received > wqe to the respective ethdev port. > > Signed-off-by: Pavan Nikhilesh > --- > > v2 changes: > - Used extern instead of defining global variable > > driver

[dpdk-dev] [PATCH v2 1/2] net/octeontx: add channel to port id mapping

2017-12-09 Thread Pavan Nikhilesh
The channel to port id map is used by event octeontx to map the received wqe to the respective ethdev port. Signed-off-by: Pavan Nikhilesh --- v2 changes: - Used extern instead of defining global variable drivers/net/octeontx/octeontx_ethdev.c| 6 ++ drivers/net/octeontx/oct