Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This tool used to manage mediated devices (SFs) Usage: mlnx-sf [ OPTIONS ] OPTIONS: -a, -action, --action <action> Perform action action: { enable | create | configure | remove | show | set_max_mdevs | query_mdevs_num } -d, -device, --device <device> PCI device <domain>:<bus>:<device>.<func> (E.g.: 0000:03:00.0) -m, -max_mdevs, --max_mdevs <max mdevs number> Set maximum number of MDEVs -u, -uuid, --uuid <uuid> UUID to create SF with -M, -mac, --mac <MAC> MAC to create SF with -p, -permanent, --permanent [<conf file>] Store configuration to be used after reboot and/or driver restart. Default (/etc/mellanox/mlnx-sf.conf). -V, -version, --version Display script version and exit -D, -dryrun, --dryrun Display commands only. -v, -verbose, --verbose Run script in verbose mode. Will print out each step of execution. -h, -help, --help Display help Signed-off-by: Vladimir Sokolovsky <[email protected]>
- Loading branch information