Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtio-net: support the virtqueue coalescing moderation #166

Closed
hengqiali opened this issue Mar 15, 2023 · 3 comments
Closed

virtio-net: support the virtqueue coalescing moderation #166

hengqiali opened this issue Mar 15, 2023 · 3 comments

Comments

@hengqiali
Copy link

hengqiali commented Mar 15, 2023

Currently, coalescing parameters are grouped for all transmit and receive
virtqueues. This patch supports setting or getting the parameters for a
specified virtqueue, and a typical application of this function is netdim[1].

When the traffic between virtqueues is unbalanced, for example, one virtqueue
is busy and another virtqueue is idle, then it will be very useful to
control coalescing parameters at the virtqueue granularity.

[1] https://docs.kernel.org/networking/net_dim.html

Patch: https://lists.oasis-open.org/archives/virtio-dev/202303/msg00415.html

@mstsirkin
Copy link
Contributor

BALLOT CREATED AT URL: https://www.oasis-open.org/committees/ballot.php?id=3767

@hengqiali
Copy link
Author

hengqiali commented Mar 24, 2023

Hi chairs, I have updated the issue description with the latest patch link:
https://lists.oasis-open.org/archives/virtio-dev/202303/msg00415.html

@cohuck
Copy link
Contributor

cohuck commented Mar 28, 2023

BALLOT CREATED AT URL: https://www.oasis-open.org/committees/ballot.php?id=3768

@cohuck cohuck closed this as completed in 1ed0754 Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants