From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 309BBA04B5; Tue, 27 Oct 2020 12:36:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 81C902BAA; Tue, 27 Oct 2020 12:36:32 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9E6F2100C for ; Tue, 27 Oct 2020 12:36:31 +0100 (CET) IronPort-SDR: 9YXbM6Njv170UkESc3QHCwhpB5DfglQYnfyo5Ol0egNvtLsVL1LVOu3P69Ykrm427LSsA/EpwC nuA29kOC/P0Q== X-IronPort-AV: E=McAfee;i="6000,8403,9786"; a="229700321" X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="229700321" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 04:36:29 -0700 IronPort-SDR: gShTW9d3fL02EorgBiT8YoMkXxHV6mfrm+/tAJkeOmD1/um+l7Tm8+XQlYsLe10YzJ7ndWPR4B kRPWVp41piCA== X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="468264028" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.251.87.204]) ([10.251.87.204]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 04:36:28 -0700 To: David Marchand , Jiawen Wu Cc: dev References: <20201019085415.82207-1-jiawenwu@trustnetic.com> From: Ferruh Yigit Message-ID: <5a73b60c-5fd6-32c2-750c-2867b848ce7e@intel.com> Date: Tue, 27 Oct 2020 11:36:25 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v4 00/58] net: txgbe PMD 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" On 10/27/2020 8:48 AM, David Marchand wrote: > On Mon, Oct 26, 2020 at 3:56 PM Ferruh Yigit wrote: >> Series applied to dpdk-next-net/main, thanks. >> >> >> >> 57/58 & 58/58 has been distributed to the relevant commits while merging, please >> double check them in the upstream repo. >> >> 56/58 & 53/58 has been dropped while merging. >> 56/58 needs a new version which can be send individually, >> 53/58 is adding a deprecated feature, it can't go in as it is. >> >> Also can you please send a patch for the comment mentioned in 38/58? >> > > Caught an issue while compiling next-net in Travis. > txgbe.rst is not included in the doc index which triggers a doc > generation error: > > FAILED: doc/guides/html > /usr/bin/python3 ../buildtools/call-sphinx-build.py > /usr/bin/sphinx-build 20.11.0-rc1 > /home/travis/build/david-marchand/dpdk/doc/guides > /home/travis/build/david-marchand/dpdk/build/doc/guides -W > Install the sphinx ReadTheDocs theme for improved html documentation > layout: https://sphinx-rtd-theme.readthedocs.io/ > Warning, treated as error: > /home/travis/build/david-marchand/dpdk/doc/guides/nics/txgbe.rst:document > isn't included in any toctree > Thanks David, I will fix it in the nex-net as following: diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst index da5d85bcd0..3443617755 100644 --- a/doc/guides/nics/index.rst +++ b/doc/guides/nics/index.rst @@ -57,6 +57,7 @@ Network Interface Controller Drivers szedata2 tap thunderx + txgbe vdev_netvsc virtio vhost