diff options
author | Zhu Lingshan <lingshan.zhu@intel.com> | 2021-08-12 06:24:54 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2021-09-05 23:23:07 +0300 |
commit | 6b5df347c6482f57b0d8f0569b86fb8fcd90d168 (patch) | |
tree | 92b18179dd5a8b50c6e296f5f7b5b860ada84f11 /Documentation/networking/seg6-sysctl.rst | |
parent | 30326f9577342aac257ed9c036608de666b06389 (diff) | |
download | linux-6b5df347c6482f57b0d8f0569b86fb8fcd90d168.tar.xz |
vDPA/ifcvf: implement management netlink framework for ifcvf
This commit implements the management netlink framework for ifcvf,
including register and add / remove a device
It works with iproute2:
[root@localhost lszhu]# vdpa mgmtdev show -jp
{
"mgmtdev": {
"pci/0000:01:00.5": {
"supported_classes": [ "net" ]
},
"pci/0000:01:00.6": {
"supported_classes": [ "net" ]
}
}
}
[root@localhost lszhu]# vdpa dev add mgmtdev pci/0000:01:00.5 name vdpa0
[root@localhost lszhu]# vdpa dev add mgmtdev pci/0000:01:00.6 name vdpa1
Signed-off-by: Zhu Lingshan <lingshan.zhu@intel.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20210812032454.24486-3-lingshan.zhu@intel.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Documentation/networking/seg6-sysctl.rst')
0 files changed, 0 insertions, 0 deletions