netdev
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH net-next v3 2/3] virtio-net: refactor dim initialization/destruction
Ratheesh Kannoth
Re: [PATCH net-next v3 2/3] virtio-net: refactor dim initialization/destruction
Heng Qi
[PATCH net-next v3 1/3] ethtool: provide customized dim profile management
Heng Qi
Re: [PATCH net-next v3 1/3] ethtool: provide customized dim profile management
kernel test robot
[PATCH net-next v3 3/3] virtio-net: support dim profile fine-tuning
Heng Qi
Re: [PATCH net-next v3 3/3] virtio-net: support dim profile fine-tuning
kernel test robot
[PATCH net-next v2 0/6] Remove RTNL lock protection of CVQ
Daniel Jurgens
[PATCH net-next v2 1/6] virtio_net: Store RSS setting in virtnet_info
Daniel Jurgens
[PATCH net-next v2 3/6] virtio_net: Add a lock for the command VQ.
Daniel Jurgens
[PATCH net-next v2 5/6] virtio_net: Add a lock for per queue RX coalesce
Daniel Jurgens
[PATCH net-next v2 2/6] virtio_net: Remove command data from control_buf
Daniel Jurgens
Re: [PATCH net-next v2 2/6] virtio_net: Remove command data from control_buf
kernel test robot
[PATCH net-next v2 4/6] virtio_net: Do DIM update for specified queue only
Daniel Jurgens
Re: [PATCH net-next v2 4/6] virtio_net: Do DIM update for specified queue only
Heng Qi
RE: [PATCH net-next v2 4/6] virtio_net: Do DIM update for specified queue only
Dan Jurgens
[PATCH net-next v2 6/6] virtio_net: Remove rtnl lock protection of command buffers
Daniel Jurgens
[PATCH vhost v6 00/10] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
[PATCH vhost v6 01/10] virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
[PATCH vhost v6 02/10] virtio_ring: packed: remove double check of the unmap ops
Xuan Zhuo
Re: [PATCH vhost v6 02/10] virtio_ring: packed: remove double check of the unmap ops
Jason Wang
Re: [PATCH vhost v6 02/10] virtio_ring: packed: remove double check of the unmap ops
Xuan Zhuo
Re: [PATCH vhost v6 02/10] virtio_ring: packed: remove double check of the unmap ops
Jason Wang
Re: [PATCH vhost v6 02/10] virtio_ring: packed: remove double check of the unmap ops
Xuan Zhuo
Re: [PATCH vhost v6 02/10] virtio_ring: packed: remove double check of the unmap ops
Jason Wang
[PATCH vhost v6 03/10] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
Re: [PATCH vhost v6 03/10] virtio_ring: packed: structure the indirect desc table
Jason Wang
Re: [PATCH vhost v6 03/10] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
Re: [PATCH vhost v6 03/10] virtio_ring: packed: structure the indirect desc table
Jason Wang
Re: [PATCH vhost v6 03/10] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
[PATCH vhost v6 04/10] virtio_ring: split: remove double check of the unmap ops
Xuan Zhuo
[PATCH vhost v6 05/10] virtio_ring: split: structure the indirect desc table
Xuan Zhuo
Re: [PATCH vhost v6 05/10] virtio_ring: split: structure the indirect desc table
Jason Wang
Re: [PATCH vhost v6 05/10] virtio_ring: split: structure the indirect desc table
Xuan Zhuo
[PATCH vhost v6 06/10] virtio_ring: no store dma info when unmap is not needed
Xuan Zhuo
Re: [PATCH vhost v6 06/10] virtio_ring: no store dma info when unmap is not needed
Jason Wang
Re: [PATCH vhost v6 06/10] virtio_ring: no store dma info when unmap is not needed
Xuan Zhuo
Re: [PATCH vhost v6 06/10] virtio_ring: no store dma info when unmap is not needed
Jason Wang
[PATCH vhost v6 08/10] virtio_ring: export premapped to driver by struct virtqueue
Xuan Zhuo
Re: [PATCH vhost v6 08/10] virtio_ring: export premapped to driver by struct virtqueue
Jason Wang
[PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
Xuan Zhuo
Re: [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
Jason Wang
Re: [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
Xuan Zhuo
Re: [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
Jason Wang
Re: [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
Xuan Zhuo
Re: [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
Xuan Zhuo
Re: [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
Jason Wang
Re: [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
Xuan Zhuo
Re: [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
Jason Wang
[PATCH vhost v6 10/10] virtio_ring: virtqueue_set_dma_premapped support disable
Xuan Zhuo
[PATCH vhost v6 07/10] virtio: find_vqs: add new parameter premapped
Xuan Zhuo
Re: [PATCH vhost v6 07/10] virtio: find_vqs: add new parameter premapped
Jason Wang
[PATCH net v2] virtio-net: fix possible dim status unrecoverable
Heng Qi
Re: [PATCH net v2] virtio-net: fix possible dim status unrecoverable
Paolo Abeni
Re: [PATCH net v2] virtio-net: fix possible dim status unrecoverable
Heng Qi
[PATCH net-next 0/4] Remove RTNL lock protection of CVQ
Daniel Jurgens
[PATCH net-next 1/4] virtio_net: Store RSS setting in virtnet_info
Daniel Jurgens
[PATCH net-next 2/4] virtio_net: Remove command data from control_buf
Daniel Jurgens
Re: [PATCH net-next 2/4] virtio_net: Remove command data from control_buf
Heng Qi
Re: [PATCH net-next 2/4] virtio_net: Remove command data from control_buf
Simon Horman
Re: [PATCH net-next 2/4] virtio_net: Remove command data from control_buf
Michael S. Tsirkin
[PATCH net-next 3/4] virtio_net: Add a lock for the command VQ.
Daniel Jurgens
[PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers
Daniel Jurgens
Re: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers
Heng Qi
RE: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers
Dan Jurgens
Re: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers
Heng Qi
Re: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers
Heng Qi
Re: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ
Xuan Zhuo
Re: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ
Heng Qi
RE: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ
Dan Jurgens
Re: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ
Heng Qi
[PATCH vhost v5 00/10] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
[PATCH vhost v5 01/10] virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
[PATCH vhost v5 05/10] virtio_ring: split: structure the indirect desc table
Xuan Zhuo
[PATCH vhost v5 03/10] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
[PATCH vhost v5 07/10] virtio: find_vqs: add new parameter premapped
Xuan Zhuo
[PATCH vhost v5 04/10] virtio_ring: split: remove double check of the unmap ops
Xuan Zhuo
[PATCH vhost v5 08/10] virtio_ring: export premapped to driver by struct virtqueue
Xuan Zhuo
[PATCH vhost v5 06/10] virtio_ring: no store dma info when unmap is not needed
Xuan Zhuo
[PATCH vhost v5 10/10] virtio_ring: virtqueue_set_dma_premapped support disable
Xuan Zhuo
[PATCH vhost v5 02/10] virtio_ring: packed: remove double check of the unmap ops
Xuan Zhuo
[PATCH vhost v5 09/10] virtio_net: set premapped mode by find_vqs()
Xuan Zhuo
Re: [PATCH vhost v5 00/10] virtio: drivers maintain dma info for premapped vq
Jason Wang
Re: [PATCH vhost v5 00/10] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
Re: [PATCH vhost v5 00/10] virtio: drivers maintain dma info for premapped vq
Jason Wang
Re: [PATCH vhost v5 00/10] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
Re: [PATCH vhost v5 00/10] virtio: drivers maintain dma info for premapped vq
Jason Wang
[PATCH 0/2] virtio-net: a fix and some updates for virtio dim
Heng Qi
[PATCH 1/2] virtio-net: fix possible dim status unrecoverable
Heng Qi
Re: [PATCH 1/2] virtio-net: fix possible dim status unrecoverable
Jason Wang
Re: [PATCH 1/2] virtio-net: fix possible dim status unrecoverable
Heng Qi
Re: [PATCH 1/2] virtio-net: fix possible dim status unrecoverable
Jason Wang
Re: [PATCH 1/2] virtio-net: fix possible dim status unrecoverable
Heng Qi
Re: [PATCH 1/2] virtio-net: fix possible dim status unrecoverable
Jason Wang
[PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Heng Qi
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
kernel test robot
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Jason Wang
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Heng Qi
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Jason Wang
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Heng Qi
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Jason Wang
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Heng Qi
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Jason Wang
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Heng Qi
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Jason Wang
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Heng Qi
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Jason Wang
Re: [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
Dan Carpenter
Re: [PATCH 0/2] virtio-net: a fix and some updates for virtio dim
Jiri Pirko
Re: [PATCH 0/2] virtio-net: a fix and some updates for virtio dim
Heng Qi
REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Igor Raits
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Igor Raits
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Willem de Bruijn
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Igor Raits
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Willem de Bruijn
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Igor Raits
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Stefan Hajnoczi
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jason Wang
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Igor Raits
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jason Wang
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Igor Raits
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Igor Raits
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Stefano Garzarella
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Igor Raits
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jason Wang
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jaroslav Pulchart
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jason Wang
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jaroslav Pulchart
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jaroslav Pulchart
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jakub Kicinski
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jaroslav Pulchart
Re: REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
Jaroslav Pulchart
[PATCH net-next v5 0/9] virtio-net: support device stats
Xuan Zhuo
[PATCH net-next v5 1/9] virtio_net: introduce device stats feature and structures
Xuan Zhuo
Re: [PATCH net-next v5 1/9] virtio_net: introduce device stats feature and structures
Jason Wang
[PATCH net-next v5 2/9] virtio_net: virtnet_send_command supports command-specific-result
Xuan Zhuo
Re: [PATCH net-next v5 2/9] virtio_net: virtnet_send_command supports command-specific-result
Jason Wang
Re: [PATCH net-next v5 2/9] virtio_net: virtnet_send_command supports command-specific-result
Xuan Zhuo
[PATCH net-next v5 7/9] virtio_net: rename stat tx_timeout to timeout
Xuan Zhuo
Re: [PATCH net-next v5 7/9] virtio_net: rename stat tx_timeout to timeout
Jason Wang
[PATCH net-next v5 3/9] virtio_net: remove "_queue" from ethtool -S
Xuan Zhuo
Re: [PATCH net-next v5 3/9] virtio_net: remove "_queue" from ethtool -S
Jason Wang
[PATCH net-next v5 4/9] virtio_net: support device stats
Xuan Zhuo
Re: [PATCH net-next v5 4/9] virtio_net: support device stats
Jason Wang
Re: [PATCH net-next v5 4/9] virtio_net: support device stats
Xuan Zhuo
Re: [PATCH net-next v5 4/9] virtio_net: support device stats
Jason Wang
Re: [PATCH net-next v5 4/9] virtio_net: support device stats
Xuan Zhuo
Re: [PATCH net-next v5 4/9] virtio_net: support device stats
Jason Wang
Re: [PATCH net-next v5 4/9] virtio_net: support device stats
Xuan Zhuo
Re: [PATCH net-next v5 4/9] virtio_net: support device stats
Jason Wang
[PATCH net-next v5 8/9] netdev: add queue stats
Xuan Zhuo
[PATCH net-next v5 6/9] virtio_net: add the total stats field
Xuan Zhuo
[PATCH net-next v5 5/9] virtio_net: stats map include driver stats
Xuan Zhuo
[PATCH net-next v5 9/9] virtio-net: support queue stat
Xuan Zhuo
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Jiri Pirko
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Xuan Zhuo
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Jiri Pirko
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Paolo Abeni
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Xuan Zhuo
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Jiri Pirko
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Jakub Kicinski
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Xuan Zhuo
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Simon Horman
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Xuan Zhuo
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Michael S. Tsirkin
Re: [PATCH net-next v5 0/9] virtio-net: support device stats
Xuan Zhuo
[PATCH net-next v4 0/8] virtio-net: support device stats
Xuan Zhuo
[PATCH net-next v4 1/8] virtio_net: introduce device stats feature and structures
Xuan Zhuo
[PATCH net-next v4 5/8] virtio_net: add the total stats field
Xuan Zhuo
[PATCH net-next v4 4/8] virtio_net: stats map include driver stats
Xuan Zhuo
[PATCH net-next v4 2/8] virtio_net: virtnet_send_command supports command-specific-result
Xuan Zhuo
[PATCH net-next v4 3/8] virtio_net: support device stats
Xuan Zhuo
Re: [PATCH net-next v4 3/8] virtio_net: support device stats
Jakub Kicinski
Re: [PATCH net-next v4 3/8] virtio_net: support device stats
Xuan Zhuo
Re: [PATCH net-next v4 3/8] virtio_net: support device stats
Jakub Kicinski
Re: [PATCH net-next v4 3/8] virtio_net: support device stats
Xuan Zhuo
[PATCH net-next v4 6/8] virtio_net: rename stat tx_timeout to timeout
Xuan Zhuo
[PATCH net-next v4 8/8] virtio-net: support queue stat
Xuan Zhuo
Re: [PATCH net-next v4 8/8] virtio-net: support queue stat
Jakub Kicinski
Re: [PATCH net-next v4 8/8] virtio-net: support queue stat
Xuan Zhuo
[PATCH net-next v4 7/8] netdev: add queue stats
Xuan Zhuo
Re: [PATCH net-next v4 7/8] netdev: add queue stats
Jakub Kicinski
Re: [PATCH net-next v4 7/8] netdev: add queue stats
Xuan Zhuo
Re: [PATCH net-next v4 0/8] virtio-net: support device stats
Paolo Abeni
[PATCH vhost v4 00/10] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
[PATCH vhost v4 01/10] virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
[PATCH vhost v4 04/10] virtio_ring: split: remove double check of the unmap ops
Xuan Zhuo
[PATCH vhost v4 03/10] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
Re: [PATCH vhost v4 03/10] virtio_ring: packed: structure the indirect desc table
Jason Wang
Re: [PATCH vhost v4 03/10] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
Re: [PATCH vhost v4 03/10] virtio_ring: packed: structure the indirect desc table
Jason Wang
Re: [PATCH vhost v4 03/10] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
Re: [PATCH vhost v4 03/10] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
Re: [PATCH vhost v4 03/10] virtio_ring: packed: structure the indirect desc table
Jason Wang
[PATCH vhost v4 02/10] virtio_ring: packed: remove double check of the unmap ops
Xuan Zhuo
Re: [PATCH vhost v4 02/10] virtio_ring: packed: remove double check of the unmap ops
Jason Wang
Re: [PATCH vhost v4 02/10] virtio_ring: packed: remove double check of the unmap ops
Xuan Zhuo
Re: [PATCH vhost v4 02/10] virtio_ring: packed: remove double check of the unmap ops
Jason Wang
Re: [PATCH vhost v4 02/10] virtio_ring: packed: remove double check of the unmap ops
Michael S. Tsirkin
Re: [PATCH vhost v4 02/10] virtio_ring: packed: remove double check of the unmap ops
Xuan Zhuo
[PATCH vhost v4 06/10] virtio_ring: no store dma info when unmap is not needed
Xuan Zhuo
Earlier messages
Later messages