mbox series

[v1,0/4] vdpa tool enhancements

Message ID 20220210133115.115967-1-elic@nvidia.com (mailing list archive)
Headers show
Series vdpa tool enhancements | expand

Message

Eli Cohen Feb. 10, 2022, 1:31 p.m. UTC
The following four patch series enhances vdpa to show negotiated
features for a vdpa device, max features for a management device and
allows to configure max number of virtqueue pairs.

v0 -> v1:
1. Split patches to present added functionality in separate patches.
2. Remove patch 0002 and add required definitions from uapi linux
headers.
3. Print bit numbers for non net devices.

Eli Cohen (4):
  vdpa: Remove unsupported command line option
  vdpa: Allow for printing negotiated features of a device
  vdpa: Support for configuring max VQ pairs for a device
  vdpa: Support reading device features

 vdpa/include/uapi/linux/vdpa.h |   4 +
 vdpa/vdpa.c                    | 164 +++++++++++++++++++++++++++++++--
 2 files changed, 162 insertions(+), 6 deletions(-)