mbox series

[net-next,0/2] virtio_net: support getting initial value of irq coalesce

Message ID 20240423084226.25440-1-hengqi@linux.alibaba.com (mailing list archive)
Headers show
Series virtio_net: support getting initial value of irq coalesce | expand

Message

Heng Qi April 23, 2024, 8:42 a.m. UTC
Patch 1 from Xuan: the virtnet cvq supports to get
result from the device.

Patch 2 reuses the VIRTIO_NET_CTRL_NOTF_COAL_VQ_GET cmd to
get init coalesce value.

Heng Qi (1):
  virtio_net: get init coalesce value when probe

Xuan Zhuo (1):
  virtio_net: virtnet_send_command supports command-specific-result

 drivers/net/virtio_net.c | 92 ++++++++++++++++++++++++++++++++++------
 1 file changed, 78 insertions(+), 14 deletions(-)