]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_mr.c
common/mlx5: introduce common library
[dpdk.git] / drivers / net / mlx5 / mlx5_mr.c
index 872d0591eaa20ee38bce6f1be6bce27424320200..b1cd9f76ccdfddeda65aa876c38f5f4f6e0d5a4f 100644 (file)
 #pragma GCC diagnostic error "-Wpedantic"
 #endif
 
+#include <rte_eal_memconfig.h>
 #include <rte_mempool.h>
 #include <rte_malloc.h>
 #include <rte_rwlock.h>
 #include <rte_bus_pci.h>
 
+#include <mlx5_glue.h>
+
 #include "mlx5.h"
 #include "mlx5_mr.h"
 #include "mlx5_rxtx.h"
-#include "mlx5_glue.h"
 
 struct mr_find_contig_memsegs_data {
        uintptr_t addr;