Re: [PATCH] net/nfp: fix return path in TSO processing function

2022-11-21 Thread Ferruh Yigit
On 11/18/2022 4:23 PM, Niklas Söderlund wrote: > From: Fei Qin > > When enable TSO, nfp_net_nfdk_tx_tso() fills segment information in Tx > descriptor. However, the return path for TSO is lost and the LSO related > fields of Tx descriptor is filled with zeros which prevents packets from > being s

[PATCH] net/nfp: fix return path in TSO processing function

2022-11-18 Thread Niklas Söderlund
From: Fei Qin When enable TSO, nfp_net_nfdk_tx_tso() fills segment information in Tx descriptor. However, the return path for TSO is lost and the LSO related fields of Tx descriptor is filled with zeros which prevents packets from being sent. This patch fixes the return path in TSO processing fu