]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ionic/ionic_dev.h
net/ionic: add basic port operations
[dpdk.git] / drivers / net / ionic / ionic_dev.h
index a832ff405bc6e95f69905d32fbf5309b2e7c3836..61576621b2961b9a889d39a02409908024786071 100644 (file)
@@ -9,6 +9,9 @@
 #include "ionic_if.h"
 #include "ionic_regs.h"
 
+#define IONIC_MIN_MTU                  RTE_ETHER_MIN_MTU
+#define IONIC_MAX_MTU                  9194
+
 #define IONIC_MAX_RING_DESC            32768
 #define IONIC_MIN_RING_DESC            16