Re: [dpdk-dev] [PATCH v3 01/13] net/cnxk: add multi seg Rx vector routine

2021-06-26 Thread Jerin Jacob
On Mon, Jun 21, 2021 at 1:59 AM wrote: > > From: Pavan Nikhilesh > > Add multi-segment Rx vector routine, form the primary mbufs using > vector path switch to scalar path when extracting segments. > > Signed-off-by: Pavan Nikhilesh > --- > Depends-on: http://patches.dpdk.org/project/dpdk/list/?

Re: [dpdk-dev] [PATCH] net/octeontx2: use runtime lso format indices

2021-06-26 Thread Jerin Jacob
On Fri, Jun 18, 2021 at 6:36 PM Nithin Dabilpuram wrote: > > Currently lso formats setup initially are expected to be > compile time constants and start from 0. > > Change the logic in slow and fast path so that LSO format indexes > are only determined runtime. > > Fixes: 3b635472a998 ("net/octeon

[dpdk-dev] 20.11.2 patches review and test

2021-06-26 Thread Xueming Li
Hi all, Here is a list of patches targeted for stable release 20.11.2. The planned date for the final release is 6th July. Please help with testing and validation of your use cases and report any issues/results with reply-all to this mail. For the final release the fixes and reported validations

[dpdk-dev] 20.11.2 patches review and test

2021-06-26 Thread Xueming Li
Hi all, Here is a list of patches targeted for stable release 20.11.2. The planned date for the final release is 6th July. Please help with testing and validation of your use cases and report any issues/results with reply-all to this mail. For the final release the fixes and reported validations

[dpdk-dev] 20.11.2 patches review and test

2021-06-26 Thread Xueming(Steven) Li
Hi all, Here is a list of patches targeted for stable release 20.11.2. The planned date for the final release is 6th July. Please help with testing and validation of your use cases and report any issues/results with reply-all to this mail. For the final release the fixes and reported validations

Re: [dpdk-dev] [EXT] [PATCH v4 0/8] baseband: add NXP LA12xx driver

2021-06-26 Thread Hemant Agrawal
Hi Akhil, > > > Subject: [EXT] [PATCH v4 0/8] baseband: add NXP LA12xx driver > > > > > > This series introduces the BBDEV LA12xx poll mode driver (PMD) to > > > support an implementation for offloading High Phy processing > > > functions like LDPC Encode / Decode 5GNR wireless acceleration > > > f

Re: [dpdk-dev] [PATCH] net/octeontx2: fix flow create on CN98xx

2021-06-26 Thread Jerin Jacob
On Tue, Jun 1, 2021 at 3:56 PM wrote: > > From: Satheesh Paul > > CN96xx and CN98xx have 4096 and 16384 MCAM entries respectively. > Aligning the code with the same numbers. > > Fixes: 092b3834185 ("net/octeontx2: add flow init and fini") > > Signed-off-by: Satheesh Paul Acked-by: Jerin Jacob