Whamcloud - gitweb
LU-2456 lnet: Dynamic LNet Configuration (DLC) show command 22/8022/38
authorAmir Shehata <amir.shehata@intel.com>
Thu, 10 Oct 2013 22:27:11 +0000 (15:27 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 30 Aug 2014 01:25:23 +0000 (01:25 +0000)
commitf3b3e3f1b92f507816120a53bbfd0ab4887a7a98
treea7ee681256eb4977b68461e5dfc53d65b79aae0e
parentda677c1c4f37886ff7b8d31396645b12365c0e88
LU-2456 lnet: Dynamic LNet Configuration (DLC) show command

This is the fifth patch of a set of patches that enables DLC.

This patch adds the new structures which will be used
in the IOCTL communication.  It also added a set of
show operations to show buffers, networks, statistics
and peer information.

Signed-off-by: Amir Shehata <amir.shehata@intel.com>
Change-Id: I96e5cb3dcf07289c6cd1deb46f4acb3c263ae21e
Reviewed-on: http://review.whamcloud.com/8022
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/include/libcfs/libcfs_ioctl.h
libcfs/libcfs/linux/linux-module.c
libcfs/libcfs/module.c
lnet/include/lnet/Makefile.am
lnet/include/lnet/lib-dlc.h [new file with mode: 0644]
lnet/include/lnet/lib-lnet.h
lnet/include/lnet/lib-types.h
lnet/lnet/api-ni.c
lnet/lnet/module.c
lnet/lnet/peer.c
lnet/utils/portals.c