[PATCH 07/32] rawdev: remove use of RTE STD C11 macro

Tyler Retzlaff roretzla at linux.microsoft.com
Sat Aug 12 00:22:22 CEST 2023


C11 conformant compiler is documented as a minimum requirement to build
and consume DPDK. Remove use of RTE_STD_C11 macro marking use of C11
features with __extension__ since it is no longer necessary.

Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
---
 lib/rawdev/rte_rawdev.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/rawdev/rte_rawdev.h b/lib/rawdev/rte_rawdev.h
index 36c9c9a..7d5764d 100644
--- a/lib/rawdev/rte_rawdev.h
+++ b/lib/rawdev/rte_rawdev.h
@@ -291,7 +291,6 @@ struct rte_rawdev {
 	/**< Driver info. supplied by probing */
 	const char *driver_name;
 
-	RTE_STD_C11
 	/**< Flag indicating the device is attached */
 	uint8_t attached : 1;
 	/**< Device state: STARTED(1)/STOPPED(0) */
-- 
1.8.3.1



More information about the dev mailing list