From: Heng Qi <hengqi@linux.alibaba.com>
To: virtio-comment@lists.oasis-open.org
Cc: Jason Wang <jasowang@redhat.com>,
"Michael S . Tsirkin" <mst@redhat.com>,
Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Subject: [virtio-comment] [PATCH v4 0/2] virtio-net: support distinguishing between partial and full checksum
Date: Tue, 28 Nov 2023 16:07:46 +0800 [thread overview]
Message-ID: <cover.1701158152.git.hengqi@linux.alibaba.com> (raw)
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/
next reply other threads:[~2023-11-28 8:07 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-28 8:07 Heng Qi [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1701158152.git.hengqi@linux.alibaba.com \
--to=hengqi@linux.alibaba.com \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=virtio-comment@lists.oasis-open.org \
--cc=xuanzhuo@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.