Hi Kevin, > -----Original Message----- > From: Kevin Traynor <ktray...@redhat.com> > Sent: Thursday, June 2, 2022 2:50 AM > To: Chautru, Nicolas <nicolas.chau...@intel.com>; dev@dpdk.org; > gak...@marvell.com; t...@redhat.com; maxime.coque...@redhat.com > Cc: tho...@monjalon.net; Kinsella, Ray <ray.kinse...@intel.com>; > Richardson, Bruce <bruce.richard...@intel.com>; > hemant.agra...@nxp.com; Vargas, Hernan <hernan.var...@intel.com>; > david.march...@redhat.com; sta...@dpdk.org > Subject: Re: [PATCH v7 1/6] baseband/acc100: update companion PF > configure function > > Hi Nicolas, > > On 31/05/2022 23:31, Nicolas Chautru wrote: > > Update of the device configuration function from PF used for > > bbdev-test to latest sequence for ACC199 PRQ device and matching > > version in pf_bb_config 22.03. > > > > Fixes: b17d70922d5d ("baseband/acc100: add configure function") > > Cc:sta...@dpdk.org > > > > Can you describe what this patch is fixing? > > Is it backwards compatible to keep things working if someone only upgrades > DPDK (e.g. 21.11 to 21.11.2)? The commit log mentioning 22.03 makes think it > may not be the case.
The companion function used by bbdev-test to configure the device from PF is updated to latest including possible HW exception and tuning => there is no backward compatibility aspect between the PMD and that configuration sequence, but latest is greatest hence updating now. 22.03 version is referring to another ingredient outside of DPDK (pf_bb_config) for reference only. I hope this clarifies. There is no direct dependency or compatibility concern. Thanks Nic > > thanks, > Kevin. > > > Signed-off-by: Nicolas Chautru<nicolas.chau...@intel.com> > > --- > > drivers/baseband/acc100/acc100_pf_enum.h | 18 ++++ > > drivers/baseband/acc100/rte_acc100_pmd.c | 163 > +++++++++++++++++++++++-------- > > drivers/baseband/acc100/rte_acc100_pmd.h | 20 +++- > > 3 files changed, 153 insertions(+), 48 deletions(-)