All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-comment] [PATCH v4 0/2] virtio-net: support distinguishing between partial and full checksum
@ 2023-11-28  8:07 Heng Qi
  2023-11-28  8:07 ` [virtio-comment] [PATCH v4 1/2] virtio-net: update description for VIRTIO_NET_F_GUEST_CSUM Heng Qi
  2023-11-28  8:07 ` [virtio-comment] [PATCH v4 2/2] virtio-net: support distinguishing between partial and full checksum Heng Qi
  0 siblings, 2 replies; 39+ messages in thread
From: Heng Qi @ 2023-11-28  8:07 UTC (permalink / raw)
  To: virtio-comment; +Cc: Jason Wang, Michael S . Tsirkin, Xuan Zhuo

If VIRTIO_NET_F_GUEST_CSUM is negotiated, the driver does not support the
loading of XDP because it can receive packets with partial checksum.

This prevents users using XDP from enjoying the benefits of device
calculation and validation of checksum.

This patch set is designed to resolve this issue.

Changelog:
=========
v3->v4:
- Patch[1/2]: Update the description for VIRTIO_NET_F_GUEST_CSUM.
- Patch[2/2]:
  - Streamline some repetitive descriptions.
  - Add how features should work, when to be enabled, and overhead.

v2->v3:
- Add a section named "Driver Handles Fully Checksummed Packets"
  and more descriptions. @Michael

v1->v2:
- Modify full checksum functionality as a configurable offload
  that is initially turned off. @Jason

Heng Qi (2):
  virtio-net: update description for VIRTIO_NET_F_GUEST_CSUM.
  virtio-net: support distinguishing between partial and full checksum

 device-types/net/description.tex        | 68 ++++++++++++++++++++++---
 device-types/net/device-conformance.tex |  1 +
 device-types/net/driver-conformance.tex |  1 +
 introduction.tex                        |  3 ++
 4 files changed, 66 insertions(+), 7 deletions(-)

-- 
2.19.1.6.gb485710b


This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


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

end of thread, other threads:[~2023-12-11  9:18 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-28  8:07 [virtio-comment] [PATCH v4 0/2] virtio-net: support distinguishing between partial and full checksum Heng Qi
2023-11-28  8:07 ` [virtio-comment] [PATCH v4 1/2] virtio-net: update description for VIRTIO_NET_F_GUEST_CSUM Heng Qi
2023-11-29  8:00   ` [virtio-comment] " Jason Wang
2023-11-29  8:23     ` Heng Qi
2023-12-01  5:18       ` Jason Wang
2023-12-01  6:24         ` Heng Qi
2023-12-01  6:29           ` Heng Qi
2023-12-01  7:05             ` Jason Wang
2023-12-01  7:15               ` Heng Qi
2023-12-04  7:18                 ` Jason Wang
2023-12-04  7:37                   ` Heng Qi
2023-12-04  8:49                     ` Jason Wang
2023-12-04  8:53                       ` Michael S. Tsirkin
2023-12-04  8:59                         ` Jason Wang
2023-12-04  9:05                           ` Michael S. Tsirkin
2023-12-04  9:34                             ` Heng Qi
2023-12-05  3:52                               ` Jason Wang
2023-12-05 14:18                                 ` Heng Qi
2023-12-05 14:45                                   ` Michael S. Tsirkin
2023-12-06  2:21                                     ` Heng Qi
2023-12-06  4:36                                       ` Jason Wang
2023-12-06  4:51                                         ` Heng Qi
2023-12-06  6:51                                           ` Michael S. Tsirkin
2023-12-06  7:54                                             ` Xuan Zhuo
2023-12-06  7:57                                         ` Xuan Zhuo
2023-12-06  8:46                                           ` Jason Wang
2023-12-06  9:03                                             ` Heng Qi
2023-12-07  4:52                                               ` Heng Qi
2023-12-07  5:34                                                 ` Jason Wang
2023-12-10  5:39                                                   ` Yuri Benditovich
2023-12-11  2:17                                                     ` Heng Qi
2023-12-11  3:47                                                       ` Heng Qi
2023-12-11  7:26                                                       ` Jason Wang
2023-12-11  7:40                                                         ` Heng Qi
2023-12-11  9:17                                                           ` Heng Qi
2023-12-06  4:35                                   ` Jason Wang
2023-12-04  9:06                       ` Heng Qi
2023-12-04  9:08                         ` Jason Wang
2023-11-28  8:07 ` [virtio-comment] [PATCH v4 2/2] virtio-net: support distinguishing between partial and full checksum Heng Qi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.