On Tue, 23 Apr 2024 06:57:42 +0300, Daniel Jurgens wrote:
> Allocate memory for the data when it's used. Ideally the could be on the
> stack, but we can't DMA stack memory. With this change only the header
> and status memory are shared between commands, which will allow using a
> tighter lock tha
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Fri, 26 Apr 2024 11:39:20 +0800 you wrote:
> As the spec:
>
> https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82
>
> The virtio net supports to get device stats.
>
> Please re