diff options
author | Aishwarya Pant <aishpant@gmail.com> | 2018-02-10 10:41:04 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-02-23 18:18:33 +0300 |
commit | 3bd640b735d0dbfa4c34c283c7e9bcd5dc18fb43 (patch) | |
tree | 9a9c9a46a78c1e2c8a6d7e72f3e3d0d465f21d4e /Documentation/ABI/testing | |
parent | 017ac5caefa0eadd5c78265f0ceec8bf10e528a8 (diff) | |
download | linux-3bd640b735d0dbfa4c34c283c7e9bcd5dc18fb43.tar.xz |
Documentation/ABI: update infiniband sysfs interfaces
Add documentation for core and hardware specific infiniband interfaces.
The descriptions have been collected from git commit logs, reading
through code and data sheets. Some drivers have incomplete doc and are
annotated with the comment '[to be documented]'.
Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Reviewed-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-infiniband | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-infiniband b/Documentation/ABI/testing/sysfs-class-infiniband deleted file mode 100644 index a86abe66a316..000000000000 --- a/Documentation/ABI/testing/sysfs-class-infiniband +++ /dev/null @@ -1,16 +0,0 @@ -What: /sys/class/infiniband/<hca>/ports/<port-number>/gid_attrs/ndevs/<gid-index> -Date: November 29, 2015 -KernelVersion: 4.4.0 -Contact: linux-rdma@vger.kernel.org -Description: The net-device's name associated with the GID resides - at index <gid-index>. - -What: /sys/class/infiniband/<hca>/ports/<port-number>/gid_attrs/types/<gid-index> -Date: November 29, 2015 -KernelVersion: 4.4.0 -Contact: linux-rdma@vger.kernel.org -Description: The RoCE type of the associated GID resides at index <gid-index>. - This could either be "IB/RoCE v1" for IB and RoCE v1 based GODs - or "RoCE v2" for RoCE v2 based GIDs. - - |