]> git.proxmox.com Git - mirror_iproute2.git/commit - man/man8/devlink-port.8
add devlink tool
authorJiri Pirko <jiri@mellanox.com>
Tue, 22 Mar 2016 09:02:21 +0000 (10:02 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 27 Mar 2016 17:57:15 +0000 (10:57 -0700)
commita3c4b484a1eddc87fbb66812a2453d840bc89f35
treedb8ac81619adadb97ffaa355c27b439286693696
parent4952b45946d73a4e5dd673928cf50327251de1de
add devlink tool

Add new tool called devlink which is userspace counterpart of devlink
Netlink socket.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Makefile
devlink/Makefile [new file with mode: 0644]
devlink/devlink.c [new file with mode: 0644]
devlink/mnlg.c [new file with mode: 0644]
devlink/mnlg.h [new file with mode: 0644]
include/linux/devlink.h [new file with mode: 0644]
man/man8/devlink-dev.8 [new file with mode: 0644]
man/man8/devlink-monitor.8 [new file with mode: 0644]
man/man8/devlink-port.8 [new file with mode: 0644]
man/man8/devlink.8 [new file with mode: 0644]