[dpdk-dev] [PATCH v3 01/14] bbdev: add capability flag for filler bits inclusion in HARQ

2020-03-04 Thread Nicolas Chautru
From: Nic Chautru Adding capability flag for device variants when HARQ buffer may or may not include the filler bits. Minor cosmetic changes in same file. Signed-off-by: Nic Chautru --- lib/librte_bbdev/rte_bbdev.h| 2 ++ lib/librte_bbdev/rte_bbdev_op.h | 12 ++-- 2 files changed,

Re: [dpdk-dev] [PATCH v3 01/14] bbdev: add capability flag for filler bits inclusion in HARQ

2020-03-13 Thread Dave Burley
Acked-by: Dave Burley On 04/03/2020 18:54, Nicolas Chautru wrote: From: Nic Chautru Adding capability flag for device variants when HARQ buffer may or may not include the filler bits. Minor cosmetic changes in same file. Signed-off-by: Nic Chautru --- lib/librte_bbdev/rte_bbdev.h| 2

Re: [dpdk-dev] [PATCH v3 01/14] bbdev: add capability flag for filler bits inclusion in HARQ

2020-03-25 Thread Akhil Goyal
> From: Nic Chautru > > Adding capability flag for device variants when HARQ buffer > may or may not include the filler bits. > Minor cosmetic changes in same file. > > Signed-off-by: Nic Chautru > --- > lib/librte_bbdev/rte_bbdev.h| 2 ++ > lib/librte_bbdev/rte_bbdev_op.h | 12 ++

Re: [dpdk-dev] [PATCH v3 01/14] bbdev: add capability flag for filler bits inclusion in HARQ

2020-03-25 Thread Chautru, Nicolas
From: Akhil Goyal >> +/** Set if a device includes LLR filler bits in the circular buffer >> + * for HARQ memory. If not set, it is assumed the filler are not in >Filler bits are not > >> + * HARQ memory and handled directory by the LDPC decoder. >Handled directly by the LDPC decode