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

2018-01-09 Thread Pavan Nikhilesh
On Tue, Jan 09, 2018 at 12:49:20PM +, Ferruh Yigit wrote: > On 1/9/2018 12:47 PM, Ferruh Yigit wrote: > > On 12/19/2017 6:01 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:

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

2018-01-09 Thread Ferruh Yigit
On 1/9/2018 12:47 PM, Ferruh Yigit wrote: > On 12/19/2017 6:01 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 >> Acked-by: Santosh Shukla > > Series applied to dpdk-

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

2018-01-09 Thread Ferruh Yigit
On 12/19/2017 6:01 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 > Acked-by: Santosh Shukla Series applied to dpdk-next-net/master, thanks. > +DPDK_18.04 { Fixed whi

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

2017-12-19 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 Acked-by: Santosh Shukla --- v3 changes: - Add rte_ prefix to shared variable octeontx_pchan_map. v2 changes: - Used extern instead of defining glob