From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jijiang Liu Subject: [PATCH v8 5/5] doc/rel_notes: add virtio offload feature in new feature section Date: Fri, 5 Feb 2016 15:31:42 +0800 Message-ID: <1454657502-28872-6-git-send-email-jijiang.liu@intel.com> References: <1454657502-28872-1-git-send-email-jijiang.liu@intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E2FA0BE12 for ; Fri, 5 Feb 2016 08:32:00 +0100 (CET) In-Reply-To: <1454657502-28872-1-git-send-email-jijiang.liu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update new feature section with virtio offload feature description. Signed-off-by: Jijiang Liu --- doc/guides/rel_notes/release_2_3.rst | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) 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 --------------- -- 1.7.7.6