Skip to content

Commit f58762b

Browse files
david-marchandigsilya
authored andcommitted
Documentation: Remove experimental status on userspace TSO.
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. Acked-by: Mike Pattrick <mkp@redhat.com> Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
1 parent b249e86 commit f58762b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Documentation/topics/userspace-tso.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
Userspace Datapath - TSO
2828
========================
2929

30-
**Note:** This feature is considered experimental.
31-
3230
TCP Segmentation Offload (TSO) enables a network stack to delegate segmentation
3331
of an oversized TCP segment to the underlying physical NIC. Offload of frame
3432
segmentation achieves computational savings in the core, freeing up CPU cycles

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ v4.0.0 - xx xxx xxxx
77
- Userspace datapath:
88
* ARP/ND lookups for native tunnel are now rate limited. The holdout
99
timer can be configured with 'tnl/neigh/retrans_time'.
10+
* Removed experimental tag from the userspace TSO implementation.
1011
- DPDK:
1112
* Probing of devices at DPDK initialization has been disabled to avoid
1213
wasting resources on unused devices. This breaks DPDK netdev ports

0 commit comments

Comments
 (0)