From patchwork Mon Mar 27 06:17:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 22425 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 A5C51FA40; Mon, 27 Mar 2017 08:19:50 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1FA87F978 for ; Mon, 27 Mar 2017 08:19:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490595576; x=1522131576; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=kvORwGRyVykB3x7nnvoyoXodLLqvAz2d4Y5kfPKZHHE=; b=PkiaqgUPerm+uZymDILXUjqPHuNenOPOluXpqWqCvTggdfgAQkivm8Ah ipKsFkZxRPcmCdLBsKYsf3kBS+um7A==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2017 23:19:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.36,229,1486454400"; d="scan'208"; a="1147302515" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.239.129.31]) by fmsmga002.fm.intel.com with ESMTP; 26 Mar 2017 23:19:32 -0700 From: Beilei Xing To: jingjing.wu@intel.com Cc: helin.zhang@intel.com, dev@dpdk.org Date: Mon, 27 Mar 2017 14:17:55 +0800 Message-Id: <1490595475-139869-6-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1490595475-139869-1-git-send-email-beilei.xing@intel.com> References: <1490350768-65006-1-git-send-email-beilei.xing@intel.com> <1490595475-139869-1-git-send-email-beilei.xing@intel.com> Subject: [dpdk-dev] [PATCH v5 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 ---------------