]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'virtio-net-rq-coalescing' into main
authorDavid S. Miller <davem@davemloft.net>
Mon, 5 Aug 2024 10:10:22 +0000 (11:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Aug 2024 10:10:22 +0000 (11:10 +0100)
commit268762d0bbe778952ebda77a9ae8b8b3b584ae61
tree59778397ed39f7276e3bc5bc62b5c3f17c238b54
parent14ab4792ee120c022f276a7e4768f4dcb08f0cdd
parent4ba8d97083707409822264fd1776aad7233f353e
Merge branch 'virtio-net-rq-coalescing' into main

Heng Qi says:

====================
virtio-net: unbreak vq resizing if vq coalescing is not supported

Currently, if the driver does not negotiate the vq coalescing feature
but supports vq resize, the vq resize action, which could have been
successfully executed, is interrupted due to the failure in configuring
the vq coalescing parameters. This issue needs to be fixed.

Changelog
=========
v3->v4:
  - Add a comment for patch[2/2].

v2->v3:
  - Break out the feature check and the fix into separate patches.

v1->v2:
  - Rephrase the subject.
  - Put the feature check inside the virtnet_send_{r,t}x_ctrl_coal_vq_cmd.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>