* [PATCH] scsi: logging_level: update bits description
@ 2017-10-10 19:05 Randy Dunlap
2017-10-10 19:32 ` Kyle Fortin
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2017-10-10 19:05 UTC (permalink / raw)
To: linux-scsi, Martin K. Petersen, James E.J. Bottomley
From: Randy Dunlap <rdunlap@infradead.org>
Update the description of 'scsi_logging_level' from 8 4-bit nibbles
to the (pre-git) reality of 10 3-bit 'nibbles'.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
drivers/scsi/scsi_logging.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- lnx-414-rc3.orig/drivers/scsi/scsi_logging.h
+++ lnx-414-rc3/drivers/scsi/scsi_logging.h
@@ -3,10 +3,10 @@
/*
- * This defines the scsi logging feature. It is a means by which the user
- * can select how much information they get about various goings on, and it
- * can be really useful for fault tracing. The logging word is divided into
- * 8 nibbles, each of which describes a loglevel. The division of things is
+ * This defines the scsi logging feature. It is a means by which the user can
+ * select how much information they get about various goings on, and it can be
+ * really useful for fault tracing. The logging word is divided into 10 3-bit
+ * 'nibbles', each of which describes a loglevel. The division of things is
* somewhat arbitrary, and the division of the word could be changed if it
* were really needed for any reason. The numbers below are the only place
* where these are specified. For a first go-around, 3 bits is more than
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] scsi: logging_level: update bits description
2017-10-10 19:05 [PATCH] scsi: logging_level: update bits description Randy Dunlap
@ 2017-10-10 19:32 ` Kyle Fortin
2017-10-11 13:18 ` Steffen Maier
0 siblings, 1 reply; 4+ messages in thread
From: Kyle Fortin @ 2017-10-10 19:32 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-scsi, Martin K. Petersen, James E.J. Bottomley
Hi Randy,
On Oct 10, 2017, at 3:05 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
>
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Update the description of 'scsi_logging_level' from 8 4-bit nibbles
> to the (pre-git) reality of 10 3-bit 'nibbles'.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> drivers/scsi/scsi_logging.h | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> --- lnx-414-rc3.orig/drivers/scsi/scsi_logging.h
> +++ lnx-414-rc3/drivers/scsi/scsi_logging.h
> @@ -3,10 +3,10 @@
>
>
> /*
> - * This defines the scsi logging feature. It is a means by which the user
> - * can select how much information they get about various goings on, and it
> - * can be really useful for fault tracing. The logging word is divided into
> - * 8 nibbles, each of which describes a loglevel. The division of things is
> + * This defines the scsi logging feature. It is a means by which the user can
> + * select how much information they get about various goings on, and it can be
> + * really useful for fault tracing. The logging word is divided into 10 3-bit
> + * 'nibbles', each of which describes a loglevel. The division of things is
I think ‘bitfields' is more appropriate than ‘nibbles’ (a 4-bit construct in compute).
> * somewhat arbitrary, and the division of the word could be changed if it
> * were really needed for any reason. The numbers below are the only place
> * where these are specified. For a first go-around, 3 bits is more than
Reviewed-by: Kyle Fortin <kyle.fortin@oracle.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] scsi: logging_level: update bits description
2017-10-10 19:32 ` Kyle Fortin
@ 2017-10-11 13:18 ` Steffen Maier
2017-10-11 16:15 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Steffen Maier @ 2017-10-11 13:18 UTC (permalink / raw)
To: Kyle Fortin, Randy Dunlap
Cc: linux-scsi, Martin K. Petersen, James E.J. Bottomley
On 10/10/2017 09:32 PM, Kyle Fortin wrote:
> On Oct 10, 2017, at 3:05 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
>> From: Randy Dunlap <rdunlap@infradead.org>
>>
>> Update the description of 'scsi_logging_level' from 8 4-bit nibbles
>> to the (pre-git) reality of 10 3-bit 'nibbles'.
>>
>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>> ---
>> drivers/scsi/scsi_logging.h | 8 ++++----
>> 1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> --- lnx-414-rc3.orig/drivers/scsi/scsi_logging.h
>> +++ lnx-414-rc3/drivers/scsi/scsi_logging.h
>> @@ -3,10 +3,10 @@
>>
>>
>> /*
>> - * This defines the scsi logging feature. It is a means by which the user
>> - * can select how much information they get about various goings on, and it
>> - * can be really useful for fault tracing. The logging word is divided into
nit pick: Why reflow and thus "change" these 3 lines even though the
content is the same?
>> - * 8 nibbles, each of which describes a loglevel. The division of things is
>> + * This defines the scsi logging feature. It is a means by which the user can
>> + * select how much information they get about various goings on, and it can be
>> + * really useful for fault tracing. The logging word is divided into 10 3-bit
>> + * 'nibbles', each of which describes a loglevel. The division of things is
>
> I think ‘bitfields' is more appropriate than ‘nibbles’ (a 4-bit construct in compute).
+1
>> * somewhat arbitrary, and the division of the word could be changed if it
>> * were really needed for any reason. The numbers below are the only place
>> * where these are specified. For a first go-around, 3 bits is more than
>
> Reviewed-by: Kyle Fortin <kyle.fortin@oracle.com>
Reviewed-by: Steffen Maier <maier@linux.vnet.ibm.com>
--
Mit freundlichen Grüßen / Kind regards
Steffen Maier
Linux on z Systems Development
IBM Deutschland Research & Development GmbH
Vorsitzende des Aufsichtsrats: Martina Koederitz
Geschaeftsfuehrung: Dirk Wittkopp
Sitz der Gesellschaft: Boeblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] scsi: logging_level: update bits description
2017-10-11 13:18 ` Steffen Maier
@ 2017-10-11 16:15 ` Randy Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2017-10-11 16:15 UTC (permalink / raw)
To: Steffen Maier, Kyle Fortin
Cc: linux-scsi, Martin K. Petersen, James E.J. Bottomley
On 10/11/17 06:18, Steffen Maier wrote:
>
> On 10/10/2017 09:32 PM, Kyle Fortin wrote:
>> On Oct 10, 2017, at 3:05 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
>>> From: Randy Dunlap <rdunlap@infradead.org>
>>>
>>> Update the description of 'scsi_logging_level' from 8 4-bit nibbles
>>> to the (pre-git) reality of 10 3-bit 'nibbles'.
>>>
>>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>>> ---
>>> drivers/scsi/scsi_logging.h | 8 ++++----
>>> 1 file changed, 4 insertions(+), 4 deletions(-)
>>>
>>> --- lnx-414-rc3.orig/drivers/scsi/scsi_logging.h
>>> +++ lnx-414-rc3/drivers/scsi/scsi_logging.h
>>> @@ -3,10 +3,10 @@
>>>
>>>
>>> /*
>>> - * This defines the scsi logging feature. It is a means by which the user
>>> - * can select how much information they get about various goings on, and it
>>> - * can be really useful for fault tracing. The logging word is divided into
>
> nit pick: Why reflow and thus "change" these 3 lines even though the content is the same?
Just to fit into max. of 80 characters per line. Changing it to only one long line
was weird.
>>> - * 8 nibbles, each of which describes a loglevel. The division of things is
>>> + * This defines the scsi logging feature. It is a means by which the user can
>>> + * select how much information they get about various goings on, and it can be
>>> + * really useful for fault tracing. The logging word is divided into 10 3-bit
>>> + * 'nibbles', each of which describes a loglevel. The division of things is
>>
>> I think ‘bitfields' is more appropriate than ‘nibbles’ (a 4-bit construct in compute).
>
> +1
OK.
>>> * somewhat arbitrary, and the division of the word could be changed if it
>>> * were really needed for any reason. The numbers below are the only place
>>> * where these are specified. For a first go-around, 3 bits is more than
>>
>> Reviewed-by: Kyle Fortin <kyle.fortin@oracle.com>
>
> Reviewed-by: Steffen Maier <maier@linux.vnet.ibm.com>
>
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-10-11 16:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-10 19:05 [PATCH] scsi: logging_level: update bits description Randy Dunlap
2017-10-10 19:32 ` Kyle Fortin
2017-10-11 13:18 ` Steffen Maier
2017-10-11 16:15 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).