public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: "Ma, Jiping" <jiping.ma2@windriver.com>
Cc: jejb@linux.ibm.com, martin.petersen@oracle.com,
	scott.benesh@microchip.com, don.brace@microchip.com,
	scott.teel@microchip.com, kevin.barnett@microchip.com,
	Murthy.Bhat@microchip.com, linux-scsi@vger.kernel.org,
	linux-kernel@vger.kernel.org, yue.tao@windriver.com
Subject: Re: [PATCH] scsi: smartpqi: Enable sas_address sys fs for SATA device type.
Date: Tue, 19 Oct 2021 11:54:53 -0400	[thread overview]
Message-ID: <20211019155449.GA30330@windriver.com> (raw)
In-Reply-To: <79269170-c390-5914-54b9-f562eb463505@windriver.com>

[Re: [PATCH] scsi: smartpqi: Enable sas_address sys fs for SATA device type.] On 14/10/2021 (Thu 08:44) Ma, Jiping wrote:

> ping
> 
> Thanks,

If you want prompt responses, you can help yourself by writing proper
commit logs that don't assume everyone has the exact same context in
their mind that you have on your specific problem.

Start with a clear problem statement that covers the symptoms.

  "When I connect device type ABC to host XYZ, I can't do foobar,
   because I get <describe symptoms here>"

Then describe the technical "why" it happens, showing that you
understand what is going on.

  "This happens because device types ABC are excluded from being
  treated/processed with <functions/code/whatever>"

Finally describe what your chosen fix is and why it is the best possible
choice to fix things, with the least risk of side effects.

  "We can add type ABC to class foobar, since it supports all the
   basic functions of class XYZ and works transparently without gaps."

Additional details like command line output are good, but you shouldn't
fill the commit log with nothing but them.   Be concise when adding
captured output - only show what needs to be shown.

Finally, don't send a "ping" only a couple days after your original
send.  Speaking for myself, if someone does that to me, they immediately
go to the end of my queue.   Maintainers are busy.  Be patient and
polite and write good commit logs and things will probably go a lot
better for you.

Paul.
--

> 
> Jiping
> 
> On 10/11/2021 10:46 AM, Jiping Ma wrote:
> > Current version:
> > /sys/devices/pci0000:36/0000:36:02.0/0000:3b:00.0/host0/scsi_host/host0$
> > find -name sas_address -print -exec cat {} \;
> > ./port-0:3/end_device-0:3/sas_device/end_device-0:3/sas_address
> > 0x0000000000000000
> > ./port-0:3/end_device-0:3/target0:0:2/0:0:2:0/sas_address
> > cat: ./port-0:3/end_device-0:3/target0:0:2/0:0:2:0/sas_address:
> > No such device
> > ./port-0:1/end_device-0:1/target0:0:0/0:0:0:0/sas_address
> > cat: ./port-0:1/end_device-0:1/target0:0:0/0:0:0:0/sas_address:
> > No such device
> > ./port-0:1/end_device-0:1/sas_device/end_device-0:1/sas_address
> > 0x0000000000000000
> > ./port-0:4/end_device-0:4/sas_device/end_device-0:4/sas_address
> > 0x0000000000000000
> > ./port-0:4/end_device-0:4/target0:0:3/0:0:3:0/sas_address
> > cat: ./port-0:4/end_device-0:4/target0:0:3/0:0:3:0/sas_address:
> > No such device
> > ./port-0:2/end_device-0:2/sas_device/end_device-0:2/sas_address
> > 0x0000000000000000
> > ./port-0:2/end_device-0:2/target0:0:1/0:0:1:0/sas_address
> > cat: ./port-0:2/end_device-0:2/target0:0:1/0:0:1:0/sas_address:
> > No such device
> > 
> > After patch applied:
> > /sys/devices/pci0000:36/0000:36:02.0/0000:3b:00.0/host0/scsi_host/host0$
> > find -name sas_address -print -exec cat {} \;
> > ./port-0:3/end_device-0:3/sas_device/end_device-0:3/sas_address
> > 0x31402ec001d92985
> > ./port-0:3/end_device-0:3/target0:0:2/0:0:2:0/sas_address
> > 0x31402ec001d92985
> > ./port-0:1/end_device-0:1/target0:0:0/0:0:0:0/sas_address
> > 0x31402ec001d92983
> > ./port-0:1/end_device-0:1/sas_device/end_device-0:1/sas_address
> > 0x31402ec001d92983
> > ./port-0:4/end_device-0:4/sas_device/end_device-0:4/sas_address
> > 0x31402ec001d92986
> > ./port-0:4/end_device-0:4/target0:0:3/0:0:3:0/sas_address
> > 0x31402ec001d92986
> > ./port-0:2/end_device-0:2/sas_device/end_device-0:2/sas_address
> > 0x31402ec001d92984
> > ./port-0:2/end_device-0:2/target0:0:1/0:0:1:0/sas_address
> > 0x31402ec001d92984
> > 
> > Signed-off-by: Jiping Ma <jiping.ma2@windriver.com>
> > ---
> >   drivers/scsi/smartpqi/smartpqi_init.c | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c
> > index ecb2af3f43ca..df16e0a27a41 100644
> > --- a/drivers/scsi/smartpqi/smartpqi_init.c
> > +++ b/drivers/scsi/smartpqi/smartpqi_init.c
> > @@ -2101,6 +2101,7 @@ static inline void pqi_mask_device(u8 *scsi3addr)
> >   static inline bool pqi_is_device_with_sas_address(struct pqi_scsi_dev *device)
> >   {
> >   	switch (device->device_type) {
> > +	case SA_DEVICE_TYPE_SATA:
> >   	case SA_DEVICE_TYPE_SAS:
> >   	case SA_DEVICE_TYPE_EXPANDER_SMP:
> >   	case SA_DEVICE_TYPE_SES:

      reply	other threads:[~2021-10-19 15:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-11  2:46 [PATCH] scsi: smartpqi: Enable sas_address sys fs for SATA device type Jiping Ma
2021-10-14  0:44 ` Ma, Jiping
2021-10-19 15:54   ` Paul Gortmaker [this message]

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=20211019155449.GA30330@windriver.com \
    --to=paul.gortmaker@windriver.com \
    --cc=Murthy.Bhat@microchip.com \
    --cc=don.brace@microchip.com \
    --cc=jejb@linux.ibm.com \
    --cc=jiping.ma2@windriver.com \
    --cc=kevin.barnett@microchip.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=scott.benesh@microchip.com \
    --cc=scott.teel@microchip.com \
    --cc=yue.tao@windriver.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