On Thu, Jul 18, 2024 at 08:52:28AM +0800, Jason Wang wrote: > On Wed, Jul 17, 2024 at 5:30 PM Michael S. Tsirkin <mst@xxxxxxxxxx> wrote: > > > > This is relatively small. > > I had to drop a buggy commit in the middle so some hashes > > changed from what was in linux-next. > > Deferred admin vq scalability fix to after rc2 as a minor issue was > > found with it recently, but the infrastructure for it > > is there now. > > > > The following changes since commit e9d22f7a6655941fc8b2b942ed354ec780936b3e: > > > > Merge tag 'linux_kselftest-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2024-07-02 13:53:24 -0700) > > > > are available in the Git repository at: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus > > > > for you to fetch changes up to 6c85d6b653caeba2ef982925703cbb4f2b3b3163: > > > > virtio: rename virtio_find_vqs_info() to virtio_find_vqs() (2024-07-17 05:20:58 -0400) > > > > ---------------------------------------------------------------- > > virtio: features, fixes, cleanups > > > > Several new features here: > > > > - Virtio find vqs API has been reworked > > (required to fix the scalability issue we have with > > adminq, which I hope to merge later in the cycle) > > > > - vDPA driver for Marvell OCTEON > > > > - virtio fs performance improvement > > > > - mlx5 migration speedups > > > > Fixes, cleanups all over the place. > > > > Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> > > > > It looks like this one is missing? > > https://lore.kernel.org/kvm/20240701033159.18133-1-jasowang@xxxxxxxxxx/T/ > > Thanks It's not included in the full but it's a bugfix and it's subtel enough that I decided it's best to merge later, in particular when I'm not on vacation ;) -- MST