On 5/9/2023 3:21 AM, Ronak Doshi wrote: > When empty segments are dropped, some descriptor variable values are > updated in the segment processing loop before it is exited. This can > lead to a wedged queue where all subsequent packets are dropped for > this queue. > > Also move the check for empty packet to catch the case of a zero > length packet with multiple segments. > > Fixes: d863f19efa4f ("net/vmxnet3: skip empty segments in transmission") > Cc: sta...@dpdk.org > > Signed-off-by: Ronak Doshi <dos...@vmware.com> > Acked-by: Jochen Behrens <jbehr...@vmware.com> >
Applied to dpdk-next-net/main, thanks.