]> git.droids-corp.org - dpdk.git/commit
cryptodev: use C11 macro instead of direct attribute
authorArek Kusztal <arkadiuszx.kusztal@intel.com>
Fri, 11 Feb 2022 16:02:37 +0000 (16:02 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Sat, 12 Feb 2022 10:20:06 +0000 (11:20 +0100)
commit3ec4cbfdbef1c02939723413665fd001ded11f28
treea2d9059961279e79c327fa4b3eec714bb5c3cce3
parentbaf482c0e39a23d35c1970149ebe21a6f27cb9ac
cryptodev: use C11 macro instead of direct attribute

This commit replaces __extension__ attribute with
RTE_STD_C11 in anonymous unions.

It makes API consistent in terms of usage of C11
feature macro.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
lib/cryptodev/rte_crypto_asym.h