RE: [PATCH 3/4] crypto: use rte macro instead of direct attribute

2022-02-04 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, February 2, 2022 6:50 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; > rb...@marvell.com; Kusztal, ArkadiuszX > Subject: [PATCH 3/4] crypto: use rte macro instead of direct attri

[PATCH 3/4] crypto: use rte macro instead of direct attribute

2022-02-01 Thread Arek Kusztal
This commit replaces __extension__ attribute with RTE_STD_C11 in anonymous unions. Signed-off-by: Arek Kusztal --- lib/cryptodev/rte_crypto_asym.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cryptodev/rte_crypto_asym.h b/lib/cryptodev/rte_crypto_asym.h index 58d