Scroll to navigation

DEVLINK-DEV(8) Linux DEVLINK-DEV(8)

NAME

devlink-dev - devlink device configuration

SYNOPSIS


devlink [ OPTIONS ] dev { COMMAND | help }

OPTIONS := { -V[ersion] | -n[no-nice-names] }

devlink dev show [ DEV ]

devlink dev help

devlink dev eswitch set DEV [ mode { legacy | switchdev } ]

devlink dev eswitch show DEV

DESCRIPTION

DEV - specifies the devlink device to show. If this argument is omitted all devices are listed.


Format is:
BUS_NAME/BUS_ADDRESS

mode { legacy | switchdev }
set eswitch mode

legacy - Legacy SRIOV

switchdev - SRIOV switchdev offloads

EXAMPLES

devlink dev show
Shows the state of all devlink devices on the system.

devlink dev show pci/0000:01:00.0

Shows the state of specified devlink device.

devlink dev eswitch show pci/0000:01:00.0

Shows the eswitch mode of specified devlink device.

devlink dev eswitch set pci/0000:01:00.0 mode switchdev

Sets the eswitch mode of specified devlink device to switchdev.

SEE ALSO

devlink(8), devlink-port(8), devlink-sb(8), devlink-monitor(8),

AUTHOR

Jiri Pirko <jiri@mellanox.com>
14 Mar 2016 iproute2