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 E0E1DA0032; Sat, 17 Sep 2022 03:12:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ACF474021D; Sat, 17 Sep 2022 03:12:44 +0200 (CEST) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 4310940156 for ; Sat, 17 Sep 2022 03:12:43 +0200 (CEST) Received: from kwepemi500017.china.huawei.com (unknown [172.30.72.54]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4MTtCv2GTHzBsPJ; Sat, 17 Sep 2022 09:10:35 +0800 (CST) Received: from [10.67.103.235] (10.67.103.235) by kwepemi500017.china.huawei.com (7.221.188.110) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Sat, 17 Sep 2022 09:12:39 +0800 Subject: Re: [PATCH 0/6] app/procinfo: add some extended features To: , , , , References: <20220722091236.15469-1-liudongdong3@huawei.com> From: Dongdong Liu Message-ID: <708228c3-c0e3-51aa-ad38-e8c258c5da07@huawei.com> Date: Sat, 17 Sep 2022 09:12:39 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20220722091236.15469-1-liudongdong3@huawei.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.235] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemi500017.china.huawei.com (7.221.188.110) 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 Hi Reshma Kindly ping. Please help to have a look at these patches. Thanks, Dongdong On 2022/7/22 17:12, Dongdong Liu wrote: > [PATCH 1/6 2/6 3/6] support ethdev info about firmware version, RSS reta info, > and module info, from the below link [1] that have been sent out in the > earlier, wait for review. > [PATCH 4/6] add dump of Rx/tx burst mode. > [PATCH 5/6] fix some wrong doxygen syntax for procinfo suggested by Thomas. > [PATCH 6/6] update the procinfo doc guide. > > [1] https://lore.kernel.org/dpdk-dev/20220527014259.38559-1-humin29@huawei.com/ > > Dongdong Liu (2): > app/procinfo: fix some wrong doxygen syntax > doc: add some extended features in procinfo guide > > Jie Hai (1): > app/proc-info: add dump of Rx/Tx burst mode > > Min Hu (Connor) (3): > app/procinfo: add version dump > app/procinfo: add RSS RETA dump > app/procinfo: add module info dump > > app/proc-info/main.c | 213 +++++++++++++++++++++++++++++---- > doc/guides/tools/proc_info.rst | 12 ++ > 2 files changed, 202 insertions(+), 23 deletions(-) > > -- > 2.22.0 > > . >