[dpdk-dev] [PATCH v5 04/10] baseband/turbo_sw: support large size code block

2020-03-25 Thread Nicolas Chautru
From: Nic Chautru 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: Nic Chautru --- app/test-

Re: [dpdk-dev] [PATCH v5 04/10] baseband/turbo_sw: support large size code block

2020-03-27 Thread Dave Burley
Acked-by: Dave Burley On 26/03/2020 03:27, Nicolas Chautru wrote: From: Nic Chautru 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 t