From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:45:28 +0000 Subject: [PATCH] add boot partition size --- kernel/Documentation/ABI/stable/sysfs-driver-ib_srp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/ABI/stable/sysfs-driver-ib_srp b/kernel/Documentation/ABI/stable/sysfs-driver-ib_srp index 7049a2b..bada15a 100644 --- a/kernel/Documentation/ABI/stable/sysfs-driver-ib_srp +++ b/kernel/Documentation/ABI/stable/sysfs-driver-ib_srp @@ -6,6 +6,7 @@ One can request ib_srp to connect to a new target by writing a comma-separated list of login parameters to this sysfs attribute. The supported parameters are: + * id_ext, a 16-digit hexadecimal number specifying the eight byte identifier extension in the 16-byte SRP target port identifier. The target port identifier is sent by ib_srp @@ -67,6 +68,8 @@ initiator is allowed to queue per SCSI host. The default value for this parameter is 62. The lowest supported value is 2. + * max_it_iu_size, a decimal number specifying the maximum + initiator to target information unit length. What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/ibdev Date: January 2, 2006 -- Gitblit v1.6.2