]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/enic/enic_res.h
examples/l3fwd: share queue size variables
[dpdk.git] / drivers / net / enic / enic_res.h
index 34f15d5a428ebb79bb213a06cf91b3b1cb63d2df..ae979d52beb990cda1c025a2d720fae35a61813b 100644 (file)
 #include "vnic_rq.h"
 
 #define ENIC_MIN_WQ_DESCS              64
-#define ENIC_MAX_WQ_DESCS              4096
 #define ENIC_MIN_RQ_DESCS              64
-#define ENIC_MAX_RQ_DESCS              4096
+
+/* 1400 series VICs and prior all have 4K max, after that it's in the config */
+#define ENIC_LEGACY_MAX_WQ_DESCS        4096
+#define ENIC_LEGACY_MAX_RQ_DESCS        4096
 
 /* A descriptor ring has a multiple of 32 descriptors */
 #define ENIC_ALIGN_DESCS               32