Whamcloud - gitweb
LU-9667 lnet: Add o2iblnd peer sysfs structure
authorSonia Sharma <sharmaso@whamcloud.com>
Tue, 10 Jul 2018 01:03:19 +0000 (21:03 -0400)
committerSonia Sharma <sharmaso@whamcloud.com>
Thu, 30 May 2019 02:34:03 +0000 (22:34 -0400)
commit5c9f09d49e4caffe359f99bacd164338a44a3cda
tree6768b53574247dc6eadb8a244a047fa691bbc02d
parentb955816ff37c4b27644b0ead265cb8ceb0a53d45
LU-9667 lnet: Add o2iblnd peer sysfs structure

Adding APIs to create kobjects and the attribute
files for o2iblnd sysfs directory structure.

Callback functions for the o2iblnd peer attributes
added in a new file o2iblnd_sysfs.c

Test-Parameters: trivial
Change-Id: Icd1914194b7eb179ee4cc037900a204e945cb00b
Signed-off-by: Sonia Sharma <sonia.sharma@intel.com>
Reviewed-on: https://review.whamcloud.com/29164
Reviewed-by: Amir Shehata <ashehata@whamcloud.com>
Tested-by: Jenkins
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Sonia Sharma <sharmaso@whamcloud.com>
lnet/include/lnet/lnet-sysfs.h
lnet/klnds/o2iblnd/Makefile.in
lnet/klnds/o2iblnd/o2iblnd.c
lnet/klnds/o2iblnd/o2iblnd.h
lnet/klnds/o2iblnd/o2iblnd_sysfs.c [new file with mode: 0644]
lnet/lnet/api-ni.c
lnet/lnet/lnet-sysfs.c