RE: [EXTERNAL] [PATCH v3 1/2] cryptodev: fix crypto callbacks on unsetting callbacks macro

2024-06-27 Thread Kundapura, Ganapati
ujjar, > Abhinandan S ; Mcnamara, John > ; dev@dpdk.org > Subject: RE: [EXTERNAL] [PATCH v3 1/2] cryptodev: fix crypto callbacks on > unsetting callbacks macro > > > Crypto callbacks APIs are available in header files but when the macro > > RTE_CRYPTO_CALLBACKS unset, tes

RE: [EXTERNAL] [PATCH v3 1/2] cryptodev: fix crypto callbacks on unsetting callbacks macro

2024-06-26 Thread Akhil Goyal
> Crypto callbacks APIs are available in header files but when > the macro RTE_CRYPTO_CALLBACKS unset, test application need to > put #ifdef in its code. > > The test application should be able to build and run, regardless > DPDK library is built with RTE_CRYPTO_CALLBACKS defined or not. > > Adde

[PATCH v3 1/2] cryptodev: fix crypto callbacks on unsetting callbacks macro

2024-06-26 Thread Ganapati Kundapura
Crypto callbacks APIs are available in header files but when the macro RTE_CRYPTO_CALLBACKS unset, test application need to put #ifdef in its code. The test application should be able to build and run, regardless DPDK library is built with RTE_CRYPTO_CALLBACKS defined or not. Added ENOTSUP from t