mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v6 0/3] vduse: add support for networking devices
@ 2024-01-04 15:37 Maxime Coquelin
  2024-01-04 15:37 ` [PATCH v6 1/3] vduse: validate block features only with block devices Maxime Coquelin
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Maxime Coquelin @ 2024-01-04 15:37 UTC (permalink / raw)
  To: mst, jasowang, xuanzhuo, xieyongji, virtualization, linux-kernel,
	david.marchand, lulu
  Cc: 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,
so while Jason rework is done, a patch is added to disable
CVQ and features that depend on it (tested also with DPDK
v23.07-rc1).

In this v5, LSM hooks introduced in previous revision are
unified into a single hook that covers below operations:
- VDUSE_CREATE_DEV ioctl on VDUSE control file,
- VDUSE_DESTROY_DEV ioctl on VDUSE control file,
- open() on VDUSE device file.

In combination with the operations permission, a device type
permission has to be associated:
- block: Virtio block device type,
- net: Virtio networking device type.

changes in v6!
==============
- Remove SELinux support from the series, will be handled
  in a dedicated one.
- Require CAP_NET_ADMIN for Net devices creation (Jason).
- Fail init if control queue features are requested for
  Net device type (Jason).
- Rebased on latest master.

Changes in v5:
==============
- Move control queue disablement patch before Net
  devices enablement (Jason).
- Unify operations LSM hooks into a single hook.
- Rebase on latest master.

Maxime Coquelin (3):
  vduse: validate block features only with block devices
  vduse: Temporarily fail if control queue features requested
  vduse: enable Virtio-net device type

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

-- 
2.43.0


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

end of thread, other threads:[~2024-01-08  3:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-04 15:37 [PATCH v6 0/3] vduse: add support for networking devices Maxime Coquelin
2024-01-04 15:37 ` [PATCH v6 1/3] vduse: validate block features only with block devices Maxime Coquelin
2024-01-05  9:43   ` Eugenio Perez Martin
2024-01-04 15:37 ` [PATCH v6 2/3] vduse: Temporarily fail if control queue features requested Maxime Coquelin
2024-01-05  2:45   ` Jason Wang
2024-01-05  8:10     ` Maxime Coquelin
2024-01-05  9:59       ` Eugenio Perez Martin
2024-01-05 10:14         ` Maxime Coquelin
2024-01-08  3:44           ` Jason Wang
2024-01-04 15:37 ` [PATCH v6 3/3] vduse: enable Virtio-net device type Maxime Coquelin
2024-01-05  2:46   ` Jason Wang
2024-01-05 10:00   ` 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

all inboxes | Powered by JetHome®