From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A6D6FA034D; Wed, 12 Jan 2022 11:57:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B88E4014E; Wed, 12 Jan 2022 11:57:01 +0100 (CET) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 7D78E40040 for ; Wed, 12 Jan 2022 11:56:59 +0100 (CET) Received: from dggeme756-chm.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4JYkxc5MM7z9sD9; Wed, 12 Jan 2022 18:55:48 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by dggeme756-chm.china.huawei.com (10.3.19.102) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.20; Wed, 12 Jan 2022 18:56:56 +0800 Subject: Re: [RFC] ethdev: introduce ethdev dump API To: Thomas Monjalon CC: , , References: <20220111115437.32855-1-humin29@huawei.com> <3408456.iIbC2pHGDl@thomas> <1849013.6tgchFWduM@thomas> From: "Min Hu (Connor)" Message-ID: Date: Wed, 12 Jan 2022 18:56:55 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <1849013.6tgchFWduM@thomas> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.128] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggeme756-chm.china.huawei.com (10.3.19.102) X-CFilter-Loop: Reflected X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Thanks Thomas, I will have a try. 在 2022/1/12 18:13, Thomas Monjalon 写道: > 12/01/2022 03:44, Min Hu (Connor): >> Hi, Thomas, >> >> 在 2022/1/11 20:48, Thomas Monjalon 写道: >>> Please use --cc-cmd devtools/get-maintainer.sh so all maintainers are Cc'edlike this ? >> git send-email -to dev@dpdk.org -cc ferruh.yigit@intel.com -cc >> thomas@monjalon.net --cc-cmd devtools/get-maintainer.sh *.patch >> --suppress-cc=all >> >> I did this, but it doesn't work. It only Cc ferruh and you. > > You should read the documentation about the tools: > https://doc.dpdk.org/guides/contributing/patches.html#checking-the-patches > > In my file ~/.config/dpdk/devel.config, I have these lines: > export DPDK_GETMAINTAINER_PATH=$root/linux/scripts/get_maintainer.pl > export DPDK_CHECKPATCH_PATH=$root/linux/scripts/checkpatch.pl > export DPDK_CHECKPATCH_CODESPELL=$root/codespell/dictionary.txt > > Did you set DPDK_GETMAINTAINER_PATH? > > > . >