Message ID | cover.1702275514.git.hengqi@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | virtio-net: support dynamic coalescing moderation | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 11 Dec 2023 18:36:03 +0800 you wrote: > Now, virtio-net already supports per-queue moderation parameter > setting. Based on this, we use the linux dimlib to support > dynamic coalescing moderation for virtio-net. > > Due to some scheduling issues, we only support and test the rx dim. > > Some test results: > > [...] Here is the summary with links: - [net-next,v8,1/4] virtio-net: returns whether napi is complete https://git.kernel.org/netdev/net-next/c/7949c06ad9a8 - [net-next,v8,2/4] virtio-net: separate rx/tx coalescing moderation cmds https://git.kernel.org/netdev/net-next/c/d7180080ddf7 - [net-next,v8,3/4] virtio-net: extract virtqueue coalescig cmd for reuse https://git.kernel.org/netdev/net-next/c/1db43c0818e2 - [net-next,v8,4/4] virtio-net: support rx netdim https://git.kernel.org/netdev/net-next/c/6208799553a8 You are awesome, thank you!