baseband/turbo_sw: support large size code block
authorNicolas Chautru <nicolas.chautru@intel.com>
Thu, 26 Mar 2020 03:27:42 +0000 (20:27 -0700)
committerAkhil Goyal <akhil.goyal@oss.nxp.com>
Sun, 5 Apr 2020 16:26:04 +0000 (18:26 +0200)
commit31a7853d1ed97d0cf49458dba5ac9343d69c8fab
tree87423ecb9d56bf9a7e54f44ad3f38b6e5c80efb4
parente9381a822a0b0eb3ea4566dc21f8073a9a4d1e2f
baseband/turbo_sw: support large size code block

This is to support cases when the input data for
decoding a code block is larger than 64kB and would
not fit as a contiguous block of data into one
mbuf. In that case the length from the operation
supersedes the mbuf default structure.

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
Acked-by: Dave Burley <dave.burley@accelercomm.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
app/test-bbdev/test_bbdev_perf.c
doc/guides/rel_notes/release_20_05.rst
drivers/baseband/turbo_sw/bbdev_turbo_software.c
lib/librte_bbdev/rte_bbdev_op.h