Sun, May 05, 2019 at 04:12:43PM CEST, [email protected] wrote:
>From: Ido Schimmel <[email protected]>
>
>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 <[email protected]>

Acked-by: Jiri Pirko <[email protected]>

Reply via email to