Re: [dpdk-dev] [PATCH v3 2/6] baseband/turbo_sw: add support for CRC16

2021-09-12 Thread Tom Rix
On 9/7/21 6:15 PM, Nicolas Chautru wrote: This is to support the case for operation where CRC16 is to be appended or checked. Signed-off-by: Nicolas Chautru --- doc/guides/rel_notes/release_21_11.rst | 3 +++ drivers/baseband/turbo_sw/bbdev_turbo_software.c | 16

[dpdk-dev] [PATCH v3 2/6] baseband/turbo_sw: add support for CRC16

2021-09-07 Thread Nicolas Chautru
This is to support the case for operation where CRC16 is to be appended or checked. Signed-off-by: Nicolas Chautru --- doc/guides/rel_notes/release_21_11.rst | 3 +++ drivers/baseband/turbo_sw/bbdev_turbo_software.c | 16 2 files changed, 19 insertions(+) diff --git