netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] virtio_net: fixes for checksum offloading and XDP handling
@ 2024-06-17 13:15 Heng Qi
  2024-06-17 13:15 ` [PATCH 1/2] virtio_net: checksum offloading handling fix Heng Qi
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Heng Qi @ 2024-06-17 13:15 UTC (permalink / raw)
  To: netdev, virtualization
  Cc: Thomas Huth, Jason Wang, Michael S. Tsirkin, Xuan Zhuo,
	Eugenio Pérez, Eric Dumazet, David S. Miller, Jakub Kicinski,
	Paolo Abeni, Alexei Starovoitov, Daniel Borkmann,
	Jesper Dangaard Brouer, John Fastabend

This series of patches aim to address two specific issues identified in
the virtio_net driver related to checksum offloading and XDP processing of
fully checksummed packets.

The first patch corrects the handling of checksum offloading in the driver.
The second patch addresses an issue where the XDP program had no trouble
with fully checksummed packets.

Heng Qi (2):
  virtio_net: checksum offloading handling fix
  virtio_net: fixing XDP for fully checksummed packets handling

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

-- 
2.32.0.3.g01195cf9f


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

end of thread, other threads:[~2024-06-20 10:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 13:15 [PATCH 0/2] virtio_net: fixes for checksum offloading and XDP handling Heng Qi
2024-06-17 13:15 ` [PATCH 1/2] virtio_net: checksum offloading handling fix Heng Qi
2024-06-17 13:34   ` Jiri Pirko
2024-06-18  3:01   ` Jason Wang
2024-06-18  3:09     ` Heng Qi
2024-06-19  1:15       ` Jakub Kicinski
2024-06-19  2:02         ` Heng Qi
2024-06-19 15:08           ` Jakub Kicinski
2024-06-19 15:44             ` Heng Qi
2024-06-20  8:29               ` Jason Wang
2024-06-17 13:15 ` [PATCH 2/2] virtio_net: fixing XDP for fully checksummed packets handling Heng Qi
2024-06-18  3:10   ` Jason Wang
2024-06-18  3:15     ` Heng Qi
2024-06-20  8:33       ` Jason Wang
2024-06-20  9:28         ` Heng Qi
2024-06-20 10:19           ` Michael S. Tsirkin
2024-06-20 10:27             ` Heng Qi
2024-06-20 10:38               ` Heng Qi
2024-06-20 10:45                 ` Michael S. Tsirkin
2024-06-19 10:00 ` [PATCH 0/2] virtio_net: fixes for checksum offloading and XDP handling patchwork-bot+netdevbpf

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).