Re: [dpdk-dev] [PATCH v3] crypto/octeontx2: add CN98xx support

2021-01-15 Thread Akhil Goyal
> > CN98xx SoC comes up with two CPT blocks wrt CN96xx, CN93xx, to achieve > > higher performance. > > > > Adding support to allocate all LFs of VF with even BDF from CPT0 and all > > LFs of > > VF with odd BDF from CPT1. > > If LFs are not available in one block then they will be allocated from

Re: [dpdk-dev] [PATCH v3] crypto/octeontx2: add CN98xx support

2021-01-14 Thread Anoob Joseph
> > CN98xx SoC comes up with two CPT blocks wrt CN96xx, CN93xx, to achieve > higher performance. > > Adding support to allocate all LFs of VF with even BDF from CPT0 and all LFs > of > VF with odd BDF from CPT1. > If LFs are not available in one block then they will be allocated from > alternat

[dpdk-dev] [PATCH v3] crypto/octeontx2: add CN98xx support

2020-12-31 Thread Tejasree Kondoj
CN98xx SoC comes up with two CPT blocks wrt CN96xx, CN93xx, to achieve higher performance. Adding support to allocate all LFs of VF with even BDF from CPT0 and all LFs of VF with odd BDF from CPT1. If LFs are not available in one block then they will be allocated from alternate block. Signed-off-