[PATCH net v2] net/vmxnet3: fix drop of empty segments in tx

Ferruh Yigit ferruh.yigit at amd.com
Thu May 18 19:27:43 CEST 2023


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: stable at dpdk.org
>
> Signed-off-by: Ronak Doshi <doshir at vmware.com>
> Acked-by: Jochen Behrens <jbehrens at vmware.com>
>

Applied to dpdk-next-net/main, thanks.



More information about the stable mailing list