test/bonding: fix RSS test when disable RSS
authorHuisong Li <lihuisong@huawei.com>
Wed, 8 Jun 2022 11:45:48 +0000 (19:45 +0800)
committerAndrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Thu, 9 Jun 2022 08:47:29 +0000 (10:47 +0200)
commit6496922368fe03be9ab4137f2d615dba1a766f39
tree9675239d91f84777b33246ab93b9961105c5e422
parent9e0fb72c75cd03c40fc7cedc39d3a342f447b6ee
test/bonding: fix RSS test when disable RSS

The "test_rss_lazy" test is used for testing bonding RSS functions
when bonded port disable RSS. Currently, this test case can update
RSS functions of bonded and slave port if bonded port turns off RSS.
It is unreasonable and has been adjusted to be non-updateable in
following patch:
"93e1ea6dfa99 ethdev: fix RSS update when RSS is disabled"

So this patch fixes this test code.

Fixes: 43b630244e7e ("app/test: add dynamic bonding RSS configuration")
Cc: stable@dpdk.org
Signed-off-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Dongdong Liu <liudongdong3@huawei.com>
app/test/test_link_bonding_rssconf.c