]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bonding/rte_eth_bond_pmd.c
net/failsafe: fix reported hash key size in device info
[dpdk.git] / drivers / net / bonding / rte_eth_bond_pmd.c
index 1e38cbf67540462987f948af20d16ac8ff0ecba6..707a0f3cdd73377ea08f71b45d35f33d4ef8815a 100644 (file)
@@ -21,8 +21,8 @@
 #include <rte_string_fns.h>
 
 #include "rte_eth_bond.h"
-#include "rte_eth_bond_private.h"
-#include "rte_eth_bond_8023ad_private.h"
+#include "eth_bond_private.h"
+#include "eth_bond_8023ad_private.h"
 
 #define REORDER_PERIOD_MS 10
 #define DEFAULT_POLLING_INTERVAL_10_MS (10)