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

2023-05-18 Thread Ferruh Yigit
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 empt

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

2023-05-08 Thread Ronak Doshi
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 w