Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH v3 0/2] Improve virtio performance for 9k mtu
@ 2022-08-30  2:26 Gavin Li
  2022-08-30  2:26 ` [virtio-dev] [PATCH v3 1/2] virtio-net: introduce and use helper function for guest gso support checks Gavin Li
  2022-08-30  2:26 ` [virtio-dev] [PATCH v3 2/2] virtio-net: use mtu size as buffer length for big packets Gavin Li
  0 siblings, 2 replies; 8+ messages in thread
From: Gavin Li @ 2022-08-30  2:26 UTC (permalink / raw)
  To: stephen, davem, jesse.brandeburg, alexander.h.duyck, kuba,
	sridhar.samudrala, jasowang, loseweigh, netdev, virtualization,
	virtio-dev, mst
  Cc: gavi, parav

This small series contains two patches that improves virtio netdevice
performance for 9K mtu when GRO/ guest TSO is disabled.

Gavin Li (2):
  virtio-net: introduce and use helper function for guest gso support
    checks
  virtio-net: use mtu size as buffer length for big packets

 drivers/net/virtio_net.c | 48 ++++++++++++++++++++++++++--------------
 1 file changed, 32 insertions(+), 16 deletions(-)

-- 
2.31.1


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


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

end of thread, other threads:[~2022-08-31  8:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30  2:26 [virtio-dev] [PATCH v3 0/2] Improve virtio performance for 9k mtu Gavin Li
2022-08-30  2:26 ` [virtio-dev] [PATCH v3 1/2] virtio-net: introduce and use helper function for guest gso support checks Gavin Li
2022-08-30  2:31   ` [virtio-dev] " Xuan Zhuo
2022-08-31  8:32   ` [virtio-dev] " Si-Wei Liu
2022-08-30  2:26 ` [virtio-dev] [PATCH v3 2/2] virtio-net: use mtu size as buffer length for big packets Gavin Li
2022-08-30  2:40   ` Xuan Zhuo
2022-08-31  8:33   ` Si-Wei Liu
2022-08-31  8:35     ` Gavin Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox