Thread (27 messages) 27 messages, 3 authors, 2024-06-13

Re: [PATCH net-next v4 11/15] virtio_net: xsk: tx: support xmit xsk buffer

From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-06-12 23:25:06
Also in: bpf, virtualization

On Tue, 11 Jun 2024 19:41:43 +0800 Xuan Zhuo wrote:
quoted hunk ↗ jump to hunk
@@ -534,10 +534,13 @@ enum virtnet_xmit_type {
 	VIRTNET_XMIT_TYPE_SKB,
 	VIRTNET_XMIT_TYPE_XDP,
 	VIRTNET_XMIT_TYPE_DMA,
+	VIRTNET_XMIT_TYPE_XSK,
Again, would be great to avoid the transient warning (if it can be done
cleanly):

drivers/net/virtio_net.c:5806:9: warning: enumeration value ‘VIRTNET_XMIT_TYPE_XSK’ not handled in switch [-Wswitch]
 5806 |         switch (virtnet_xmit_ptr_strip(&buf)) {
      |         ^~~~~~
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help