Re: [dpdk-dev] [PATCH v1] baseband/acc100: fix 4GUL outbound size when CRC is dropped

2021-10-05 Thread Chautru, Nicolas
Thanks Akhil. The applied rebase is fine. > -Original Message- > From: Akhil Goyal > Sent: Tuesday, October 5, 2021 3:10 AM > To: Chautru, Nicolas ; Tom Rix > ; dev@dpdk.org > Cc: tho...@monjalon.net; Zhang, Mingshan ; > Joshi, Arun ; sta...@dpdk.org > Subject: RE: [PATCH v1] baseband/ac

Re: [dpdk-dev] [PATCH v1] baseband/acc100: fix 4GUL outbound size when CRC is dropped

2021-10-05 Thread Akhil Goyal
> Hi Akhil, > Can this be applied? The patch did not apply cleanly. It is rebased and Applied to dpdk-next-crypto. Please check. Thanks.

Re: [dpdk-dev] [PATCH v1] baseband/acc100: fix 4GUL outbound size when CRC is dropped

2021-10-04 Thread Chautru, Nicolas
Hi Akhil, Can this be applied? Thanks Nic > -Original Message- > From: Tom Rix > Sent: Saturday, September 11, 2021 12:19 PM > To: Chautru, Nicolas ; dev@dpdk.org; > gak...@marvell.com > Cc: tho...@monjalon.net; Zhang, Mingshan ; > Joshi, Arun ; sta...@dpdk.org > Subject: Re: [PATCH v1]

Re: [dpdk-dev] [PATCH v1] baseband/acc100: fix 4GUL outbound size when CRC is dropped

2021-09-11 Thread Tom Rix
On 9/7/21 6:39 PM, Nicolas Chautru wrote: This patch fixes the issue by adjusting the outbound size after turbodecoding when the appended CRC is meant to be dropped. Fixes: f404dfe35cc3 ("baseband/acc100: support 4G processing") Cc: sta...@dpdk.org Signed-off-by: Nicolas Chautru --- driver

[dpdk-dev] [PATCH v1] baseband/acc100: fix 4GUL outbound size when CRC is dropped

2021-09-07 Thread Nicolas Chautru
This patch fixes the issue by adjusting the outbound size after turbodecoding when the appended CRC is meant to be dropped. Fixes: f404dfe35cc3 ("baseband/acc100: support 4G processing") Cc: sta...@dpdk.org Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc100_pmd.c | 3 ++- 1 f