On Wed, 24 Feb 2021 01:32:51 +0100 Michal Kubecek wrote: > On Tue, Feb 23, 2021 at 02:24:40PM +0100, Simon Horman wrote: > > From: Yinjun Zhang <yinjun.zh...@corigine.com> > > > > The command "ethtool -L <intf> combined 0" may clean the RX/TX channel > > count and skip the error path, since the attrs > > tb[ETHTOOL_A_CHANNELS_RX_COUNT] and tb[ETHTOOL_A_CHANNELS_TX_COUNT] > > are NULL in this case when recent ethtool is used. > > > > Tested using ethtool v5.10. > > > > Fixes: 7be92514b99c ("ethtool: check if there is at least one channel for > > TX/RX in the core") > > Signed-off-by: Yinjun Zhang <yinjun.zh...@corigine.com> > > Signed-off-by: Simon Horman <simon.hor...@netronome.com> > > Signed-off-by: Louis Peens <louis.pe...@netronome.com> > > Reviewed-by: Michal Kubecek <mkube...@suse.cz>
IOW you prefer this to what I proposed?