Hi Ruifeng, Thanks for this. Initially, I had made a local hack to my IPSEC MB build script which was creating intel-ipsec-mb.h as a softlink to ipsec-mb.h .
Later I forgot to remove this hack. So I didn't catch this. Regards, Ashwin Sekhar T K > -----Original Message----- > From: Ruifeng Wang <ruifeng.w...@arm.com> > Sent: Wednesday, July 27, 2022 1:59 PM > To: Ashwin Sekhar Thalakalath Kottilveetil <asek...@marvell.com>; > dev@dpdk.org; Fan Zhang <roy.fan.zh...@intel.com>; Pablo de Lara > <pablo.de.lara.gua...@intel.com> > Cc: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Sunil Kumar Kori > <sk...@marvell.com>; Satha Koteswara Rao Kottidi > <skotesh...@marvell.com>; Pavan Nikhilesh Bhagavatula > <pbhagavat...@marvell.com>; Kiran Kumar Kokkilagadda > <kirankum...@marvell.com>; Satheesh Paul Antonysamy > <psathe...@marvell.com>; Anoob Joseph <ano...@marvell.com>; Akhil > Goyal <gak...@marvell.com>; Harman Kalra <hka...@marvell.com>; Nithin > Kumar Dabilpuram <ndabilpu...@marvell.com>; nd <n...@arm.com> > Subject: [EXT] RE: [PATCH v2] crypto/ipsec_mb: enable support for arm64 > > External Email > > ---------------------------------------------------------------------- > > -----Original Message----- > > From: Ashwin Sekhar T K <asek...@marvell.com> > > Sent: Thursday, June 30, 2022 11:41 PM > > To: dev@dpdk.org; Fan Zhang <roy.fan.zh...@intel.com>; Pablo de Lara > > <pablo.de.lara.gua...@intel.com> > > Cc: jer...@marvell.com; sk...@marvell.com; skotesh...@marvell.com; > > pbhagavat...@marvell.com; kirankum...@marvell.com; > > psathe...@marvell.com; asek...@marvell.com; ano...@marvell.com; > > gak...@marvell.com; hka...@marvell.com; ndabilpu...@marvell.com > > Subject: [PATCH v2] crypto/ipsec_mb: enable support for arm64 > > Code change looks good to me. > Arm64 support is not fully enabled with this patch alone. > There is a patch to fix the remaining: > https://urldefense.proofpoint.com/v2/url?u=http- > 3A__patches.dpdk.org_project_dpdk_patch_20220727081352.1333695-2D3- > 2Druifeng.wang- > 40arm.com_&d=DwIFAg&c=nKjWec2b6R0mOyPaz7xtfQ&r=pYk-QOhvnkU- > _75y0NKSn535ZotEGI_E69Py3Ppondk&m=nIGG87_fioLU92q775kMzq4KXXGT > 5MnFSBch7NESxGBy-cjDWvDRIxpVc- > 1bktjm&s=cMiUUrOKfZfSMCLVfjm77R8K0aIB6lhpWhmNh_o0SGM&e= > Appreciate it if you can review that one. > > Thanks. > > > > Enable support for arm64 architecture in ipsec_mb. x86 specific code > > is conditionally compiled only for x86 architecture builds. Other > > architectures will be unsupported. > > > > Signed-off-by: Ashwin Sekhar T K <asek...@marvell.com> > > --- > > drivers/crypto/ipsec_mb/ipsec_mb_private.c | 7 +++++++ > > drivers/crypto/ipsec_mb/ipsec_mb_private.h | 3 ++- > > 2 files changed, 9 insertions(+), 1 deletion(-) > > > > <snip>