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