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: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2024-06-12 23:44:52
Also in: bpf, virtualization

On Wed, Jun 12, 2024 at 04:25:05PM -0700, Jakub Kicinski wrote:
On Tue, 11 Jun 2024 19:41:43 +0800 Xuan Zhuo wrote:
quoted
@@ -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)) {
      |         ^~~~~~

yea just squashing is usually enough.

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