Re: [dpdk-dev] [PATCH v2] net/octeontx2: add cn98xx support

2020-06-26 Thread Ferruh Yigit
On 6/24/2020 1:46 PM, Harman Kalra wrote: > New cn98xx SOC comes up with two NIX blocks wrt > cn96xx, cn93xx, to achieve higher performance. > Also the no of cores increased to 36 from 24. > > Adding support for cn98xx where need a logic to > detect if the LF is attached to NIX0 or NIX1 and > then

Re: [dpdk-dev] [PATCH v2] net/octeontx2: add cn98xx support

2020-06-25 Thread Jerin Jacob
On Wed, Jun 24, 2020 at 6:17 PM Harman Kalra wrote: > > New cn98xx SOC comes up with two NIX blocks wrt > cn96xx, cn93xx, to achieve higher performance. > Also the no of cores increased to 36 from 24. > > Adding support for cn98xx where need a logic to > detect if the LF is attached to NIX0 or NIX

[dpdk-dev] [PATCH v2] net/octeontx2: add cn98xx support

2020-06-24 Thread Harman Kalra
New cn98xx SOC comes up with two NIX blocks wrt cn96xx, cn93xx, to achieve higher performance. Also the no of cores increased to 36 from 24. Adding support for cn98xx where need a logic to detect if the LF is attached to NIX0 or NIX1 and then accordingly use the respective NIX block. Signed-off-b