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

2022-11-06 Thread Andrew Rybchenko
On 11/7/22 05:18, Huisong Li wrote: 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

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

2022-11-06 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