mbox series

[v2,0/2] vdpa: refactor vdpa_feature_bits array

Message ID cover.1688112025.git.yin31149@gmail.com (mailing list archive)
Headers show
Series vdpa: refactor vdpa_feature_bits array | expand

Message

Hawkins Jiawei June 30, 2023, 8:54 a.m. UTC
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(-)