netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] vdpa tool support for configuring max VQs
@ 2022-02-07 12:55 Eli Cohen
  2022-02-07 12:55 ` [PATCH 1/3] vdpa: Remove unsupported command line option Eli Cohen
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Eli Cohen @ 2022-02-07 12:55 UTC (permalink / raw)
  To: stephen, netdev; +Cc: jasowang, si-wei.liu, Eli Cohen

The following three patch series contains:
1. Small fix to vdpa help message
2. Introduce missing definitions for virtio feature flags so they can be
used in the 3rd patch.
3. Add support for configuring max number of VQs for a vdpa device and
allow to get negotiated or max features for a vdpa device/mangement
device.

Eli Cohen (3):
  vdpa: Remove unsupported command line option
  virtio: Define bit numbers for device independent features
  vdpa: Add support to configure max number of VQs

 include/uapi/linux/virtio_config.h |  16 ++--
 vdpa/include/uapi/linux/vdpa.h     |   4 +
 vdpa/vdpa.c                        | 115 ++++++++++++++++++++++++++++-
 3 files changed, 123 insertions(+), 12 deletions(-)

-- 
2.34.1


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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 12:55 [PATCH 0/3] vdpa tool support for configuring max VQs Eli Cohen
2022-02-07 12:55 ` [PATCH 1/3] vdpa: Remove unsupported command line option Eli Cohen
2022-02-10  7:50   ` Jason Wang
2022-02-07 12:55 ` [PATCH 2/3] virtio: Define bit numbers for device independent features Eli Cohen
2022-02-10  7:54   ` Jason Wang
2022-02-10  8:30     ` Eli Cohen
2022-02-10  8:35       ` Jason Wang
2022-02-10  9:27         ` Eli Cohen
2022-02-14  6:06           ` Jason Wang
2022-02-16  7:15             ` Eli Cohen
2022-02-17  6:06               ` Jason Wang
2022-02-17  8:26                 ` Eli Cohen
2022-02-07 12:55 ` [PATCH 3/3] vdpa: Add support to configure max number of VQs Eli Cohen
2022-02-10  8:07   ` Jason Wang
2022-02-10  8:44     ` Eli Cohen
2022-02-10  8:51       ` Jason Wang

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