Message ID | 20220404063128-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [GIT,PULL] virtio: fixes, cleanups | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | fail | Errors and warnings before: 119 this patch: 121 |
netdev/build_clang | success | Errors and warnings before: 10 this patch: 10 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | fail | Errors and warnings before: 121 this patch: 123 |
The pull request you sent on Mon, 4 Apr 2022 06:31:28 -0400:
> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3e732ebf7316ac83e8562db7e64cc68aec390a18
Thank you!
The following changes since commit ad6dc1daaf29f97f23cc810d60ee01c0e83f4c6b: vdpa/mlx5: Avoid processing works if workqueue was destroyed (2022-03-28 16:54:30 -0400) 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 1c80cf031e0204fde471558ee40183695773ce13: vdpa: mlx5: synchronize driver status with CVQ (2022-03-30 04:18:14 -0400) ---------------------------------------------------------------- virtio: fixes, cleanups A couple of mlx5 fixes related to cvq A couple of reverts dropping useless code (code that used it got reverted earlier) Signed-off-by: Michael S. Tsirkin <mst@redhat.com> ---------------------------------------------------------------- Jason Wang (2): vdpa: mlx5: prevent cvq work from hogging CPU vdpa: mlx5: synchronize driver status with CVQ Michael S. Tsirkin (2): Revert "virtio: use virtio_device_ready() in virtio_device_restore()" Revert "virtio_config: introduce a new .enable_cbs method" drivers/vdpa/mlx5/net/mlx5_vnet.c | 62 ++++++++++++++++++++++++++------------- drivers/virtio/virtio.c | 5 ++-- include/linux/virtio_config.h | 6 ---- 3 files changed, 43 insertions(+), 30 deletions(-)