Hi Maxime, > -----Original Message----- > From: Maxime Coquelin <maxime.coque...@redhat.com> > Sent: Friday, February 10, 2023 12:31 AM > To: Chautru, Nicolas <nicolas.chau...@intel.com>; dev@dpdk.org > Cc: Vargas, Hernan <hernan.var...@intel.com>; sta...@dpdk.org > Subject: Re: [PATCH v1 2/9] baseband/acc: add support for 4GUL with SO and > TB > > > > On 2/9/23 23:19, Nicolas Chautru wrote: > > Implementation to support the case when using LTE decoder with soft > > output and transport block mode. > > > > Fixes: bec597b78a0 ("baseband/acc200: add LTE processing") > > Cc: sta...@dpdk.org > > Should it really be a fix and be backported? > It looks like a new feature.
I was on a fence. The capability exposed would imply this should be supported already, but indeed no need to backport. I will remove the Fixes in v2, and reorder accordingly the series. > > > > > Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> > > --- > > drivers/baseband/acc/rte_vrb_pmd.c | 21 +++++++++++---------- > > 1 file changed, 11 insertions(+), 10 deletions(-) > > > > Thanks, > Maxime