app/testpmd: reorder RSS type table
authorHuisong Li <lihuisong@huawei.com>
Wed, 29 Jun 2022 08:34:50 +0000 (16:34 +0800)
committerFerruh Yigit <ferruh.yigit@xilinx.com>
Wed, 29 Jun 2022 19:40:50 +0000 (21:40 +0200)
commitd7bfa4df990c32dd888966ad5eb6102b3d71f66f
treeedf1ae0c832d1ce9e0f3c84c4413e964168539bf
parent44a37f3cffe0b167e9e63fdcb3027483355a9bcd
app/testpmd: reorder RSS type table

There are group and individual types in rss_type_table[]. However, group
types are very scattered, and individual types are not arranged based on
the bit number order in 'RTE_ETH_RSS_xxx'. For a clear distribution of
types and better maintenance, this patch reorders this table.

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Acked-by: Ferruh Yigit <ferruh.yigit@xilinx.com>
app/test-pmd/config.c