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 7EE84A0542; Sat, 8 Oct 2022 13:11:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 216694021E; Sat, 8 Oct 2022 13:11:47 +0200 (CEST) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 64D0840146 for ; Sat, 8 Oct 2022 13:11:45 +0200 (CEST) Received: from kwepemi500017.china.huawei.com (unknown [172.30.72.57]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4Ml2Vz0jD6zkXwG; Sat, 8 Oct 2022 19:09:15 +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.31; Sat, 8 Oct 2022 19:11:42 +0800 Subject: Re: [PATCH v5 0/3] support ethdev Rx/Tx descriptor dump To: Ferruh Yigit , , , , , , References: <20220527023351.40577-1-humin29@huawei.com> <20221006120514.28830-1-liudongdong3@huawei.com> <96891fd8-277d-08e9-c0c7-272995683bed@amd.com> From: Dongdong Liu Message-ID: Date: Sat, 8 Oct 2022 19:11:41 +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: <96891fd8-277d-08e9-c0c7-272995683bed@amd.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.235] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) 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 On 2022/10/7 0:42, Ferruh Yigit wrote: > On 10/6/2022 1:05 PM, Dongdong Liu wrote: >> Support ethdev Rx/Tx descriptor dump by using procinfo tool. >> >> Thanks to Ferruh, Andrew and Reshma help to review the patchset. >> >> NOTE: >> October 1st to October 7th is China's National Day holiday. >> I don't have a test environment available at the moment. >> I will test this patchset on October 8th. Current compile is ok. I have tested the patchset and it works ok. >> >> v4->v5: >> - Rename the Rx/Tx descriptor dump API and provide 'offset' parameter. >> - Refactor procinfo dump descriptor code as Reshma suggested. >> >> v3->v4: >> - Modify the desc dump API to dump specified number of descriptors. >> - Modify the hn3 pmd implementation and procinfo part >> >> Dongdong Liu (3): >> ethdev: introduce ethdev desc dump API >> net/hns3: support Rx/Tx bd dump >> app/procinfo: support descriptor dump >> > > I will wait review from Reshma for procinfo, but will merge rest to make > them available for -rc1, procinfo can get after -rc1, > > Except from procinfo patch, 3/3, > Series applied to dpdk-next-net/main, thanks. > > > Release notes and .map file order updated while merging. Thanks for the work. I have sent out the below patchset for the procinfo. [PATCH v9 0/8] app/procinfo: add some extended features https://patches.dpdk.org/project/dpdk/list/?series=25048 [v9,7/8] app/procinfo: support descriptor dump https://patches.dpdk.org/project/dpdk/patch/20221008105353.18195-8-liudongdong3@huawei.com/ Thanks, Dongdong. > > . >