qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Michael Tokarev
Subject: Re: [PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
Date: Sun, 2 Jul 2023 20:53:46 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]