-----Original Message----- > Date: Wed, 14 Nov 2018 14:52:03 +0530 > From: "Joseph, Anoob" <anoob.jos...@cavium.com> > To: Ferruh Yigit <ferruh.yi...@intel.com>, "Jacob, Jerin" > <jerin.jacobkollanukka...@cavium.com> > CC: "Joseph, Anoob" <anoob.jos...@cavium.com>, "Athreya, Narayana Prasad" > <narayanaprasad.athr...@cavium.com>, "Bhagavatula, Pavan" > <pavan.bhagavat...@cavium.com>, "dev@dpdk.org" <dev@dpdk.org>, > "sta...@dpdk.org" <sta...@dpdk.org> > Subject: [PATCH] net/octeontx: fix failures when available ports > queues > > 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 that case the ports need to be setup, or otherwise it > would lead to a segmentation fault when event device is started. > > Fixes: f7be70e5130e ("net/octeontx: add net device probe and remove") Cc: sta...@dpdk.org > > Signed-off-by: Anoob Joseph <anoob.jos...@caviumnetworks.com> > Signed-off-by: Pavan Nikhilesh <pbhagavat...@caviumnetworks.com> > ---
Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>