Re: [PATCH net-next v5 0/4] virtio_net: rx enable premapped mode by default

2024-05-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 11 May 2024 11:14:00 +0800 you wrote: > Actually, for the virtio drivers, we can enable premapped mode whatever > the value of use_dma_api. Because we provide the virtio dma apis. > So the driver can enable p

Re: [PATCH net-next 0/2] Add TX stop/wake counters

2024-05-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 10 May 2024 23:19:25 +0300 you wrote: > Several drivers provide TX stop and wake counters via ethtool stats. Add > those to the netdev queue stats, and use them in virtio_net. > > v2: > - Fixed an acci