From patchwork Thu Feb 4 08:36:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Qiu X-Patchwork-Id: 10369 X-Patchwork-Delegate: bruce.richardson@intel.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id D551195DB; Thu, 4 Feb 2016 09:36:27 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A1CE295DB for ; Thu, 4 Feb 2016 09:36:25 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 04 Feb 2016 00:36:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,393,1449561600"; d="scan'208";a="905310393" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 04 Feb 2016 00:36:24 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u148aMmS029089; Thu, 4 Feb 2016 16:36:22 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u148aKSD031166; Thu, 4 Feb 2016 16:36:22 +0800 Received: (from dayuqiu@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u148aKfo031162; Thu, 4 Feb 2016 16:36:20 +0800 From: Michael Qiu To: dev@dpdk.org Date: Thu, 4 Feb 2016 16:36:06 +0800 Message-Id: <1454574966-31124-2-git-send-email-michael.qiu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1454574966-31124-1-git-send-email-michael.qiu@intel.com> References: <1452497281-21855-1-git-send-email-michael.qiu@intel.com> <1454574966-31124-1-git-send-email-michael.qiu@intel.com> Subject: [dpdk-dev] [PATCH 2/2 v2] fm10k: update doc for Atwood Channel X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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" Atwood Channel is 25GbE NIC and belongs to Intel FM10K family, update the doc for it. Signed-off-by: Michael Qiu Acked-by: John McNamara --- Change log: 1. modify 20GbE to 25GbE doc/guides/rel_notes/release_2_3.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/release_2_3.rst b/doc/guides/rel_notes/release_2_3.rst index 99de186..7dd9c0f 100644 --- a/doc/guides/rel_notes/release_2_3.rst +++ b/doc/guides/rel_notes/release_2_3.rst @@ -3,7 +3,9 @@ DPDK Release 2.3 New Features ------------ +* **New NIC Atwood Channel support.** + Added support for the Atwood Channel variant of Intel's fm10k NIC family. Resolved Issues ---------------