Re: [dpdk-dev] [PATCH V1 0/2] examples/ethtool: fix MTU set and add MTU query

2023-07-03 Thread Stephen Hemminger
On Mon, 28 Jun 2021 11:23:12 +0800 "Min Hu (Connor)" wrote: > 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/ethto

Re: [dpdk-dev] [PATCH V1 0/2] examples/ethtool: fix MTU set and add MTU query

2021-06-27 Thread Min Hu (Connor)
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/eth

[dpdk-dev] [PATCH V1 0/2] examples/ethtool: fix MTU set and add MTU query

2021-04-29 Thread 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/rt