Scroll to navigation

DEVLINK(8) Linux DEVLINK(8)

NAME

devlink - Devlink tool

SYNOPSIS


devlink [ OPTIONS ] { dev|port|monitor|sb|resource|region|health|trap } { COMMAND | help }

devlink [ -force ] -batch filename

OPTIONS

Print the version of the devlink utility and exit.

Read commands from provided file or standard input and invoke them. First failure will cause termination of devlink.

Don't terminate devlink on errors in batch mode. If there were any errors during execution of the commands, the application return code will be non zero.

Turn off printing out nice names, for example netdevice ifnames instead of devlink port identification.

Generate JSON output.

When combined with -j generate a pretty JSON output.

Turn on verbose output.

Output statistics.

Switches to the specified network namespace.

OBJECT

- devlink device.

- devlink port.

- watch for netlink messages.

- devlink shared buffer configuration.

- devlink device resource configuration.

- devlink address region access

- devlink reporting and recovery

- devlink trap configuration

COMMAND

Specifies the action to perform on the object. The set of possible actions depends on the object type. As a rule, it is possible to show (or list ) objects, but some objects do not allow all of these operations or have some additional commands. The help command is available for all objects. It prints out a list of available commands and argument syntax conventions.

If no command is given, some default command is assumed. Usually it is list or, if the objects of this class cannot be listed, help.

EXIT STATUS

Exit status is 0 if command was successful or a positive integer upon failure.

SEE ALSO

devlink-dev(8), devlink-port(8), devlink-monitor(8), devlink-sb(8), devlink-resource(8), devlink-region(8), devlink-health(8), devlink-trap(8),

REPORTING BUGS

Report any bugs to the Network Developers mailing list <netdev@vger.kernel.org> where the development and maintenance is primarily done. You do not have to be subscribed to the list to send a message there.

AUTHOR

Jiri Pirko <jiri@mellanox.com>

14 Mar 2016 iproute2