netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] virtio_net: enable premapped mode by default
@ 2024-10-14  3:12 Xuan Zhuo
  2024-10-14  3:12 ` [PATCH 1/5] virtio-net: fix overflow inside virtnet_rq_alloc Xuan Zhuo
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Xuan Zhuo @ 2024-10-14  3:12 UTC (permalink / raw)
  To: netdev
  Cc: Michael S. Tsirkin, Jason Wang, Xuan Zhuo, Eugenio Pérez,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	virtualization

In the last linux version, we disabled this feature to fix the
regress[1].

The patch set is try to fix the problem and re-enable it.

More info: http://lore.kernel.org/all/20240820071913.68004-1-xuanzhuo@linux.alibaba.com

Thanks.

[1]: http://lore.kernel.org/all/8b20cc28-45a9-4643-8e87-ba164a540c0a@oracle.com

Xuan Zhuo (5):
  virtio-net: fix overflow inside virtnet_rq_alloc
  virtio_net: introduce vi->mode
  virtio_net: big mode skip the unmap check
  virtio_net: enable premapped mode for merge and small by default
  virtio_net: rx remove premapped failover code

 drivers/net/virtio_net.c | 168 ++++++++++++++++++++++++---------------
 1 file changed, 105 insertions(+), 63 deletions(-)

--
2.32.0.3.g01195cf9f


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-10-25 13:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-14  3:12 [PATCH 0/5] virtio_net: enable premapped mode by default Xuan Zhuo
2024-10-14  3:12 ` [PATCH 1/5] virtio-net: fix overflow inside virtnet_rq_alloc Xuan Zhuo
2024-10-17 13:42   ` Paolo Abeni
2024-10-19 16:34     ` Michael S. Tsirkin
2024-10-25  2:35     ` Xuan Zhuo
2024-10-25 13:22       ` Simon Horman
2024-10-18  7:41   ` Jason Wang
2024-10-25  2:40     ` Xuan Zhuo
2024-10-14  3:12 ` [PATCH 2/5] virtio_net: introduce vi->mode Xuan Zhuo
2024-10-18  7:48   ` Jason Wang
2024-10-25  2:47     ` Xuan Zhuo
2024-10-14  3:12 ` [PATCH 3/5] virtio_net: big mode skip the unmap check Xuan Zhuo
2024-10-14  3:12 ` [PATCH 4/5] virtio_net: enable premapped mode for merge and small by default Xuan Zhuo
2024-10-18  8:00   ` Jason Wang
2024-10-25  2:53     ` Xuan Zhuo
2024-10-14  3:12 ` [PATCH 5/5] virtio_net: rx remove premapped failover code Xuan Zhuo
2024-10-18  8:01   ` Jason Wang
2024-10-14  4:57 ` [PATCH 0/5] virtio_net: enable premapped mode by default Michael S. Tsirkin
2024-10-16  7:55   ` Darren Kenny
2024-10-18 14:59     ` Darren Kenny
2024-10-19 16:32       ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).