qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/1] Allow TAP to unnegotiate virtio-net header
@ 2019-02-15 17:46 Vincenzo Maffione
  2019-02-15 17:46 ` [Qemu-devel] [PATCH v1 1/1] net: tap: allow net frontends to un-negotiate " Vincenzo Maffione
  2019-02-18  4:19 ` [Qemu-devel] [PATCH v1 0/1] Allow TAP to unnegotiate " Jason Wang
  0 siblings, 2 replies; 7+ messages in thread
From: Vincenzo Maffione @ 2019-02-15 17:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: jasowang, Vincenzo Maffione

Hi,
  I was doing experiments with a custom paravirtualized net device,
and I ran into a limitation of the TAP backend. I see from the kernel
code that it is not possible to set the TAP virtio-net header
length to something different from 10 or 12, which means that it
is not possible to set it to 0. That's fine.
The QEMU implementation of the TAP backend already supports
the case where virtio-net header is set to 10 or 12 in kernel,
but the emulated/paravirtualized net device is not using that:
the TAP backend will just strip/prepend a zeroed header in this case
(e.g., see the if statement in tap_receive_iov()).
However, the tap_using_vnet_hdr() has an assert() that prevents
this situation to happen, and I don't understand why. Maybe it
is a leftover? I tried to remove the assert and by doing that
my paravirtualized device was able to stop using the virtio-net
header.

Vincenzo Maffione (1):
  net: tap: allow net frontends to un-negotiate virtio-net header

 net/tap.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-02-19  9:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15 17:46 [Qemu-devel] [PATCH v1 0/1] Allow TAP to unnegotiate virtio-net header Vincenzo Maffione
2019-02-15 17:46 ` [Qemu-devel] [PATCH v1 1/1] net: tap: allow net frontends to un-negotiate " Vincenzo Maffione
2019-02-18  4:19 ` [Qemu-devel] [PATCH v1 0/1] Allow TAP to unnegotiate " Jason Wang
2019-02-18 11:53   ` Vincenzo Maffione
2019-02-19  6:48     ` Jason Wang
2019-02-19  8:28       ` Vincenzo Maffione
2019-02-19  9:35         ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).