From: Don Brace <don.brace@microchip.com>
To: <mtk.manpages@gmail.com>, <alx@kernel.org>
Cc: <linux-man@vger.kernel.org>
Subject: [PATCH v3 00/10] smartpqi man page updates
Date: Tue, 26 Sep 2023 14:11:55 -0500 [thread overview]
Message-ID: <20230926191206.627678-1-don.brace@microchip.com> (raw)
These patches are based the man page content found in
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
The Linux man page smartpqi.4 is out-of-date with the man page provided
by our out-of-box driver. This patch series brings the Linux man page up
to date.
The changes are:
smarpqi-update-copyright-and-email-addresses
The copyright, email, and URLs have changed to Microchip.
smartpqi-update-module-parameter-descriptions
We changed some descriptions of some of our module parameters.
Clarifies what their default values are.
smartpqi-add-module-parameter_disable_managed_interrupts
We added a new module parameter to allow users to disable how
interrupts are managed allowing them to change affinity.
smartpqi-add-module-parameter_ctrl_ready_timeout
We added a new module parameter to allow users to change how
long the driver waits for the controller becomes ready. The
default is 180 seconds and can be changed from 30-1800 seconds.
The longer wait times are useful for large configurations.
smartpqi-update_FILES_section
Minor change to the FILES section. The word "Logical" was changed to
"Disk" since HBA disks are also supported.
smartpqi-update-host-attribute-descriptions
Updated the descriptions of existing host attributes accessed through
sysfs.
smartpqi-update-device-attribute-descriptions
Updated the descriptions of existing device attributes accessed through
sysfs.
smartpqi-add-host-attributes
We added some new host attributes:
enable_stream_detection: For RAID5/6 sequential write operations, this
can help increase IOPS. Reduces Read/Modify/Write operations.
This is for AIO capable devices. (Volumes consisting of non-rotating
media).
enable_r5_writes: Send down RAID 5 write operations down the AIO path.
enable_r6_writes: Send down RAID 6 write operations down the AIO path.
smartpqi-add-device-attributes
We added some new device attributes:
lunid - SCSI LUN ID
unique_id - 16-byte ID that uniquely identifies the device within the controller.
path_info - Host:Bus:Target:Lun (h:b:t:l), device type, Active/Inactive
raid_bypass_cnt - Count of the number of request sent down the AIO path.
sas_ncq_prio_enable - Enables SATA NCQ priority support.
smartpqi-add-sg-entry-to-see_also
Simple addition of the sg(4) driver to the SEE ALSO section.
Changes since V2:
Resending due to bad e-mail address for maintainer.
Changes since V1:
Broke up the large patch into multiple smaller patches due to review by:
Alejandro Colomar <alx@kernel.org>
Link: https://lore.kernel.org/all/096ed4d5-945f-5ac9-eba3-c9be5d32cfe8@kernel.org/
Don Brace (10):
smarpqi: update copyright and email addresses
smartpqi: update module parameter descriptions
smartpqi: add-module parameter disable_managed_interrupts
smartpqi: add module parameter ctrl_ready_timeout
smartpqi: update FILES section
smartpqi: update host attribute descriptions
smartpqi: update device attribute descriptions
smartpqi: add host attributes
smartpqi: add device attributes
smartpqi: add sg entry to see_also
man4/smartpqi.4 | 229 +++++++++++++++++++++++++++++++++++++++---------
1 file changed, 186 insertions(+), 43 deletions(-)
--
2.42.0.158.g94e83dcf5b
next reply other threads:[~2023-09-26 19:13 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-26 19:11 Don Brace [this message]
2023-09-26 19:11 ` [PATCH v3 01/10] smarpqi: update copyright and email addresses Don Brace
2023-09-26 23:40 ` Alejandro Colomar
2023-09-26 19:11 ` [PATCH v3 02/10] smartpqi: update module parameter descriptions Don Brace
2023-09-26 23:45 ` Alejandro Colomar
2023-09-26 19:11 ` [PATCH v3 03/10] smartpqi: add-module parameter disable_managed_interrupts Don Brace
2023-09-26 23:50 ` Alejandro Colomar
2023-09-27 14:38 ` Don.Brace
2023-09-26 19:11 ` [PATCH v3 04/10] smartpqi: add module parameter ctrl_ready_timeout Don Brace
2023-09-29 23:07 ` Alejandro Colomar
2023-09-26 19:12 ` [PATCH v3 05/10] smartpqi: update FILES section Don Brace
2023-09-29 23:16 ` Alejandro Colomar
2023-09-26 19:12 ` [PATCH v3 06/10] smartpqi: update host attribute descriptions Don Brace
2023-09-29 23:10 ` Alejandro Colomar
2023-10-02 16:32 ` Don.Brace
2023-10-02 17:28 ` Alejandro Colomar
2023-09-26 19:12 ` [PATCH v3 07/10] smartpqi: update device " Don Brace
2023-09-29 23:16 ` Alejandro Colomar
2023-09-26 19:12 ` [PATCH v3 08/10] smartpqi: add host attributes Don Brace
2023-09-29 23:19 ` Alejandro Colomar
2023-09-26 19:12 ` [PATCH v3 09/10] smartpqi: add device attributes Don Brace
2023-09-29 23:21 ` Alejandro Colomar
2023-09-26 19:12 ` [PATCH v3 10/10] smartpqi: add sg entry to see_also Don Brace
2023-09-29 23:22 ` Alejandro Colomar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230926191206.627678-1-don.brace@microchip.com \
--to=don.brace@microchip.com \
--cc=alx@kernel.org \
--cc=linux-man@vger.kernel.org \
--cc=mtk.manpages@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox