On 11/18/2022 4:23 PM, Niklas Söderlund wrote: > From: Fei Qin <fei....@corigine.com> > > 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: sta...@dpdk.org > > Signed-off-by: Fei Qin <fei....@corigine.com> > Reviewed-by: Niklas Söderlund <niklas.soderl...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> > Signed-off-by: Niklas Söderlund <niklas.soderl...@corigine.com>
Applied to dpdk-next-net/main, thanks.