Re: [PATCH v5] net/bonding: call Tx prepare before Tx burst

2022-10-20 Thread Andrew Rybchenko
On 10/15/22 18:26, Chas Williams wrote: On 10/11/22 09:20, Chengwen Feng wrote: Normally, to use the HW offloads capability (e.g. checksum and TSO) in the Tx direction, the application needs to call rte_eth_tx_prepare() to do some adjustment with the packets before sending them. But the tx_prepa

Re: [PATCH v5] net/bonding: call Tx prepare before Tx burst

2022-10-18 Thread fengchengwen
Hi Thomas, Ferruh and Andrew   This patch already reviewed by Humin and Chas, Could it accepted in 22.11 ? Thanks On 2022/10/15 23:26, Chas Williams wrote: This looks fine. Thanks for making the changes! Signed-off-by: Chas Williams <3ch...@gmail.com> On 10/11/22 09:20, Chengwen Feng wrote

Re: [PATCH v5] net/bonding: call Tx prepare before Tx burst

2022-10-15 Thread Chas Williams
This looks fine. Thanks for making the changes! Signed-off-by: Chas Williams <3ch...@gmail.com> On 10/11/22 09:20, Chengwen Feng wrote: Normally, to use the HW offloads capability (e.g. checksum and TSO) in the Tx direction, the application needs to call rte_eth_tx_prepare() to do some adjustme

[PATCH v5] net/bonding: call Tx prepare before Tx burst

2022-10-11 Thread Chengwen Feng
Normally, to use the HW offloads capability (e.g. checksum and TSO) in the Tx direction, the application needs to call rte_eth_tx_prepare() to do some adjustment with the packets before sending them. But the tx_prepare callback of the bonding driver is not implemented. Therefore, the sent packets m