> -----Original Message----- > From: Ashwin Sekhar T K <[email protected]> > Sent: Thursday, June 30, 2022 11:41 PM > To: [email protected]; Fan Zhang <[email protected]>; Pablo de Lara > <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected] > 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: http://patches.dpdk.org/project/dpdk/patch/[email protected]/ 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 <[email protected]> > --- > 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>

