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

2017-12-09 Thread Pavan Nikhilesh Bhagavatula
On Fri, Dec 08, 2017 at 09:39:00AM -0800, Ferruh Yigit wrote: > On 12/8/2017 3:08 AM, Pavan Nikhilesh Bhagavatula wrote: > > On Thu, Dec 07, 2017 at 04:41:04PM -0800, Ferruh Yigit wrote: > >> On 11/28/2017 6:58 AM, Pavan Nikhilesh wrote: > >>> The channel to port id map is used by event octeontx to

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

2017-12-08 Thread Ferruh Yigit
On 12/8/2017 3:08 AM, Pavan Nikhilesh Bhagavatula wrote: > On Thu, Dec 07, 2017 at 04:41:04PM -0800, Ferruh Yigit wrote: >> On 11/28/2017 6:58 AM, Pavan Nikhilesh wrote: >>> The channel to port id map is used by event octeontx to map the received >>> wqe to the respective ethdev port. >>> >>> Signe

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

2017-12-08 Thread Pavan Nikhilesh Bhagavatula
On Thu, Dec 07, 2017 at 04:41:04PM -0800, Ferruh Yigit wrote: > On 11/28/2017 6:58 AM, 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 > > <...> > > > @@ -52,12 +52,18

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

2017-12-07 Thread Ferruh Yigit
On 11/28/2017 6:58 AM, 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 <...> > @@ -52,12 +52,18 @@ > #define OCTEONTX_VDEV_NR_PORT_ARG("nr_port") > #define OCT

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

2017-11-28 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 --- drivers/net/octeontx/octeontx_ethdev.c | 3 +++ drivers/net/octeontx/octeontx_ethdev.h | 6 ++ 2 files changed, 9 insertions(+) diff --git a/drivers