Re: [PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array

2023-07-03 Thread Lei Yang
QE tested this series with regression tests and live migration test on the vhost_vdpa device, there are no new problems. Tested-by: Lei Yang On Fri, Jun 30, 2023 at 9:27 PM Hawkins Jiawei wrote: > > This patchset removes the duplicated VIRTIO_NET_F_RSS entry > in vdpa_feature_bits array and

Re: [PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array

2023-07-02 Thread Michael Tokarev
30.06.2023 16:21, Hawkins Jiawei wrote: 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

[PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array

2023-06-30 Thread Hawkins Jiawei
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: