Skip to content

vmxnet3: Update network driver for RHEL 9.1

Kamal Heib requested to merge kheib/centos-stream-9:9.1-vmxnet3-bz2083562 into main

Bugzilla: http://bugzilla.redhat.com/2083562

This patch set updates the vmxnet3 driver up to upstream kernel v5.18-rc6

Signed-off-by: Kamal Heib kheib@redhat.com

978df728 (Kamal Heib)
vmxnet3: Remove useless DMA-32 fallback configuration

3b62a2a1 (Kamal Heib)
vmxnet3: fix minimum vectors alloc issue

37fae4f8 (Kamal Heib)
net: vmxnet3: remove multiple false checks in vmxnet3_ethtool.c

cb5fef5d (Kamal Heib)
vmxnet3: do not stop tx queues after netif_device_detach()

drivers/net/vmxnet3/vmxnet3_drv.c | 36 ++++++++++++++---------------------
drivers/net/vmxnet3/vmxnet3_ethtool.c | 10 ++--------
2 files changed, 16 insertions(+), 30 deletions(-)

Edited by Kamal Heib

Merge request reports