From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0BC78378B for ; Fri, 14 Apr 2017 14:09:09 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Apr 2017 05:08:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,198,1488873600"; d="scan'208";a="1155887822" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 14 Apr 2017 05:08:53 -0700 To: Hemant Agrawal , dev@dpdk.org Cc: thomas.monjalon@6wind.com, bruce.richardson@intel.com, shreyansh.jain@nxp.com, john.mcnamara@intel.com, jerin.jacob@caviumnetworks.com References: <1491725483-6619-1-git-send-email-hemant.agrawal@nxp.com> <1491918578-4902-1-git-send-email-hemant.agrawal@nxp.com> <1491918578-4902-3-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <9453e271-9fc5-6009-b7ae-0d16b5fe0884@intel.com> Date: Fri, 14 Apr 2017 13:08:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491918578-4902-3-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v12 02/22] doc: add DPAA2 NIC details 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: , X-List-Received-Date: Fri, 14 Apr 2017 12:09:10 -0000 On 4/11/2017 2:49 PM, Hemant Agrawal wrote: > This patch adds the NXP dpaa2 architecture and pmd details > in the Network interfaces section. > > Signed-off-by: Hemant Agrawal > Acked-by: John McNamara <...> > diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst > index bf4afe0..5f9d807 100644 > --- a/doc/guides/rel_notes/release_17_05.rst > +++ b/doc/guides/rel_notes/release_17_05.rst > @@ -16,6 +16,17 @@ DPDK Release 17.05 > > xdg-open build/doc/html/guides/rel_notes/release_17_05.html > > +* **Added a new driver for NXP DPAA2 - FSLMC bus.** > + > + Added the new bus "fslmc" driver for NXP DPAA2 devices. See the > + "Network Interface Controller Drivers" document for more details on this new > + driver. > + > +* **Added a new driver for NXP DPAA2 Network PMD.** > + > + Added the new "dpaa2" net driver for NXP DPAA2 devices. See the > + "Network Interface Controller Drivers" document for more details on this new > + driver. These should be below "New Features" section. Can you please send a patch to fix this? Thanks, ferruh > > New Features > ------------ >