]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/dpaa/dpaa_ethdev.h
net/mlx5: add new flow counter Verbs API to glue library
[dpdk.git] / drivers / net / dpaa / dpaa_ethdev.h
index 2c38c340f565147a43499f781b2025f5b0de3298..2fc723171252a9e6f5dd3288520bcf9d0b260c46 100644 (file)
 /* Alignment to use for cpu-local structs to avoid coherency problems. */
 #define MAX_CACHELINE                  64
 
-#define DPAA_MIN_RX_BUF_SIZE 512
 #define DPAA_MAX_RX_PKT_LEN  10240
 
+#define DPAA_SGT_MAX_ENTRIES 16 /* maximum number of entries in SG Table */
+
 /* RX queue tail drop threshold (CGR Based) in frame count */
 #define CGR_RX_PERFQ_THRESH 256