From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C15E4378B for ; Thu, 13 Apr 2017 11:18:50 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Apr 2017 02:18:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,194,1488873600"; d="scan'208";a="88615854" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 13 Apr 2017 02:18:48 -0700 To: Shreyansh Jain Cc: "dev@dpdk.org" 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: <720e8507-8bc9-b5af-3fb2-c8d510eb713c@intel.com> Date: Thu, 13 Apr 2017 10:18:47 +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: 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: Thu, 13 Apr 2017 09:18:51 -0000 On 4/13/2017 10:22 AM, Shreyansh Jain wrote: > On Wednesday 12 April 2017 08:58 PM, Ferruh Yigit wrote: >> 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 >>> --- >>> MAINTAINERS | 1 + >>> doc/guides/nics/dpaa2.rst | 613 +++++++++++++++++++++++++++++++++ >> >> Hi Hemant, >> >> A doc clean-up patch just merged into next-net [1], can you please check >> if dpaa2 documentation can benefit from this clean-up, and send a patch >> if required? > > Just to confirm, I will push just the doc change patch over the > net-next - not the complete DPAA2 PMD patch once again. Isn't it? Correct, patch should be for next-net, because Shijith's work merged into next-net. > >> >> Thanks, >> ferruh >> >> [1] >> http://dpdk.org/ml/archives/dev/2017-April/063822.html >> >