devlink-lc - Man Page

devlink line card configuration

Synopsis

devlink [ OPTIONS ] lc { COMMAND | help }

OPTIONS := { -V[ersion] }

devlink lc set DEV lc LC_INDEX [ type { LC_TYPE | notype } ]

devlink lc show [ DEV [ lc LC_INDEX ] ]

devlink lc help

Description

Examples

devlink lc show

Shows the state of all line cards on the system.

devlink lc show pci/0000:01:00.0 lc 1

Shows the state of line card with index 1.

devlink lc set pci/0000:01:00.0 lc 1 type 16x100G

Sets type of specified line card to type 16x100G.

devlink lc set pci/0000:01:00.0 lc 1 notype

Clears provisioning on a line card.

See Also

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

Author

Jiri Pirko <jiri@nvidia.com>

Info

20 Apr 2022 iproute2 Linux