[PATCH v1 0/4] vdpa tool enhancements
From: Eli Cohen <hidden>
Date: 2022-02-10 13:31:30
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(-) -- 2.34.1