Re: [PATCH V3] app/testpmd: update bond port configurations when add slave

2022-11-06 Thread Andrew Rybchenko
On 11/1/22 06:41, humin (Q) wrote: Reviewed-by: Min Hu (Connor) 在 2022/10/29 11:50, Huisong Li 写道: Some capabilities (like, rx_offload_capa and tx_offload_capa) of bonding device in dev_info is zero when no slave is added. And its capability will be updated when add a new slave device. The

Re: [PATCH V3] app/testpmd: update bond port configurations when add slave

2022-10-31 Thread humin (Q)
Reviewed-by: Min Hu (Connor) 在 2022/10/29 11:50, Huisong Li 写道: Some capabilities (like, rx_offload_capa and tx_offload_capa) of bonding device in dev_info is zero when no slave is added. And its capability will be updated when add a new slave device. The capability to update dynamically may i

[PATCH V3] app/testpmd: update bond port configurations when add slave

2022-10-28 Thread Huisong Li
Some capabilities (like, rx_offload_capa and tx_offload_capa) of bonding device in dev_info is zero when no slave is added. And its capability will be updated when add a new slave device. The capability to update dynamically may introduce some problems if not handled properly. For example, the rec