Re: [PATCH net-next 0/4] vmxnet3: upgrade to version 4

2020-05-28 Thread David Miller
From: David Miller Date: Thu, 28 May 2020 11:07:46 -0700 (PDT) > Series applied, thank you. This doesn't even compile successfully, reverted... :( drivers/net/vmxnet3/vmxnet3_drv.c: In function ‘vmxnet3_tq_xmit’: drivers/net/vmxnet3/vmxnet3_drv.c:1145:5: error: expected ‘}’ before ‘else’ 1145

Re: [PATCH net-next 0/4] vmxnet3: upgrade to version 4

2020-05-28 Thread David Miller
From: Ronak Doshi Date: Wed, 27 May 2020 18:54:22 -0700 > vmxnet3 emulation has recently added several new features which includes > offload support for tunnel packets, support for new commands the driver > can issue to emulation, change in descriptor fields, etc. This patch > series extends the

[PATCH net-next 0/4] vmxnet3: upgrade to version 4

2020-05-27 Thread Ronak Doshi
vmxnet3 emulation has recently added several new features which includes offload support for tunnel packets, support for new commands the driver can issue to emulation, change in descriptor fields, etc. This patch series extends the vmxnet3 driver to leverage these new features. Compatibility is m

[PATCH net-next 0/4] vmxnet3: upgrade to version 4

2020-05-27 Thread Ronak Doshi
vmxnet3 emulation has recently added several new features which includes offload support for tunnel packets, support for new commands the driver can issue to emulation, change in descriptor fields, etc. This patch series extends the vmxnet3 driver to leverage these new features. Compatibility is m