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 57C5542C03; Thu, 1 Jun 2023 14:23:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E231140DDC; Thu, 1 Jun 2023 14:23:22 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id DC905406BA for ; Thu, 1 Jun 2023 14:23:21 +0200 (CEST) Received: from kwepemi500020.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4QX4ww0q2RztQSD; Thu, 1 Jun 2023 20:21:04 +0800 (CST) Received: from [10.67.103.42] (10.67.103.42) by kwepemi500020.china.huawei.com (7.221.188.8) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Thu, 1 Jun 2023 20:23:19 +0800 Message-ID: Date: Thu, 1 Jun 2023 20:23:18 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH 00/10] support telemetry query ethdev info To: Ferruh Yigit CC: "dev@dpdk.org" , "liudongdong (C)" References: <20230530090510.56812-1-haijie1@huawei.com> <01521108-68c4-35fb-161b-890f64401caf@amd.com> From: Jie Hai In-Reply-To: <01521108-68c4-35fb-161b-890f64401caf@amd.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.42] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemi500020.china.huawei.com (7.221.188.8) 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 2023/6/1 20:05, Ferruh Yigit wrote: > On 5/30/2023 10:05 AM, Jie Hai wrote: >> Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. >> >> >> This patchset supports querying information about ethdev. >> The information includes MAC addresses, RxTx offload, flow ctrl, >> Rx|Tx queue, firmware version, DCB, RSS, FEC, VLAN, etc. >> >> >> Dengdui Huang (1): >> ethdev: support telemetry query MAC addresses >> >> Jie Hai (9): >> ethdev: support RxTx offload display >> ethdev: support telemetry query flow ctrl info >> ethdev: support telemetry query Rx queue info >> ethdev: support telemetry query Tx queue info >> ethdev: add firmware version in telemetry info command >> ethdev: support telemetry query DCB info >> ethdev: support telemetry query RSS info >> ethdev: support telemetry query FEC info >> ethdev: support telemetry query VLAN info >> > Hi Jie, > > There are build errors, reported by CI, and %l usage related checkpatch > warnings, can you please fix them in next version? > > Hi Ferruh, Thanks for your reply, I will fix them in V2. Jie Hai.