mbox series

[v2,0/4] vdpa tool enhancements

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

Message

Eli Cohen Feb. 17, 2022, 12:30 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.

v1->v2:
1. Re-arrange print functions to better reuse code.
2. Fix printing management dev features instead of negotiated features
3. Update help string with max_vqp option

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                    | 151 +++++++++++++++++++++++++++++++--
 2 files changed, 148 insertions(+), 7 deletions(-)