]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_rxmode.c
crypto/mlx5: add WQE set initialization
[dpdk.git] / drivers / net / mlx5 / mlx5_rxmode.c
index 80b125653d2e108fb66054fbaee69899a60b3eb6..25fb47c9ede2c431904f6ca4a6d75dce18eedabb 100644 (file)
@@ -7,20 +7,10 @@
 #include <errno.h>
 #include <string.h>
 
-/* Verbs header. */
-/* ISO C doesn't support unnamed structs/unions, disabling -pedantic. */
-#ifdef PEDANTIC
-#pragma GCC diagnostic ignored "-Wpedantic"
-#endif
-#include <infiniband/verbs.h>
-#ifdef PEDANTIC
-#pragma GCC diagnostic error "-Wpedantic"
-#endif
-
-#include <rte_ethdev_driver.h>
+#include <ethdev_driver.h>
 
+#include <mlx5_glue.h>
 #include "mlx5.h"
-#include "mlx5_rxtx.h"
 #include "mlx5_utils.h"
 
 /**