Hi Nagadheeraj, > Subject: [PATCH v2 2/3] crypto/nitrox: support AES-GCM > > This patch adds AES-GCM AEAD algorithm. > > Signed-off-by: Nagadheeraj Rottela <rnagadhee...@marvell.com> > ---
This patch is showing compilation error while compiling individually. ./drivers/crypto/nitrox/nitrox_sym_reqmgr.c ../drivers/crypto/nitrox/nitrox_sym_reqmgr.c: In function 'extract_combined_digest': ../drivers/crypto/nitrox/nitrox_sym_reqmgr.c:616:17: error: implicit declaration of function 'rte_pktmbuf_mtophys_offset'; did you mean 'rte_pktmbuf_mtod_offset'? [-Werror=implicit-function-declaration] digest->iova = rte_pktmbuf_mtophys_offset(mdst, ^~~~~~~~~~~~~~~~~~~~~~~~~~ rte_pktmbuf_mtod_offset ../drivers/crypto/nitrox/nitrox_sym_reqmgr.c:616:17: error: nested extern declaration of 'rte_pktmbuf_mtophys_offset' [-Werror=nested-externs] cc1: all warnings being treated as errors