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 <roret...@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

Reply via email to