All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fixes for mlx5_vdpa multiqueue support
@ 2022-01-15  0:27 Si-Wei Liu
  2022-01-15  0:27 ` [PATCH v2 1/3] vdpa: factor out vdpa_set_features_unlocked for vdpa internal use Si-Wei Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Si-Wei Liu @ 2022-01-15  0:27 UTC (permalink / raw)
  To: elic, mst, jasowang, virtualization; +Cc: lvivier, eperezma, si-wei.liu

This patchset contains the fixes and code cleanups for a couple issues
uncovered during the review for the "Allow for configuring max number
of virtqueue pairs" series.

It is based on Eli's fixes:
2e4cda633a22 ("vdpa/mlx5: Fix tracking of current number of VQs")
in the vhost tree.

--
v1 -> v2:
  - removed unneeded Fixes tag to avoid confusion
  - failing the set_features op instead of clearing invalid feature
  - add motivation to the commit log
  - fix or add code comments in place per review feedback
  - re-align the subject in some patches to better reflect the actual
    code change
  - fixed corrupted email address format in SoB

Si-Wei Liu (3):
  vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
  vdpa/mlx5: should verify CTRL_VQ feature exists for MQ
  vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command

 drivers/vdpa/mlx5/net/mlx5_vnet.c | 34 ++++++++++++++++++++++++++++++++--
 drivers/vdpa/vdpa.c               |  2 +-
 drivers/vhost/vdpa.c              |  2 +-
 drivers/virtio/virtio_vdpa.c      |  2 +-
 include/linux/vdpa.h              | 18 ++++++++++++------
 5 files changed, 47 insertions(+), 11 deletions(-)

-- 
1.8.3.1

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

end of thread, other threads:[~2022-01-17  7:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15  0:27 [PATCH v2 0/3] fixes for mlx5_vdpa multiqueue support Si-Wei Liu
2022-01-15  0:27 ` [PATCH v2 1/3] vdpa: factor out vdpa_set_features_unlocked for vdpa internal use Si-Wei Liu
2022-01-17  6:47   ` Jason Wang
2022-01-15  0:28 ` [PATCH v2 2/3] vdpa/mlx5: should verify CTRL_VQ feature exists for MQ Si-Wei Liu
2022-01-17  6:59   ` Jason Wang
2022-01-15  0:28 ` [PATCH v2 3/3] vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command Si-Wei Liu
2022-01-17  7:00   ` Jason Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.