[PATCH RFC 0/2] vdpa: refactor vdpa_feature_bits array

Hawkins Jiawei posted 2 patches 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1686137925.git.yin31149@gmail.com
Maintainers: Jason Wang <jasowang@redhat.com>
There is a newer version of this series
net/vhost-vdpa.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
[PATCH RFC 0/2] vdpa: refactor vdpa_feature_bits array
Posted by Hawkins Jiawei 11 months ago
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.

Note that this patchset conflicts with the [1], but conflict can be
easily resolved by inserting the VIRTIO_NET_F_CTRL_GUEST_OFFLOADS entry
into vdpa_feature_bits array in order.

[1]. https://lists.nongnu.org/archive/html/qemu-devel/2023-06/msg00601.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 | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

-- 
2.25.1