From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id A4C75D292 for ; Fri, 24 Mar 2017 16:35:36 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 24 Mar 2017 08:35:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,215,1486454400"; d="scan'208";a="64576608" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga002.jf.intel.com with ESMTP; 24 Mar 2017 08:35:32 -0700 To: Hemant Agrawal , dev@dpdk.org References: <1488545223-25739-1-git-send-email-hemant.agrawal@nxp.com> <1489756124-10805-1-git-send-email-hemant.agrawal@nxp.com> <1489756124-10805-3-git-send-email-hemant.agrawal@nxp.com> Cc: thomas.monjalon@6wind.com, bruce.richardson@intel.com, shreyansh.jain@nxp.com, john.mcnamara@intel.com, jerin.jacob@caviumnetworks.com From: Ferruh Yigit Message-ID: <08997501-0976-d4fa-b90f-50b22fe80edf@intel.com> Date: Fri, 24 Mar 2017 15:35:32 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1489756124-10805-3-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v9 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, 24 Mar 2017 15:35:37 -0000 On 3/17/2017 1:08 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 | 614 +++++++++++++++++++++++++++++++++ I am getting following warning [1] while building docs, not sure about the reason. Can you please check it? [1] .../doc/guides/nics/dpaa2.rst:32: WARNING: Duplicate explicit target name: "here". Thanks, ferruh