net/ionic: use standard boolean type
[dpdk.git] / drivers / net / ionic / ionic_dev.h
index a832ff4..532255a 100644 (file)
@@ -5,12 +5,18 @@
 #ifndef _IONIC_DEV_H_
 #define _IONIC_DEV_H_
 
+#include <stdbool.h>
+
 #include "ionic_osdep.h"
 #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
+#define IONIC_DEF_TXRX_DESC            4096
 
 #define IONIC_LIFS_MAX                 1024