Thread (92 messages) 92 messages, 8 authors, 2022-03-22

Re: [RFC PATCH v2 16/19] vdpa_sim: advertise VIRTIO_NET_F_MTU

From: Eugenio Perez Martin <eperezma@redhat.com>
Date: 2022-03-10 17:56:27
Also in: kvm, lkml

On Thu, Feb 24, 2022 at 10:28 PM Gautam Dawar [off-list ref] wrote:
quoted hunk ↗ jump to hunk
We've already reported maximum mtu via config space, so let's
advertise the feature.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Gautam Dawar <redacted>
---
 drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/vdpa/vdpa_sim/vdpa_sim_net.c b/drivers/vdpa/vdpa_sim/vdpa_sim_net.c
index d5324f6fd8c7..ff22cc56f40b 100644
--- a/drivers/vdpa/vdpa_sim/vdpa_sim_net.c
+++ b/drivers/vdpa/vdpa_sim/vdpa_sim_net.c
@@ -26,7 +26,8 @@
 #define DRV_LICENSE  "GPL v2"

 #define VDPASIM_NET_FEATURES   (VDPASIM_FEATURES | \
-                                (1ULL << VIRTIO_NET_F_MAC))
+                                (1ULL << VIRTIO_NET_F_MAC) | \
+                                (1ULL << VIRTIO_NET_F_MTU));
Extra semicolon at the end of macro.

Thanks.
 #define VDPASIM_NET_VQ_NUM     2

--
2.25.0
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help