mbox series

[0/2] app/test: fix bonding RSS test when disable RSS

Message ID 20220608114548.25837-1-liudongdong3@huawei.com (mailing list archive)
Headers
Series app/test: fix bonding RSS test when disable RSS |

Message

Dongdong Liu June 8, 2022, 11:45 a.m. UTC
  This patch is to fix bonding RSS test when disable RSS.
The below link show the detail infomaintion of the failed testcase.
https://bugs.dpdk.org/show_bug.cgi?id=1013

Huisong Li (2):
  net/bonding: fix RSS inconsistent between bonded and slaves
  app/test: fix bonding RSS test when disable RSS

 app/test/test_link_bonding_rssconf.c   | 78 ++++++++++++++++++++++++--
 drivers/net/bonding/rte_eth_bond_pmd.c |  6 ++
 2 files changed, 79 insertions(+), 5 deletions(-)
  

Comments

Andrew Rybchenko June 9, 2022, 8:53 a.m. UTC | #1
On 6/8/22 14:45, Dongdong Liu wrote:
> This patch is to fix bonding RSS test when disable RSS.
> The below link show the detail infomaintion of the failed testcase.
> https://bugs.dpdk.org/show_bug.cgi?id=1013
> 
> Huisong Li (2):
>    net/bonding: fix RSS inconsistent between bonded and slaves
>    app/test: fix bonding RSS test when disable RSS
> 
>   app/test/test_link_bonding_rssconf.c   | 78 ++++++++++++++++++++++++--
>   drivers/net/bonding/rte_eth_bond_pmd.c |  6 ++
>   2 files changed, 79 insertions(+), 5 deletions(-)
> 

Applied to dpdk-next-net/main, thanks.