netdev
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Heng Qi
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Heng Qi
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Xing
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Xing
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Xing
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jason Wang
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Michael S. Tsirkin
Re: [patch net-next] virtio_net: add support for Byte Queue Limits
Jiri Pirko
[PATCH net-next 0/7] virtnet_net: prepare for af-xdp
Xuan Zhuo
[PATCH net-next 1/7] virtio_net: independent directory
Xuan Zhuo
[PATCH net-next 2/7] virtio_net: move core structures to virtio_net.h
Xuan Zhuo
[PATCH net-next 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
Xuan Zhuo
Re: [PATCH net-next 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
Jason Wang
[PATCH net-next 4/7] virtio_net: separate virtnet_rx_resize()
Xuan Zhuo
[PATCH net-next 7/7] virtio_net: separate receive_buf
Xuan Zhuo
Re: [PATCH net-next 7/7] virtio_net: separate receive_buf
Jason Wang
[PATCH net-next 6/7] virtio_net: separate receive_mergeable
Xuan Zhuo
Re: [PATCH net-next 6/7] virtio_net: separate receive_mergeable
Jason Wang
[PATCH net-next 5/7] virtio_net: separate virtnet_tx_resize()
Xuan Zhuo
Re: [PATCH net-next 0/7] virtnet_net: prepare for af-xdp
Simon Horman
Re: [PATCH net-next 0/7] virtnet_net: prepare for af-xdp
Jakub Kicinski
Re: [PATCH net-next 0/7] virtnet_net: prepare for af-xdp
Xuan Zhuo
Re: [PATCH net-next 0/7] virtnet_net: prepare for af-xdp
Xuan Zhuo
Re: [PATCH net-next 0/7] virtnet_net: prepare for af-xdp
Jason Wang
Re: [PATCH net-next 0/7] virtnet_net: prepare for af-xdp
Xuan Zhuo
[PATCH net-next v4 0/4] virtio_net: rx enable premapped mode by default
Xuan Zhuo
[PATCH net-next v4 1/4] virtio_ring: enable premapped mode whatever use_dma_api
Xuan Zhuo
Re: [PATCH net-next v4 1/4] virtio_ring: enable premapped mode whatever use_dma_api
Larysa Zaremba
[PATCH net-next v4 2/4] virtio_net: big mode skip the unmap check
Xuan Zhuo
[PATCH net-next v4 3/4] virtio_net: rx remove premapped failover code
Xuan Zhuo
Re: [PATCH net-next v4 3/4] virtio_net: rx remove premapped failover code
Larysa Zaremba
[PATCH net-next v4 4/4] virtio_net: remove the misleading comment
Xuan Zhuo
[PATCH vhost 0/5] virtio_net: introduce api to enable/disable premapped mode for sq
Xuan Zhuo
[PATCH vhost 1/5] virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
[PATCH vhost 2/5] virtio_ring: introduce dma map api for page
Xuan Zhuo
[PATCH vhost 3/5] virtio_ring: introduce virtqueue_dma_map_sg_attrs
Xuan Zhuo
[PATCH vhost 4/5] virtio_ring: virtqueue_set_dma_premapped() support to disable
Xuan Zhuo
[PATCH vhost 5/5] virtio_net: sq support premapped mode
Xuan Zhuo
Virtio Net driver crash in latest version of kernel 6.8.4>
Martin Zaharinov
Re: Virtio Net driver crash in latest version of kernel 6.8.4>
Jason Wang
[PATCH net-next v6 0/6] Remove RTNL lock protection of CVQ
Daniel Jurgens
[PATCH net-next v6 2/6] virtio_net: Remove command data from control_buf
Daniel Jurgens
Re: [PATCH net-next v6 2/6] virtio_net: Remove command data from control_buf
Eric Dumazet
RE: [PATCH net-next v6 2/6] virtio_net: Remove command data from control_buf
Dan Jurgens
[PATCH net-next v6 1/6] virtio_net: Store RSS setting in virtnet_info
Daniel Jurgens
[PATCH net-next v6 3/6] virtio_net: Add a lock for the command VQ.
Daniel Jurgens
[PATCH net-next v6 4/6] virtio_net: Do DIM update for specified queue only
Daniel Jurgens
[PATCH net-next v6 5/6] virtio_net: Add a lock for per queue RX coalesce
Daniel Jurgens
[PATCH net-next v6 6/6] virtio_net: Remove rtnl lock protection of command buffers
Daniel Jurgens
Re: [PATCH net-next v6 0/6] Remove RTNL lock protection of CVQ
Heng Qi
Re: [PATCH net-next v6 0/6] Remove RTNL lock protection of CVQ
Jason Wang
Re: [PATCH net-next v6 0/6] Remove RTNL lock protection of CVQ
patchwork-bot+netdevbpf
[PATCH net-next v2 0/2] virtio_net: support getting initial value of irq coalesce
Heng Qi
[PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device
Heng Qi
Re: [PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device
Jason Wang
Re: [PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device
Heng Qi
Re: [PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device
Jason Wang
Re: [PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device
Heng Qi
[PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe
Heng Qi
Re: [PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe
Jason Wang
Re: [PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe
Heng Qi
Re: [PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe
Jason Wang
Re: [PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe
Heng Qi
[PATCH net-next v7 0/8] virtio-net: support device stats
Xuan Zhuo
[PATCH net-next v7 2/8] virtio_net: introduce device stats feature and structures
Xuan Zhuo
[PATCH net-next v7 1/8] virtio_net: introduce ability to get reply info from device
Xuan Zhuo
[PATCH net-next v7 3/8] virtio_net: remove "_queue" from ethtool -S
Xuan Zhuo
[PATCH net-next v7 4/8] virtio_net: support device stats
Xuan Zhuo
[PATCH net-next v7 5/8] virtio_net: device stats helpers support driver stats
Xuan Zhuo
[PATCH net-next v7 6/8] virtio_net: add the total stats field
Xuan Zhuo
[PATCH net-next v7 8/8] virtio-net: support queue stat
Xuan Zhuo
Re: [PATCH net-next v7 8/8] virtio-net: support queue stat
Jakub Kicinski
[PATCH net-next v7 7/8] netdev: add queue stats
Xuan Zhuo
Re: [PATCH net-next v7 7/8] netdev: add queue stats
Jakub Kicinski
Re: [PATCH net-next v7 0/8] virtio-net: support device stats
Jakub Kicinski
Re: [PATCH net-next v7 0/8] virtio-net: support device stats
patchwork-bot+netdevbpf
[PATCH net-next 0/3] virtio_net: enable the irq for ctrlq
Heng Qi
[PATCH net-next 1/3] virtio_net: enable irq for the control vq
Heng Qi
Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq
Jason Wang
Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq
Heng Qi
Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq
Jason Wang
Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq
Heng Qi
Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq
Jason Wang
Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq
Heng Qi
[PATCH net-next 2/3] virtio_net: fix possible dim status unrecoverable
Heng Qi
Re: [PATCH net-next 2/3] virtio_net: fix possible dim status unrecoverable
Jakub Kicinski
Re: [PATCH net-next 2/3] virtio_net: fix possible dim status unrecoverable
Heng Qi
[PATCH net-next 3/3] virtio_net: improve dim command request efficiency
Heng Qi
[patch net-next v6 0/5] selftests: virtio_net: introduce initial testing infrastructure
Jiri Pirko
[patch net-next v6 1/5] virtio: add debugfs infrastructure to allow to debug virtio features
Jiri Pirko
[patch net-next v6 2/5] selftests: forwarding: add ability to assemble NETIFS array by driver name
Jiri Pirko
Re: [patch net-next v6 2/5] selftests: forwarding: add ability to assemble NETIFS array by driver name
Benjamin Poirier
[patch net-next v6 3/5] selftests: forwarding: add check_driver() helper
Jiri Pirko
Re: [patch net-next v6 3/5] selftests: forwarding: add check_driver() helper
Benjamin Poirier
[patch net-next v6 4/5] selftests: forwarding: add wait_for_dev() helper
Jiri Pirko
Re: [patch net-next v6 4/5] selftests: forwarding: add wait_for_dev() helper
Benjamin Poirier
[patch net-next v6 5/5] selftests: virtio_net: add initial tests
Jiri Pirko
Re: [patch net-next v6 5/5] selftests: virtio_net: add initial tests
Benjamin Poirier
Re: [patch net-next v6 0/5] selftests: virtio_net: introduce initial testing infrastructure
patchwork-bot+netdevbpf
[PATCH vhost v3 0/4] virtio_net: rx enable premapped mode by default
Xuan Zhuo
[PATCH vhost v3 2/4] virtio_net: big mode skip the unmap check
Xuan Zhuo
Re: [PATCH vhost v3 2/4] virtio_net: big mode skip the unmap check
Jason Wang
Re: [PATCH vhost v3 2/4] virtio_net: big mode skip the unmap check
Xuan Zhuo
Re: [PATCH vhost v3 2/4] virtio_net: big mode skip the unmap check
Jason Wang
[PATCH vhost v3 3/4] virtio_net: rx remove premapped failover code
Xuan Zhuo
[PATCH vhost v3 1/4] virtio_ring: enable premapped mode whatever use_dma_api
Xuan Zhuo
[PATCH vhost v3 4/4] virtio_net: remove the misleading comment
Xuan Zhuo
Re: [PATCH vhost v3 0/4] virtio_net: rx enable premapped mode by default
Paolo Abeni
Re: [PATCH vhost v3 0/4] virtio_net: rx enable premapped mode by default
Xuan Zhuo
[PATCH net-next v6 0/8] virtio-net: support device stats
Xuan Zhuo
[PATCH net-next v6 3/8] virtio_net: support device stats
Xuan Zhuo
Re: [PATCH net-next v6 3/8] virtio_net: support device stats
Jason Wang
[PATCH net-next v6 1/8] virtio_net: introduce device stats feature and structures
Xuan Zhuo
[PATCH net-next v6 4/8] virtio_net: device stats helpers support driver stats
Xuan Zhuo
Re: [PATCH net-next v6 4/8] virtio_net: device stats helpers support driver stats
Jason Wang
[PATCH net-next v6 2/8] virtio_net: remove "_queue" from ethtool -S
Xuan Zhuo
[PATCH net-next v6 6/8] virtio_net: rename stat tx_timeout to timeout
Xuan Zhuo
Re: [PATCH net-next v6 6/8] virtio_net: rename stat tx_timeout to timeout
Jason Wang
Re: [PATCH net-next v6 6/8] virtio_net: rename stat tx_timeout to timeout
Xuan Zhuo
[PATCH net-next v6 8/8] virtio-net: support queue stat
Xuan Zhuo
Re: [PATCH net-next v6 8/8] virtio-net: support queue stat
Jakub Kicinski
Re: [PATCH net-next v6 8/8] virtio-net: support queue stat
Xuan Zhuo
[PATCH net-next v6 5/8] virtio_net: add the total stats field
Xuan Zhuo
Re: [PATCH net-next v6 5/8] virtio_net: add the total stats field
Jason Wang
Re: [PATCH net-next v6 5/8] virtio_net: add the total stats field
Xuan Zhuo
[PATCH net-next v6 7/8] netdev: add queue stats
Xuan Zhuo
[patch net-next v5 repost 0/5] selftests: virtio_net: introduce initial testing infrastructure
Jiri Pirko
[patch net-next v5 repost 1/5] virtio: add debugfs infrastructure to allow to debug virtio features
Jiri Pirko
[patch net-next v5 repost 2/5] selftests: forwarding: add ability to assemble NETIFS array by driver name
Jiri Pirko
[patch net-next v5 repost 3/5] selftests: forwarding: add check_driver() helper
Jiri Pirko
[patch net-next v5 repost 4/5] selftests: forwarding: add wait_for_dev() helper
Jiri Pirko
[patch net-next v5 repost 5/5] selftests: virtio_net: add initial tests
Jiri Pirko
Re: [patch net-next v5 repost 0/5] selftests: virtio_net: introduce initial testing infrastructure
Jiri Pirko
[PATCH net-next 0/2] virtio_net: support getting initial value of irq coalesce
Heng Qi
[PATCH net-next 1/2] virtio_net: virtnet_send_command supports command-specific-result
Heng Qi
Re: [PATCH net-next 1/2] virtio_net: virtnet_send_command supports command-specific-result
Jiri Pirko
Re: [PATCH net-next 1/2] virtio_net: virtnet_send_command supports command-specific-result
Heng Qi
[PATCH net-next 2/2] virtio_net: get init coalesce value when probe
Heng Qi
[PATCH net-next v5 0/6] Remove RTNL lock protection of CVQ
Daniel Jurgens
[PATCH net-next v5 2/6] virtio_net: Remove command data from control_buf
Daniel Jurgens
Re: [PATCH net-next v5 2/6] virtio_net: Remove command data from control_buf
Paolo Abeni
Re: [PATCH net-next v5 2/6] virtio_net: Remove command data from control_buf
Heng Qi
[PATCH net-next v5 1/6] virtio_net: Store RSS setting in virtnet_info
Daniel Jurgens
[PATCH net-next v5 3/6] virtio_net: Add a lock for the command VQ.
Daniel Jurgens
Re: [PATCH net-next v5 3/6] virtio_net: Add a lock for the command VQ.
Paolo Abeni
[PATCH net-next v5 4/6] virtio_net: Do DIM update for specified queue only
Daniel Jurgens
[PATCH net-next v5 6/6] virtio_net: Remove rtnl lock protection of command buffers
Daniel Jurgens
[PATCH net-next v5 5/6] virtio_net: Add a lock for per queue RX coalesce
Daniel Jurgens
Re: [PATCH net-next v5 5/6] virtio_net: Add a lock for per queue RX coalesce
Paolo Abeni
RE: [PATCH net-next v5 5/6] virtio_net: Add a lock for per queue RX coalesce
Dan Jurgens
Re: [PATCH net-next v5 0/6] Remove RTNL lock protection of CVQ
Paolo Abeni
RE: [PATCH net-next v5 0/6] Remove RTNL lock protection of CVQ
Dan Jurgens
Re: [PATCH net-next v5 0/6] Remove RTNL lock protection of CVQ
Heng Qi
[PATCH vhost v2 0/7] virtio_net: rx enable premapped mode by default
Xuan Zhuo
[PATCH vhost v2 1/7] virtio_ring: introduce dma map api for page
Xuan Zhuo
[PATCH vhost v2 2/7] virtio_ring: enable premapped mode whatever use_dma_api
Xuan Zhuo
[PATCH vhost v2 3/7] virtio_net: replace private by pp struct inside page
Xuan Zhuo
[PATCH vhost v2 5/7] virtio_net: enable premapped by default
Xuan Zhuo
[PATCH vhost v2 6/7] virtio_net: rx remove premapped failover code
Xuan Zhuo
[PATCH vhost v2 4/7] virtio_net: big mode support premapped
Xuan Zhuo
Re: [PATCH vhost v2 4/7] virtio_net: big mode support premapped
Jason Wang
Re: [PATCH vhost v2 4/7] virtio_net: big mode support premapped
Xuan Zhuo
Re: [PATCH vhost v2 4/7] virtio_net: big mode support premapped
Xuan Zhuo
Re: [PATCH vhost v2 4/7] virtio_net: big mode support premapped
Jason Wang
Re: [PATCH vhost v2 4/7] virtio_net: big mode support premapped
Xuan Zhuo
Re: [PATCH vhost v2 4/7] virtio_net: big mode support premapped
Jason Wang
Re: [PATCH vhost v2 4/7] virtio_net: big mode support premapped
Xuan Zhuo
Re: [PATCH vhost v2 4/7] virtio_net: big mode support premapped
Jason Wang
Re: [PATCH vhost v2 4/7] virtio_net: big mode support premapped
Xuan Zhuo
Earlier messages
Later messages