> -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Sunday, August 29, 2021 1:52 PM > To: dev@dpdk.org > Cc: ano...@marvell.com; Nicolau, Radu <radu.nico...@intel.com>; Doherty, > Declan <declan.dohe...@intel.com>; hemant.agra...@nxp.com; > ma...@nvidia.com; Ananyev, Konstantin <konstantin.anan...@intel.com>; > tho...@monjalon.net; Zhang, Roy Fan <roy.fan.zh...@intel.com>; > asoma...@amd.com; ruifeng.w...@arm.com; > ajit.khapa...@broadcom.com; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; Trahe, Fiona <fiona.tr...@intel.com>; > adwiv...@marvell.com; michae...@marvell.com; > rnagadhee...@marvell.com; jianjay.z...@huawei.com; jer...@marvell.com; > Akhil Goyal <gak...@marvell.com> > Subject: [PATCH 6/8] crypto/scheduler: rename enq-deq functions > > scheduler PMD has 4 variants, which uses same > name for all the enqueue and dequeue functions. > This causes multiple definitions of same function > with the new framework of datapath APIs. > Hence the function names are updated to specify the > the variant it is for. > > Signed-off-by: Akhil Goyal <gak...@marvell.com> > --- Tested-by: Rebecca Troy <rebecca.t...@intel.com> Acked-by: Fan Zhang <roy.fan.zh...@intel.com>