]> git.droids-corp.org - dpdk.git/commit
net/hns3: remove redundant RSS tuple field
authorHuisong Li <lihuisong@huawei.com>
Thu, 5 May 2022 12:27:07 +0000 (20:27 +0800)
committerFerruh Yigit <ferruh.yigit@xilinx.com>
Thu, 12 May 2022 08:28:54 +0000 (10:28 +0200)
commitbfd0b54dc84f06183c8a13f75539f0f1dacb3c3e
tree5615613bd735953c32459ff755c722084d614631
parent07f64b5f576a779c8c3df4ba45ad70c306dcb562
net/hns3: remove redundant RSS tuple field

The 'rss_tuple_fields' in struct struct hns3_rss_conf::rss_tuple_sets is
redundant. Because the enabled RSS tuple in PMD is already managed by
the 'types' in struct hns3_rss_conf::conf. This patch removes this
redundant variable.

Fixes: c37ca66f2b27 ("net/hns3: support RSS")
Cc: stable@dpdk.org
Signed-off-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
drivers/net/hns3/hns3_flow.c
drivers/net/hns3/hns3_rss.c
drivers/net/hns3/hns3_rss.h