[0/2] app/test: fix unit test fail on RSS

Message ID 20231109100552.1250123-1-haijie1@huawei.com (mailing list archive)
Headers
Series app/test: fix unit test fail on RSS |

Message

Jie Hai Nov. 9, 2023, 10:05 a.m. UTC
  This patch fixes some bugs on test_link_bonding_rssconf.

Jie Hai (2):
  net/null: fix unit test fail on RSS
  app/test: fix uninitialized RSS configuration

 app/test/test_link_bonding_rssconf.c | 2 +-
 drivers/net/null/rte_eth_null.c      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
  

Comments

Ferruh Yigit Nov. 9, 2023, 2:22 p.m. UTC | #1
On 11/9/2023 10:05 AM, Jie Hai wrote:
> This patch fixes some bugs on test_link_bonding_rssconf.
> 
> Jie Hai (2):
>   net/null: fix unit test fail on RSS
>   app/test: fix uninitialized RSS configuration
> 

For series,
Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>


Commit logs updated while merging.

Series applied to dpdk-next-net/main, thanks.