>From 85c4e32996fc262dd6f69d0ce272ae8e8350 Mon Sep 17 00:00:00 2001
From: Yu Wenjun
Date: Wed, 12 Jan 2022 15:01:10 +0800
Subject: [PATCH] net/bonding: fix RSS not work for bonding
RSS don't work when bond_ethdev_configure called before rte_eth_bond_slave_add
in DPDK21.11.
e.g.:
dont't wor
k_free()->eth_bond_slave_inherit_dev_info_rx_first() //
internals->rss_key_len will be set, but internals->rss_key is bad
4.rte_eth_dev_start()
examples/bond/main.c(bond_port_init()) use this call chain,too many apps refer
to this example.
thanks
邮件原文From:"Min Hu (C
ss_key,
internals->rss_key_len)
}
OriginFrom:"Min Hu (Connor)" To:"yuwenjun_yewu"
,tangchengchang
,"ferruh.yigit" Cc: dev
,stable Date:2022-01-14 08:59:21Subject:Re:
[PATCH] net/bonding: fix RSS
>From 85c4e32996fc262dd6f69d0ce272ae8e8350 Mon Sep 17 00:00:00 2001
From: Yu Wenjun
Date: Wed, 12 Jan 2022 15:01:10 +0800
Subject: [PATCH] net/bonding: fix RSS not work for bonding
RSS don39t work when upgrade to DPDK21.11.
e.g.:
examples/bond/main.c:
conf:
static struct rte_eth_co
4 matches
Mail list logo