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]> --- Documentation/topics/userspace-tso.rst | 2 -- 1 file changed, 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 -- 2.54.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
