mbox series

[v2,net,0/2] vmxnet3: couple of fixes

Message ID 20221130082148.9605-1-doshir@vmware.com (mailing list archive)
Headers show
Series vmxnet3: couple of fixes | expand

Message

Ronak Doshi Nov. 30, 2022, 8:21 a.m. UTC
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 v2:
- declare generic descriptor to be used
- remove white spaces
- remove single quote around commit reference in patch 2
- remove if check for encap_lro

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

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

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 2, 2022, 10:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 30 Nov 2022 00:21:45 -0800 you 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.
> 
> [...]

Here is the summary with links:
  - [v2,net,1/2] vmxnet3: correctly report encapsulated LRO packet
    https://git.kernel.org/netdev/net/c/40b8c2a1af03
  - [v2,net,2/2] vmxnet3: use correct intrConf reference when using extended queues
    https://git.kernel.org/netdev/net/c/409e8ec8c582

You are awesome, thank you!