net/virtio: support TSO
[dpdk.git] / doc / guides / rel_notes / release_16_11.rst
index ada852c..26cdd62 100644 (file)
@@ -52,6 +52,8 @@ New Features
   * Added new Rx checksum flags in mbufs to describe more states: unknown,
     good, bad, or not present (useful for virtual drivers). This modification
     was done for IP and L4.
+  * Added a new RX LRO mbuf flag, used when packets are coalesced. This
+    flag indicates that the segment size of original packets is known.
 
 * **Added vhost-user dequeue zero copy support**
 
@@ -81,6 +83,12 @@ New Features
 
   Added extended statistics to vhost PMD from per port perspective.
 
+* **Supported offloads with virtio.**
+
+  * Rx/Tx checksums
+  * LRO
+  * TSO
+
 * **Added virtio NEON support for ARM.**
 
 * **Updated the ixgbe base driver.**