05/03/2024 13:15, Ali Alnubani: > > -----Original Message----- > > From: Ciara Power <ciara.po...@intel.com> > > Sent: Tuesday, March 5, 2024 1:56 PM > > To: dev@dpdk.org > > Cc: gak...@marvell.com; Ciara Power <ciara.po...@intel.com>; > > nishikanta.na...@intel.com; Kai Ji <kai...@intel.com> > > Subject: [PATCH] common/qat: fix undefined macro > > > > When using RTE_ENABLE_ASSERT and debug mode, an undefined > > macro error appeared for ICP_QAT_FW_SYM_COMM_ADDR_SGL. > > This was not being defined, but is now added to the header file. > > > > Bugzilla ID: 1395 > > Fixes: e9271821e489 ("common/qat: support GEN LCE device") > > > > Signed-off-by: Ciara Power <ciara.po...@intel.com> > > > > --- > > Can confirm it resolves the build failure, thanks! > > Tested-by: Ali Alnubani <alia...@nvidia.com>
Reported-by: Ali Alnubani <alia...@nvidia.com> Applied, thanks.