[PATCH 29/32] dma/idxd: remove use of RTE STD C11 macro

Tyler Retzlaff roretzla at linux.microsoft.com
Sat Aug 12 00:22:44 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>
---
 drivers/dma/idxd/idxd_hw_defs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/dma/idxd/idxd_hw_defs.h b/drivers/dma/idxd/idxd_hw_defs.h
index a38540f..7113d22 100644
--- a/drivers/dma/idxd/idxd_hw_defs.h
+++ b/drivers/dma/idxd/idxd_hw_defs.h
@@ -31,7 +31,6 @@ struct idxd_hw_desc {
 	uint32_t op_flags;
 	rte_iova_t completion;
 
-	RTE_STD_C11
 	union {
 		rte_iova_t src;      /* source address for copy ops etc. */
 		rte_iova_t desc_addr; /* descriptor pointer for batch */
-- 
1.8.3.1



More information about the dev mailing list