On 1/27/2022 9:18 AM, Min Hu (Connor) wrote: <...>
在 2022/1/26 21:10, Ferruh Yigit 写道:ethdev requires device to be configured before setting MTU. In bonding PMD, while configuring slaves, bonding first sets MTU later configures them, which causes failure if slaves are not configured in advance. Fixing by changing the order in slave configure as requested in ethdev layer, configure first and set MTU later. Bugzilla ID: 864 Fixes: b26bee10ee37 ("ethdev: forbid MTU set before device configure") Cc: [email protected] Signed-off-by: Ferruh Yigit <[email protected]>Tested-by: Yu Jiang <[email protected]> Acked-by: Min Hu (Connor) <[email protected]>
Applied to dpdk-next-net/main, thanks.

