Re: [dpdk-dev] [PATCH v5 02/10] bbdev: expose device HARQ buffer size at device level

2020-03-27 Thread Dave Burley
Acked-by: Dave Burley On 26/03/2020 03:27, Nicolas Chautru wrote: From: Nic Chautru This exposes the HARQ buffer size at the device driver level instead of using the capability of a specific operation. This is currently not yet used by a device until future commit. Signed-off-by: Nic Chautr

[dpdk-dev] [PATCH v5 02/10] bbdev: expose device HARQ buffer size at device level

2020-03-25 Thread Nicolas Chautru
From: Nic Chautru This exposes the HARQ buffer size at the device driver level instead of using the capability of a specific operation. This is currently not yet used by a device until future commit. Signed-off-by: Nic Chautru --- drivers/baseband/turbo_sw/bbdev_turbo_software.c | 2 +- lib/l