Re: [dpdk-dev] [PATCH] examples/ethtool: remove redundant assignment

2021-04-21 Thread Thomas Monjalon
21/04/2021 04:39, Min Hu (Connor): > From: Chengwen Feng > > The new_mtu was assigned twice, the first assignment could be removed. > > Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample > application") > Cc: sta...@dpdk.org > > Signed-off-by: Chengwen Feng > Signed-off-by:

[dpdk-dev] [PATCH] examples/ethtool: remove redundant assignment

2021-04-20 Thread Min Hu (Connor)
From: Chengwen Feng The new_mtu was assigned twice, the first assignment could be removed. Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample application") Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng Signed-off-by: Min Hu (Connor) --- examples/ethtool/ethtool-app/eth