Re: [PATCH net-next v5 2/6] virtio_net: Remove command data from control_buf

2024-04-30 Thread Heng Qi
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

Re: [PATCH net-next v7 0/8] virtio-net: support device stats

2024-04-30 Thread patchwork-bot+netdevbpf
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