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 ABBC9A0C40; Mon, 28 Jun 2021 05:23:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8FA0740692; Mon, 28 Jun 2021 05:23:15 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 8C3004068A for ; Mon, 28 Jun 2021 05:23:14 +0200 (CEST) Received: from dggeme756-chm.china.huawei.com (unknown [172.30.72.53]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4GCtCD0hhSzZnB3 for ; Mon, 28 Jun 2021 11:20:08 +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.2176.2; Mon, 28 Jun 2021 11:23:12 +0800 From: "Min Hu (Connor)" To: CC: References: <1619693609-28244-1-git-send-email-humin29@huawei.com> Message-ID: Date: Mon, 28 Jun 2021 11:23:12 +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: <1619693609-28244-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.128] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggeme756-chm.china.huawei.com (10.3.19.102) X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH V1 0/2] examples/ethtool: fix MTU set and add MTU query 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 Sender: "dev" Hi, all, any comments? ÔÚ 2021/4/29 18:53, Min Hu (Connor) дµÀ: > From: Huisong Li > > This patchset fixes MTU data type when set MTU, and supports the query > of MTU. > > Huisong Li (2): > examples/ethtool: fix data type of MTU > examples/ethtool: support the query of MTU > > examples/ethtool/ethtool-app/ethapp.c | 54 ++++++++++++++++++---------- > examples/ethtool/lib/rte_ethtool.c | 16 ++++++++--- > examples/ethtool/lib/rte_ethtool.h | 16 ++++++++++- > 3 files changed, 63 insertions(+), 23 deletions(-) >