Hi,
Thanks for noticing the bug. A fix has been proposed already:
https://patches.dpdk.org/project/dpdk/patch/20221101161853.2702425-1-ivan.ma...@oktetlabs.ru/
With the fix applied, does the problem still manifest itself?
Please let me know.
Thank you.
On Tue, 1 Nov 2022, Jiang, YuX wrote:
Hi Ivan,
This patch introduces a bug https://bugs.dpdk.org/show_bug.cgi?id=1119, can you
pls have a look quickly?
Best regards,
Yu Jiang
-----Original Message-----
From: Ivan Malov <ivan.ma...@oktetlabs.ru>
Sent: Wednesday, October 19, 2022 3:46 AM
To: dev@dpdk.org
Cc: Chas Williams <3ch...@gmail.com>; Min Hu (Connor)
<humi...@huawei.com>; Andrew Rybchenko
<andrew.rybche...@oktetlabs.ru>; Chas Williams <ch...@att.com>; Burakov,
Anatoly <anatoly.bura...@intel.com>
Subject: [PATCH v2] net/bonding: make bonded device configure method re-
entrant
According to the documentation, rte_eth_dev_configure() can be invoked
repeatedly while in stopped state.
The current implementation in the bonding driver allows for that (technically),
but the user sees warnings which say that back-end devices have already been
harnessed. Re-factor the code to have cleanup before each (re-)configure.
Signed-off-by: Ivan Malov <ivan.ma...@oktetlabs.ru>
Reviewed-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>
Acked-by: Chas Williams <3ch...@gmail.com>
---