From patchwork Fri Mar 24 10:19:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 22274 X-Patchwork-Delegate: ferruh.yigit@amd.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 6D450D11D; Fri, 24 Mar 2017 11:21:19 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 13FBCCFD8 for ; Fri, 24 Mar 2017 11:20:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490350845; x=1521886845; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=6+UBw+Nd/nbxyKs95J9OuMyhSkFv7m4Ehm9gOlt362A=; b=QCPgR+hEJQ5/VOjUjXVWb3bf7Os46Nnx9o+ava06JOD2et8+QiOKEIRY IyBOEqUfH5rVz/vNveyyPohbCO6DVw==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2017 03:20:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.36,214,1486454400"; d="scan'208"; a="1111738134" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.239.129.31]) by orsmga001.jf.intel.com with ESMTP; 24 Mar 2017 03:20:43 -0700 From: Beilei Xing To: jingjing.wu@intel.com Cc: helin.zhang@intel.com, dev@dpdk.org Date: Fri, 24 Mar 2017 18:19:28 +0800 Message-Id: <1490350768-65006-6-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1490350768-65006-1-git-send-email-beilei.xing@intel.com> References: <1490263352-61174-1-git-send-email-beilei.xing@intel.com> <1490350768-65006-1-git-send-email-beilei.xing@intel.com> Subject: [dpdk-dev] [PATCH v4 5/5] doc: add pipeline personalization profile support for i40e X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Beilei Xing Acked-by: John McNamara --- doc/guides/rel_notes/release_17_05.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst index 3e48224..f17e03b 100644 --- a/doc/guides/rel_notes/release_17_05.rst +++ b/doc/guides/rel_notes/release_17_05.rst @@ -85,6 +85,10 @@ New Features Data Ring, ability to register memory regions. +* **Added pipeline personalization profile support for i40e.** + + * Added loading pipeline personalization profile to i40e FW. + Resolved Issues ---------------