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

Hawkins Jiawei posted 2 patches 10 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1688130570.git.yin31149@gmail.com
Maintainers: Jason Wang <jasowang@redhat.com>
net/vhost-vdpa.c | 40 +++++++++++++++++++++++-----------------
1 file changed, 23 insertions(+), 17 deletions(-)
[PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
Posted by Hawkins Jiawei 10 months, 3 weeks ago
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
Re: [PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
Posted by Lei Yang 10 months, 2 weeks ago
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 <leiyang@redhat.com>


On Fri, Jun 30, 2023 at 9:27 PM Hawkins Jiawei <yin31149@gmail.com> 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 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
>
>
Re: [PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
Posted by Michael Tokarev 10 months, 2 weeks ago
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 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(-)

Applied both to my trivial-patches tree, thank you!

/mjt