mbox series

[0/3] vdpa tool support for configuring max VQs

Message ID 20220207125537.174619-1-elic@nvidia.com (mailing list archive)
Headers show
Series vdpa tool support for configuring max VQs | expand

Message

Eli Cohen Feb. 7, 2022, 12:55 p.m. UTC
The following three patch series contains:
1. Small fix to vdpa help message
2. Introduce missing definitions for virtio feature flags so they can be
used in the 3rd patch.
3. Add support for configuring max number of VQs for a vdpa device and
allow to get negotiated or max features for a vdpa device/mangement
device.

Eli Cohen (3):
  vdpa: Remove unsupported command line option
  virtio: Define bit numbers for device independent features
  vdpa: Add support to configure max number of VQs

 include/uapi/linux/virtio_config.h |  16 ++--
 vdpa/include/uapi/linux/vdpa.h     |   4 +
 vdpa/vdpa.c                        | 115 ++++++++++++++++++++++++++++-
 3 files changed, 123 insertions(+), 12 deletions(-)