[24/32] net/octeontx: remove use of RTE STD C11 macro

Message ID 1691792567-10805-25-git-send-email-roretzla@linux.microsoft.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series Remove use and definition of RTE_STD_C11 macro |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Tyler Retzlaff Aug. 11, 2023, 10:22 p.m. UTC
  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@linux.microsoft.com>
---
 drivers/net/octeontx/octeontx_rxtx.h | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/drivers/net/octeontx/octeontx_rxtx.h b/drivers/net/octeontx/octeontx_rxtx.h
index b63a5ed..b6e3515 100644
--- a/drivers/net/octeontx/octeontx_rxtx.h
+++ b/drivers/net/octeontx/octeontx_rxtx.h
@@ -28,7 +28,6 @@ 
 #define PTYPE_SIZE	OCCTX_PKI_LTYPE_LAST
 
 /* octeontx send header sub descriptor structure */
-RTE_STD_C11
 union octeontx_send_hdr_w0_u {
 	uint64_t u;
 	struct {
@@ -53,7 +52,6 @@ 
 	};
 };
 
-RTE_STD_C11
 union octeontx_send_hdr_w1_u {
 	uint64_t u;
 	struct {