]> git.droids-corp.org - dpdk.git/commitdiff
ethdev: add RSS RETA size constant 256
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Wed, 22 Jun 2016 13:03:21 +0000 (18:33 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 22 Jun 2016 15:32:58 +0000 (17:32 +0200)
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
lib/librte_ether/rte_ethdev.h

index 1579cb0feb066db5e73821e340ff1951b812a513..6cf4c5826776f6d34e6db3256dc2cfe6af81068f 100644 (file)
@@ -477,6 +477,7 @@ struct rte_eth_rss_conf {
  */
 #define ETH_RSS_RETA_SIZE_64  64
 #define ETH_RSS_RETA_SIZE_128 128
+#define ETH_RSS_RETA_SIZE_256 256
 #define ETH_RSS_RETA_SIZE_512 512
 #define RTE_RETA_GROUP_SIZE   64