On Sun, 5 May 2019 17:12:43 +0300 Ido Schimmel <ido...@idosch.org> wrote:
> From: Ido Schimmel <ido...@mellanox.com> > > The command is supposed to allow users to filter events related to > certain objects, but returns an error when an object is specified: > > # devlink mon dev > Command "dev" not found > > Fix this by allowing the command to process the specified objects. > > Example: > > # devlink/devlink mon dev & > # echo "10 1" > /sys/bus/netdevsim/new_device > [dev,new] netdevsim/netdevsim10 > > # devlink/devlink mon port & > # echo "11 1" > /sys/bus/netdevsim/new_device > [port,new] netdevsim/netdevsim11/0: type notset flavour physical > [port,new] netdevsim/netdevsim11/0: type eth netdev eth1 flavour physical > > # devlink/devlink mon & > # echo "12 1" > /sys/bus/netdevsim/new_device > [dev,new] netdevsim/netdevsim12 > [port,new] netdevsim/netdevsim12/0: type notset flavour physical > [port,new] netdevsim/netdevsim12/0: type eth netdev eth2 flavour physical > > Fixes: a3c4b484a1ed ("add devlink tool") > Signed-off-by: Ido Schimmel <ido...@mellanox.com> Applied, thanks.