All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] vduse: add support for networking devices
@ 2023-06-27 11:36 ` Maxime Coquelin
  0 siblings, 0 replies; 30+ messages in thread
From: Maxime Coquelin @ 2023-06-27 11:36 UTC (permalink / raw)
  To: xieyongji, jasowang, mst, david.marchand, lulu
  Cc: xuanzhuo, netdev, linux-kernel, virtualization, eperezma,
	Maxime Coquelin

This small series enables virtio-net device type in VDUSE.
With it, basic operation have been tested, both with
virtio-vdpa and vhost-vdpa using DPDK Vhost library series
adding VDUSE support using split rings layout (merged in
DPDK v23.07-rc1).

Control queue support (and so multiqueue) has also been
tested, but requires a Kernel series from Jason Wang
relaxing control queue polling [1] to function reliably.

[1]: https://lore.kernel.org/lkml/CACGkMEtgrxN3PPwsDo4oOsnsSLJfEmBEZ0WvjGRr3whU+QasUg@mail.gmail.com/T/

RFC -> v1 changes:
==================
- Fail device init if it does not support VERSION_1 (Jason)

Maxime Coquelin (2):
  vduse: validate block features only with block devices
  vduse: enable Virtio-net device type

 drivers/vdpa/vdpa_user/vduse_dev.c | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

-- 
2.41.0

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

end of thread, other threads:[~2023-08-10 19:03 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-27 11:36 [PATCH v1 0/2] vduse: add support for networking devices Maxime Coquelin
2023-06-27 11:36 ` Maxime Coquelin
2023-06-27 11:36 ` [PATCH v1 1/2] vduse: validate block features only with block devices Maxime Coquelin
2023-06-27 11:36   ` Maxime Coquelin
2023-06-28  2:34   ` Jason Wang
2023-06-28  2:34     ` Jason Wang
2023-07-02  7:49   ` Yongji Xie
2023-06-27 11:36 ` [PATCH v1 2/2] vduse: enable Virtio-net device type Maxime Coquelin
2023-06-27 11:36   ` Maxime Coquelin
2023-06-28  2:34   ` Jason Wang
2023-06-28  2:34     ` Jason Wang
2023-07-02  7:50   ` Yongji Xie
2023-07-02 13:37 ` [PATCH v1 0/2] vduse: add support for networking devices Michael S. Tsirkin
2023-07-02 13:37   ` Michael S. Tsirkin
2023-07-03  6:44   ` Jason Wang
2023-07-03  6:44     ` Jason Wang
2023-07-03  7:43     ` Maxime Coquelin
2023-07-03  7:43       ` Maxime Coquelin
2023-07-03  7:44       ` Jason Wang
2023-07-03  7:44         ` Jason Wang
2023-07-03 21:45       ` Michael S. Tsirkin
2023-07-03 21:45         ` Michael S. Tsirkin
2023-07-04  8:43         ` Maxime Coquelin
2023-07-04  8:43           ` Maxime Coquelin
2023-07-04  9:59           ` Michael S. Tsirkin
2023-07-04  9:59             ` Michael S. Tsirkin
2023-07-04 13:17             ` Maxime Coquelin
2023-07-04 13:17               ` Maxime Coquelin
2023-08-10 19:02 ` Michael S. Tsirkin
2023-08-10 19:02   ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.