mbox series

[v7,0/4] vdpa tool enhancements

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

Message

Eli Cohen March 13, 2022, 5:12 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.

v6->v7:
Fix minor checkpatch warning


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 | 150 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 144 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 14, 2022, 3:10 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Sun, 13 Mar 2022 19:12:15 +0200 you wrote:
> 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.
> 
> v6->v7:
> Fix minor checkpatch warning
> 
> [...]

Here is the summary with links:
  - [v7,1/4] vdpa: Remove unsupported command line option
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=2d1954c8a54b
  - [v7,2/4] vdpa: Allow for printing negotiated features of a device
    (no matching commit)
  - [v7,3/4] vdpa: Support for configuring max VQ pairs for a device
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=16482fd4df11
  - [v7,4/4] vdpa: Support reading device features
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=56eb8bf45aa3

You are awesome, thank you!