NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SEE ALSO | AUTHOR | COLOPHON |
DEVLINK-PORT(8) Linux DEVLINK-PORT(8)
devlink-port - devlink port configuration
devlink [ OPTIONS ] port { COMMAND | help } OPTIONS := { -V[ersion] | -n[no-nice-names] } devlink port set DEV/PORT_INDEX [ type { eth | ib | auto } ] devlink port split DEV/PORT_INDEX count COUNT devlink port unsplit DEV/PORT_INDEX devlink port show [ DEV/PORT_INDEX ] devlink port help
devlink port set - change devlink port attributes DEV/PORT_INDEX - specifies the devlink port to operate on. Format is: BUS_NAME/BUS_ADDRESS/PORT_INDEX type { eth | ib | auto } set port type eth - Ethernet ib - Infiniband auto - autoselect devlink port split - split devlink port into more DEV/PORT_INDEX - specifies the devlink port to operate on. count COUNT number of ports to split to. devlink port unsplit - unsplit previously split devlink port Could be performed on any split port of the same split group. DEV/PORT_INDEX - specifies the devlink port to operate on. devlink port show - display devlink port attributes DEV/PORT_INDEX - specifies the devlink port to show. If this argument is omitted all ports are listed.
devlink port show Shows the state of all devlink ports on the system. devlink port show pci/0000:01:00.0/1 Shows the state of specified devlink port. devlink port set pci/0000:01:00.0/1 type eth Set type of specified devlink port to Ethernet. devlink port split pci/0000:01:00.0/1 count 4 Split the specified devlink port into four ports. devlink port unsplit pci/0000:01:00.0/1 Unplit the specified previously split devlink port.
devlink(8), devlink-dev(8), devlink-sb(8), devlink-monitor(8),
Jiri Pirko <jiri@mellanox.com>
This page is part of the iproute2 (utilities for controlling TCP/IP
networking and traffic) project. Information about the project can
be found at
⟨http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2⟩.
If you have a bug report for this manual page, send it to
netdev@vger.kernel.org, shemminger@osdl.org. This page was obtained
from the project's upstream Git repository
⟨git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git⟩
on 2017-07-05. If you discover any rendering problems in this HTML
version of the page, or you believe there is a better or more up-to-
date source for the page, or you have corrections or improvements to
the information in this COLOPHON (which is not part of the original
manual page), send a mail to man-pages@man7.org
iproute2 14 Mar 2016 DEVLINK-PORT(8)
Pages that refer to this page: devlink(8), devlink-dev(8), devlink-monitor(8), devlink-sb(8)