Re: [PATCH] net/bonding: fix error in bonding mode 4 with dedicated queues enabled

2022-09-25 Thread Chas Williams
It's probably cleaner to just move the bond_ethdev_8023ad_flow_set until after the device start. For the reader, they don't need to understand why you might not have started the device earlier. On 9/24/22 10:19, Usman Tanveer wrote: when dedicated queues are enable with bonding mode 4 (mlx5), th

[PATCH] net/bonding: fix error in bonding mode 4 with dedicated queues enabled

2022-09-24 Thread Usman Tanveer
when dedicated queues are enable with bonding mode 4 (mlx5), the application sets the flow, which cannot be set if the device is not started. This fixed the issue by starting the device just before setting the flow. Because device should be started to set the flow. Also it does not effect other dri