RE: [PATCH v9 09/14] baseband/acc: add LTE processing functions

2022-10-11 Thread Chautru, Nicolas
Hi Akhil, Maxime, > -Original Message- > From: Akhil Goyal > Subject: RE: [PATCH v9 09/14] baseband/acc: add LTE processing functions > > > > > +/* Enqueue one encode operations for ACC200 device in TB mode. */ > > > > +static inline int enque

RE: [PATCH v9 09/14] baseband/acc: add LTE processing functions

2022-10-10 Thread Akhil Goyal
> > > +/* Enqueue one encode operations for ACC200 device in TB mode. */ > > > +static inline int enqueue_enc_one_op_tb(struct acc_queue *q, struct > > > +rte_bbdev_enc_op *op, > > > + uint16_t total_enqueued_cbs, uint8_t cbs_in_tb) { > > > + union acc_dma_desc *desc = NULL; > > > + int ret

RE: [PATCH v9 09/14] baseband/acc: add LTE processing functions

2022-10-10 Thread Chautru, Nicolas
arch...@redhat.com; step...@networkplumber.org; Vargas, > Hernan > Subject: Re: [PATCH v9 09/14] baseband/acc: add LTE processing functions > > > > On 10/7/22 23:38, Nicolas Chautru wrote: > > From: Nic Chautru > > > > Added functions and capability for 4G FEC > >

Re: [PATCH v9 09/14] baseband/acc: add LTE processing functions

2022-10-10 Thread Maxime Coquelin
On 10/7/22 23:38, Nicolas Chautru wrote: From: Nic Chautru Added functions and capability for 4G FEC Signed-off-by: Nic Chautru --- drivers/baseband/acc/rte_acc200_pmd.c | 851 +- 1 file changed, 846 insertions(+), 5 deletions(-) diff --git a/drivers/baseband/ac