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

2020-06-24 Thread Jerin Jacob
On Wed, Jun 17, 2020 at 8:36 PM Harman Kalra wrote: > > New cn98xx SOC comes up with two NIX blocks wrt > cn96xx, cn93xx, to achieve higher performance. > > 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

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

2020-06-17 Thread Harman Kalra
New cn98xx SOC comes up with two NIX blocks wrt cn96xx, cn93xx, to achieve higher performance. 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-by: Harman Kalra --- doc/guides/platform/octe