From 7eba44d1ec54982636f830a4859027218ca56832 Mon Sep 17 00:00:00 2001 From: Steven Luong Date: Wed, 19 Oct 2022 12:46:29 -0700 Subject: vhost: convert vhost device driver to a plugin convert vhost device driver to a plugin as described in https://jira.fd.io/browse/VPP-2065 Type: improvement Signed-off-by: Steven Luong Change-Id: Ibfe2f351bcaed36a04b136d082ae414145dd37b5 --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index b18e48b40a8..9bc8be134be 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -115,9 +115,9 @@ F: src/vnet/devices/tap/ VNET Vhost User Driver I: vhost -Y: src/vnet/devices/virtio/FEATURE.yaml +Y: src/plugins/vhost/FEATURE.yaml M: Steven Luong -F: src/vnet/devices/virtio/vhost_user* +F: src/plugins/vhost VNET Native Virtio Drivers I: virtio -- cgit 1.2.3-korg