-----Original Message----- > Date: Wed, 14 Nov 2018 14:52:03 +0530 > From: "Joseph, Anoob" <[email protected]> > To: Ferruh Yigit <[email protected]>, "Jacob, Jerin" > <[email protected]> > CC: "Joseph, Anoob" <[email protected]>, "Athreya, Narayana Prasad" > <[email protected]>, "Bhagavatula, Pavan" > <[email protected]>, "[email protected]" <[email protected]>, > "[email protected]" <[email protected]> > 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: [email protected] > > Signed-off-by: Anoob Joseph <[email protected]> > Signed-off-by: Pavan Nikhilesh <[email protected]> > ---
Acked-by: Jerin Jacob <[email protected]>

