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 B955DA04C0; Fri, 25 Sep 2020 15:14:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 97B611E93E; Fri, 25 Sep 2020 15:14:50 +0200 (CEST) Received: from mga02.intel.com (unknown [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 013751E928 for ; Fri, 25 Sep 2020 15:14:47 +0200 (CEST) IronPort-SDR: MQ75Om5ZFh2GgeUraF4K3m6799IKFle/QzTDtawcNf+sZyBvCvsjAe0t5d6CnTmSHK7i2Koigm dnl6oFY7gQEA== X-IronPort-AV: E=McAfee;i="6000,8403,9754"; a="149174464" X-IronPort-AV: E=Sophos;i="5.77,302,1596524400"; d="scan'208";a="149174464" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2020 06:14:37 -0700 IronPort-SDR: x2rT/Vix21NfzwTqBs/PISbndWMQ+a+R3B2kXEZ23X6O/vwN2sMvcuXXPcEjthQPfQuFgdrzZN ZuxaSGgOIN9A== X-IronPort-AV: E=Sophos;i="5.77,302,1596524400"; d="scan'208";a="487464698" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.10.211]) ([10.252.10.211]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2020 06:14:36 -0700 To: "Min Hu (Connor)" , dev@dpdk.org Cc: stephen@networkplumber.org, bruce.richardson@intel.com, jerin.jacob@caviumnetworks.com References: <1598845317-55956-1-git-send-email-humin29@huawei.com> <1601038310-24195-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit Message-ID: <964cd4e7-360e-0419-2d14-c60d7109f8ba@intel.com> Date: Fri, 25 Sep 2020 14:14:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: <1601038310-24195-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH V4 0/2] change data type in TC queue 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 9/25/2020 1:51 PM, Min Hu (Connor) wrote: > From: Huisong Li > > This series change data type in TC rxq and TC txq, > fix compiling errors for per-queue statistics. > > Huisong Li (2): > dpdk: resolve compiling errors for per-queue stats > ethdev: change data type in TC rxq and TC txq > > app/proc-info/main.c | 2 +- > app/test-pmd/cmdline.c | 4 ++-- > app/test-pmd/config.c | 4 ++-- > app/test-pmd/testpmd.c | 2 +- > app/test-pmd/testpmd.h | 5 +++-- > drivers/net/igc/igc_ethdev.c | 4 ++-- > drivers/net/ixgbe/ixgbe_ethdev.c | 4 ++-- > drivers/net/memif/rte_eth_memif.c | 2 +- > drivers/net/octeontx2/otx2_ethdev.h | 2 +- > drivers/net/octeontx2/otx2_stats.c | 2 +- > drivers/net/virtio/virtio_ethdev.c | 4 ++-- > lib/librte_ethdev/rte_ethdev.c | 6 +++--- > lib/librte_ethdev/rte_ethdev.h | 12 ++++++------ > lib/librte_ethdev/rte_ethdev_driver.h | 2 +- > 14 files changed, 28 insertions(+), 27 deletions(-) > While you are dropping the deprecation notice, it seems dropped the release notes updates too, they were good to have. If you don't mind can you add the release notes updated back, and instead of making them separate patch they can be be squashed into existing patches. Thanks again.