Hi,
Thanks for noticing the bug. A fix has been proposed already:
https://patches.dpdk.org/project/dpdk/patch/[email protected]/
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 <[email protected]>
Sent: Wednesday, October 19, 2022 3:46 AM
To: [email protected]
Cc: Chas Williams <[email protected]>; Min Hu (Connor)
<[email protected]>; Andrew Rybchenko
<[email protected]>; Chas Williams <[email protected]>; Burakov,
Anatoly <[email protected]>
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 <[email protected]>
Reviewed-by: Andrew Rybchenko <[email protected]>
Acked-by: Chas Williams <[email protected]>
---