qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
@ 2023-06-30 13:21 Hawkins Jiawei
  2023-06-30 13:21 ` [PATCH v3 1/2] vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits Hawkins Jiawei
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hawkins Jiawei @ 2023-06-30 13:21 UTC (permalink / raw)
  To: jasowang, mst, eperezma, philmd; +Cc: qemu-devel, yin31149, 18801353760

This patchset removes the duplicated VIRTIO_NET_F_RSS entry
in vdpa_feature_bits array and sorts the vdpa_feature_bits array
alphabetically in ascending order to avoid future duplicates.

Changelog
=========
v3:
  - sort array alphabetically suggested by Philippe

v2: https://lists.nongnu.org/archive/html/qemu-devel/2023-06/msg06764.html
  - resolve conflicts with the master branch

v1: https://lists.nongnu.org/archive/html/qemu-devel/2023-06/msg01583.html

Hawkins Jiawei (2):
  vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
  vdpa: Sort vdpa_feature_bits array alphabetically

 net/vhost-vdpa.c | 40 +++++++++++++++++++++++-----------------
 1 file changed, 23 insertions(+), 17 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2023-07-03  6:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-30 13:21 [PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array Hawkins Jiawei
2023-06-30 13:21 ` [PATCH v3 1/2] vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits Hawkins Jiawei
2023-06-30 13:21 ` [PATCH v3 2/2] vdpa: Sort vdpa_feature_bits array alphabetically Hawkins Jiawei
2023-07-02 17:53 ` [PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array Michael Tokarev
2023-07-03  6:54 ` Lei Yang

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