commit | aba21aff772b8622e08f07219069be793429a48f | [log] [tgz] |
---|---|---|
author | Eli Cohen <elic@nvidia.com> | Wed Jan 05 13:46:37 2022 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Fri Jan 14 18:50:53 2022 -0500 |
tree | f16cd770f80aae68d88a878a3da68e5eba243f24 | |
parent | 30ef7a8ac8a07046b9ac9206d3a732a9f76b2e60 [diff] |
vdpa: Allow to configure max data virtqueues Add netlink support to configure the max virtqueue pairs for a device. At least one pair is required. The maximum is dictated by the device. Example: $ vdpa dev add name vdpa-a mgmtdev auxiliary/mlx5_core.sf.1 max_vqp 4 Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-6-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>