mbox series

[v6,0/4] vdpa tool enhancements

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

Message

Eli Cohen March 13, 2022, 12:46 p.m. UTC
Hi,

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.


v5->v6:
1. Use macro to define number of feature bits
2. Use print_nl() to print new line in non json output.
3. Break usage message to two line so resulting output is confined to 80
   columns.


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/vdpa.c | 151 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 145 insertions(+), 6 deletions(-)