Message ID | cf31104a3cdc3c706b6e3a0d86f7f0f40fb6b3bd.1696745452.git.hengqi@linux.alibaba.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c4e33cf2611b2f73098f7413176d428d1fb62304 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | virtio-net: Fix and update interrupt moderation | expand |
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 4c3d16db72f7..53491a84218a 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -3347,7 +3347,7 @@ static int virtnet_send_notf_coal_vq_cmds(struct virtnet_info *vi, static int virtnet_coal_params_supported(struct ethtool_coalesce *ec) { /* usecs coalescing is supported only if VIRTIO_NET_F_NOTF_COAL - * feature is negotiated. + * or VIRTIO_NET_F_VQ_NOTF_COAL feature is negotiated. */ if (ec->rx_coalesce_usecs || ec->tx_coalesce_usecs) return -EOPNOTSUPP;