The checksum offloads API and TSO have went through a refactoring and more testing. There is no identified gap in this implementation. Time to remove the experimental status on this feature.
Signed-off-by: David Marchand <[email protected]> --- Changes since v1: - updated NEWS, --- Documentation/topics/userspace-tso.rst | 2 -- NEWS | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/topics/userspace-tso.rst b/Documentation/topics/userspace-tso.rst index 4a1f972c73..ecd2b2fc29 100644 --- a/Documentation/topics/userspace-tso.rst +++ b/Documentation/topics/userspace-tso.rst @@ -27,8 +27,6 @@ Userspace Datapath - TSO ======================== -**Note:** This feature is considered experimental. - TCP Segmentation Offload (TSO) enables a network stack to delegate segmentation of an oversized TCP segment to the underlying physical NIC. Offload of frame segmentation achieves computational savings in the core, freeing up CPU cycles diff --git a/NEWS b/NEWS index 58bf257670..eb56b434de 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Post-v4.0.0 -------------------- + - Userspace datapath: + * Removed experimental tag from the userspace TSO implementation. v4.0.0 - xx xxx xxxx -- 2.54.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
