Hi, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Akhil Goyal > Sent: Wednesday, July 7, 2021 10:31 PM > To: NBU-Contact-Thomas Monjalon <tho...@monjalon.net> > Cc: dev@dpdk.org > Subject: [dpdk-dev] [pull-request] next-crypto 21.08 rc1 >
<snip> > crypto/cnxk: add IPsec datapath I don't have this patch in my inbox to reply to, but I think it's causing the following build failure in main (02edbfab1e): """ $ meson --werror -Dc_args='-DRTE_ENABLE_ASSERT' --buildtype=debug build && ninja -C build ... ../../root/dpdk/drivers/crypto/cnxk/cn10k_cryptodev_ops.c: In function 'cn10k_cpt_sec_post_process': ../../root/dpdk/drivers/crypto/cnxk/cn10k_cryptodev_ops.c:260:37: error: 'IPV6_VERSION' undeclared (first use in this function); did you mean 'IPVERSION'? 260 | RTE_IPV4_IHL_MULTIPLIER) == IPV6_VERSION); """ OS: Ubuntu 18.04.5 Meson: 0.58.1 Ninja: 1.8.2 Gcc: 7.5.0 Regards, Ali