Re: [PATCH v1 net 0/2] vmxnet3: couple of fixes

From: Jacob Keller
Date: Mon Nov 28 2022 - 18:52:48 EST




On 11/28/2022 11:50 AM, Ronak Doshi wrote:
This series fixes following issues:

Patch 1:
This patch provides a fix to correctly report encapsulated LRO'ed
packet.

Patch 2:
This patch provides a fix to use correct intrConf reference.

Changes in v1:
- declare generic descriptor to be used

Ronak Doshi (2):
vmxnet3: correctly report encapsulated LRO packet
vmxnet3: use correct intrConf reference when using extended queues

drivers/net/vmxnet3/vmxnet3_drv.c | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)


It looks like you sent a bunch of versions rapidly, and you submitted an unversioned series followed by one with v1. That can make it difficult to track which is the most recent version and which one a reviewer should leave feedback on.

Typically it is assumed that the first submission is "v1" even if it doesn't include "v1" in its title. Thus your second submission would normally be "v2".

Thanks,
Jake