qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] vdpa: refactor vdpa_feature_bits array
@ 2023-06-30  8:54 Hawkins Jiawei
  2023-06-30  8:54 ` [PATCH v2 1/2] vdpa: delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits Hawkins Jiawei
  2023-06-30  8:54 ` [PATCH v2 2/2] vdpa: order vdpa_feature_bits array Hawkins Jiawei
  0 siblings, 2 replies; 6+ messages in thread
From: Hawkins Jiawei @ 2023-06-30  8:54 UTC (permalink / raw)
  To: jasowang, mst, eperezma; +Cc: qemu-devel, yin31149, 18801353760

This patchset removes the duplicated VIRTIO_NET_F_RSS entry
in vdpa_feature_bits array and reorganizes the vdpa_feature_bits array
in ascending order based on its value to avoid future duplicates.

Changelog
=========
v2:
  - 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: order vdpa_feature_bits array

 net/vhost-vdpa.c | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2023-06-30 12:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-30  8:54 [PATCH v2 0/2] vdpa: refactor vdpa_feature_bits array Hawkins Jiawei
2023-06-30  8:54 ` [PATCH v2 1/2] vdpa: delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits Hawkins Jiawei
2023-06-30 10:19   ` Philippe Mathieu-Daudé
2023-06-30  8:54 ` [PATCH v2 2/2] vdpa: order vdpa_feature_bits array Hawkins Jiawei
2023-06-30 10:20   ` Philippe Mathieu-Daudé
2023-06-30 12:18     ` Hawkins Jiawei

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