]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/failsafe/failsafe_private.h
net/failsafe: report minimum and maximum MTU
[dpdk.git] / drivers / net / failsafe / failsafe_private.h
index 6af0ef8471b0de7b86128d6a390069099c6ca82b..cd39d103c63a8e1fbce8610ae5430aba4068a2ee 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <rte_atomic.h>
 #include <rte_dev.h>
-#include <rte_ethdev_driver.h>
+#include <ethdev_driver.h>
 #include <rte_devargs.h>
 #include <rte_flow.h>
 #include <rte_interrupts.h>
@@ -149,7 +149,7 @@ struct fs_priv {
        /*
         * Set of sub_devices.
         * subs[0] is the preferred device
-        * any other is just another slave
+        * any other is just another sub device
         */
        struct sub_device *subs;  /* shared between processes */
        uint8_t subs_head; /* if head == tail, no subs */