On 11/18/2022 4:23 PM, Niklas Söderlund wrote: > From: Fei Qin <[email protected]> > > 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 function to make sure > TSO works fine. > > Fixes: c73dced48c8c ("net/nfp: add NFDk Tx") > Cc: [email protected] > > Signed-off-by: Fei Qin <[email protected]> > Reviewed-by: Niklas Söderlund <[email protected]> > Reviewed-by: Chaoyong He <[email protected]> > Signed-off-by: Niklas Söderlund <[email protected]>
Applied to dpdk-next-net/main, thanks.

