[dpdk-dev,v8,5/5] doc/rel_notes: add virtio offload feature in new feature section

Message ID 1454657502-28872-6-git-send-email-jijiang.liu@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Jijiang Liu Feb. 5, 2016, 7:31 a.m. UTC
  Update new feature section with virtio offload feature description.

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
---
 doc/guides/rel_notes/release_2_3.rst |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
  

Patch

diff --git a/doc/guides/rel_notes/release_2_3.rst b/doc/guides/rel_notes/release_2_3.rst
index 7945694..47d4cb0 100644
--- a/doc/guides/rel_notes/release_2_3.rst
+++ b/doc/guides/rel_notes/release_2_3.rst
@@ -39,6 +39,11 @@  This section should contain new features added in this release. Sample format:
 
   Enabled virtio 1.0 support for virtio pmd driver.
 
+* **Support virtio offload in us-vhost."
+
+  Add the feature negotiation of checksum and TSO between us-vhost and vanilla
+  Linux virtio guest, and add these offload features support in the vhost lib.
+
 
 Resolved Issues
 ---------------