netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] vdpa tool enhancements
@ 2022-02-17 12:30 Eli Cohen
  2022-02-17 12:30 ` [PATCH v2 1/4] vdpa: Remove unsupported command line option Eli Cohen
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Eli Cohen @ 2022-02-17 12:30 UTC (permalink / raw)
  To: stephen, netdev; +Cc: jasowang, lulu, si-wei.liu, Eli Cohen

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(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-02-21 11:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-17 12:30 [PATCH v2 0/4] vdpa tool enhancements Eli Cohen
2022-02-17 12:30 ` [PATCH v2 1/4] vdpa: Remove unsupported command line option Eli Cohen
2022-02-19  0:24   ` Si-Wei Liu
2022-02-17 12:30 ` [PATCH v2 2/4] vdpa: Allow for printing negotiated features of a device Eli Cohen
2022-02-19  0:31   ` Si-Wei Liu
2022-02-21  3:57   ` Jason Wang
2022-02-21 11:24     ` Eli Cohen
2022-02-17 12:30 ` [PATCH v2 3/4] vdpa: Support for configuring max VQ pairs for " Eli Cohen
2022-02-21  3:58   ` Jason Wang
2022-02-17 12:30 ` [PATCH v2 4/4] vdpa: Support reading device features Eli Cohen
2022-02-21  4:18   ` Jason Wang
2022-02-21  8:28     ` Eli Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).