|
@@ -295,10 +295,10 @@
|
|
|
#define MVNETA_RSS_LU_TABLE_SIZE 1
|
|
|
|
|
|
/* Max number of Rx descriptors */
|
|
|
-#define MVNETA_MAX_RXD 128
|
|
|
+#define MVNETA_MAX_RXD 512
|
|
|
|
|
|
/* Max number of Tx descriptors */
|
|
|
-#define MVNETA_MAX_TXD 532
|
|
|
+#define MVNETA_MAX_TXD 1024
|
|
|
|
|
|
/* Max number of allowed TCP segments for software TSO */
|
|
|
#define MVNETA_MAX_TSO_SEGS 100
|