From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 718661B7CB for ; Thu, 8 Feb 2018 13:30:54 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 04:30:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,478,1511856000"; d="scan'208";a="25844841" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by FMSMGA003.fm.intel.com with ESMTP; 08 Feb 2018 04:30:45 -0800 To: "Mcnamara, John" , "Zhao1, Wei" , "dev@dpdk.org" References: <20180131084710.133820-1-wei.zhao1@intel.com> <20180202032932.13752-1-wei.zhao1@intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 8 Feb 2018 12:30:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.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 v3] doc: add a user guidance document for igb 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, 08 Feb 2018 12:30:54 -0000 On 2/8/2018 12:27 PM, Mcnamara, John wrote: >> -----Original Message----- >> From: Yigit, Ferruh >> Sent: Thursday, February 8, 2018 11:39 AM >> To: Zhao1, Wei ; dev@dpdk.org >> Cc: Mcnamara, John >> Subject: Re: [dpdk-dev] [PATCH v3] doc: add a user guidance document for >> igb >> >> On 2/2/2018 3:29 AM, Wei Zhao wrote: >>> This patch add a user guidance document specific for igb nic. >>> By now, a doc like ixgbe.rst is also needed by igb nic. So this patch >>> add igb.rst to record important information about igb, like feature >>> supported and known issues. >>> >>> Signed-off-by: Wei Zhao >>> >>> --- >>> >>> v2: >>> -change code indentation style. >>> >>> v3: >>> -add more details for igb feature. >>> --- >>> doc/guides/nics/igb.rst | 38 ++++++++++++++++++++++++++++++++++++++ >> >> This file is not in the index, so you won't able select file from side bar >> and will be very hard to access this document unless you know the url, >> also producing a warning for same thing: >> >> .../doc/guides/nics/igb.rst: WARNING: document isn't included in any >> toctree > > > I missed that in the review. Can you fix that in the merge? I can, let me do it. > > John >