Re: [PATCH v2] net/bonding: fix flow flush order on bonded device close

2022-10-19 Thread Andrew Rybchenko
On 10/19/22 14:18, Ivan Malov wrote: The current code first removes all back-end devices of the bonded device and then invokes flush operation to remove flows in such back-end devices, which makes no sense. Fix that by re-ordering the steps accordingly. Fixes: 49dad9028e2a ("net/bonding: support

[PATCH v2] net/bonding: fix flow flush order on bonded device close

2022-10-19 Thread Ivan Malov
The current code first removes all back-end devices of the bonded device and then invokes flush operation to remove flows in such back-end devices, which makes no sense. Fix that by re-ordering the steps accordingly. Fixes: 49dad9028e2a ("net/bonding: support flow API") Cc: sta...@dpdk.org Signed