Re: [dpdk-dev] [PATCH] net/octeontx: fix failures when available ports > queues

2018-11-16 Thread Ferruh Yigit
On 11/14/2018 10:40 AM, Jerin Jacob wrote: > -Original Message- >> Date: Wed, 14 Nov 2018 14:52:03 +0530 >> From: "Joseph, Anoob" >> To: Ferruh Yigit , "Jacob, Jerin" >> >> CC: "Joseph, Anoob" , "Athreya, Narayana Prasad" >> , "Bhagavatula, Pavan" >> , "dev@dpdk.org" , >> "sta...@dpd

Re: [dpdk-dev] [PATCH] net/octeontx: fix failures when available ports > queues

2018-11-14 Thread Jerin Jacob
-Original Message- > Date: Wed, 14 Nov 2018 14:52:03 +0530 > From: "Joseph, Anoob" > To: Ferruh Yigit , "Jacob, Jerin" > > CC: "Joseph, Anoob" , "Athreya, Narayana Prasad" > , "Bhagavatula, Pavan" > , "dev@dpdk.org" , > "sta...@dpdk.org" > Subject: [PATCH] net/octeontx: fix failures

[dpdk-dev] [PATCH] net/octeontx: fix failures when available ports > queues

2018-11-14 Thread Anoob Joseph
When eth_octeontx is initialized before event_octeontx, eth_octeontx would initiate setting up of the event device with the max ports and queues available. If number of ports is more than the number of queues, some ports would be left unused when the ports and queues are mapped 1:1. But even in tha