summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-class-infiniband
AgeCommit message (Collapse)AuthorFilesLines
2018-02-23Documentation/ABI: update infiniband sysfs interfacesAishwarya Pant1-16/+0
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>
2015-12-23IB/core: Add gid attributes to sysfsMatan Barak1-0/+16
This patch set adds attributes of net device and gid type to each GID in the GID table. Users that use verbs directly need to specify the GID index. Since the same GID could have different types or associated net devices, users should have the ability to query the associated GID attributes. Adding these attributes to sysfs. Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>