qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Vhost-vdpa Shadow Virtqueue VLAN support
@ 2022-09-06 16:36 Eugenio Pérez
  2022-09-06 16:36 ` [PATCH 1/3] virtio-net: do not reset vlan filtering at set_features Eugenio Pérez
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Eugenio Pérez @ 2022-09-06 16:36 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Harpreet Singh Anand, Cindy Lu, Liuxiangdong,
	Stefano Garzarella, Michael S. Tsirkin, Zhu Lingshan,
	Gautam Dawar, Si-Wei Liu, Eli Cohen, Gonglei (Arei),
	Laurent Vivier, Cornelia Huck, Stefan Hajnoczi, Parav Pandit,
	Jason Wang

This series enables shadowed CVQ to intercept VLAN commands through
shadowed CVQ, update the virtio NIC device model so qemu send it in a
migration, and the restore of that VLAN state in the destination.

It's based on the multiqueue series [1], but it's easy to reorder in
case vlan feature is accepted earlier than mq.

Comments are welcome.

[1] https://lists.nongnu.org/archive/html/qemu-devel/2022-09/msg01006.html

Eugenio Pérez (3):
  virtio-net: do not reset vlan filtering at set_features
  vdpa: load vlan configuration at NIC startup
  vdpa: Support VLAN on nic control shadow virtqueue

 hw/net/virtio-net.c |  4 +---
 net/vhost-vdpa.c    | 57 +++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 56 insertions(+), 5 deletions(-)

-- 
2.31.1




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

end of thread, other threads:[~2022-10-04 22:34 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06 16:36 [PATCH 0/3] Vhost-vdpa Shadow Virtqueue VLAN support Eugenio Pérez
2022-09-06 16:36 ` [PATCH 1/3] virtio-net: do not reset vlan filtering at set_features Eugenio Pérez
2022-09-06 16:36 ` [PATCH 2/3] vdpa: load vlan configuration at NIC startup Eugenio Pérez
2022-09-09  6:38   ` Jason Wang
2022-09-09  6:40     ` Jason Wang
2022-09-09  8:01       ` Eugenio Perez Martin
2022-09-09  8:38         ` Michael S. Tsirkin
2022-09-14  2:22           ` Jason Wang
2022-09-14 11:11           ` Eugenio Perez Martin
2022-09-14  2:20         ` Jason Wang
2022-09-14 11:01           ` Eugenio Perez Martin
2022-09-14 11:32           ` Si-Wei Liu
2022-09-14 13:57             ` Eugenio Perez Martin
2022-09-14 15:43               ` Si-Wei Liu
2022-09-15  2:45                 ` Jason Wang
2022-09-16 13:45                 ` Eugenio Perez Martin
2022-09-21 23:00                   ` Si-Wei Liu
2022-09-29  7:13                     ` Michael S. Tsirkin
2022-10-04 22:33                       ` Si-Wei Liu
2022-09-15  2:40             ` Jason Wang
2022-09-06 16:36 ` [PATCH 3/3] vdpa: Support VLAN on nic control shadow virtqueue Eugenio Pérez
2022-09-09  6:39   ` Jason Wang
2022-09-09  7:57     ` Eugenio Perez Martin

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).