diff options
author | Steven Luong <sluong@cisco.com> | 2022-10-19 12:46:29 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2022-12-02 13:43:11 +0000 |
commit | 7eba44d1ec54982636f830a4859027218ca56832 (patch) | |
tree | 6447cda45a430c8a735b92be2b13b41b18e1f8a1 /MAINTAINERS | |
parent | a6d16b71308f1badf4b362d26d2326a2977fe462 (diff) |
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 <sluong@cisco.com>
Change-Id: Ibfe2f351bcaed36a04b136d082ae414145dd37b5
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sluong@cisco.com> -F: src/vnet/devices/virtio/vhost_user* +F: src/plugins/vhost VNET Native Virtio Drivers I: virtio |