public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Wilck <mwilck@suse.com>
To: Guixin Liu <kanie@linux.alibaba.com>,
	sathya.prakash@broadcom.com,  kashyap.desai@broadcom.com,
	sumit.saxena@broadcom.com,  sreekanth.reddy@broadcom.com,
	jejb@linux.ibm.com, martin.petersen@oracle.com
Cc: mpi3mr-linuxdrv.pdl@broadcom.com, linux-scsi@vger.kernel.org
Subject: Re: [PATCH V2] scsi: mpi3mr: use ida to manage mrioc's id
Date: Fri, 19 Jan 2024 11:05:58 +0100	[thread overview]
Message-ID: <328a7b2eb80e36d70d9d26292565b4db72351923.camel@suse.com> (raw)
In-Reply-To: <20231229040331.52518-1-kanie@linux.alibaba.com>

On Fri, 2023-12-29 at 12:03 +0800, Guixin Liu wrote:
> To ensure that the same id is not obtained during concurrent
> execution of the probe, an ida is used to manage the mrioc's
> id.
> 
> Signed-off-by: Guixin Liu <kanie@linux.alibaba.com>
> ---
> Changes from v1 to v2:
> - change id from int to u8, and use ida_alloc_range instead of
> ida_alloc.
> 
>  drivers/scsi/mpi3mr/mpi3mr_os.c | 12 ++++++++++--
>  1 file changed, 10 insertions(+), 2 deletions(-)
> 

Reviewed-by: Martin Wilck <mwilck@suse.com>


  parent reply	other threads:[~2024-01-19 10:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-29  4:03 [PATCH V2] scsi: mpi3mr: use ida to manage mrioc's id Guixin Liu
2023-12-31 17:58 ` Lee Duncan
2024-01-03  2:24 ` Guixin Liu
2024-01-08  1:59   ` Guixin Liu
2024-01-19  7:44 ` Guixin Liu
2024-01-19 10:05 ` Martin Wilck [this message]
2024-01-24  2:46 ` Martin K. Petersen
2024-01-30  2:27 ` Martin K. Petersen

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=328a7b2eb80e36d70d9d26292565b4db72351923.camel@suse.com \
    --to=mwilck@suse.com \
    --cc=jejb@linux.ibm.com \
    --cc=kanie@linux.alibaba.com \
    --cc=kashyap.desai@broadcom.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=mpi3mr-linuxdrv.pdl@broadcom.com \
    --cc=sathya.prakash@broadcom.com \
    --cc=sreekanth.reddy@broadcom.com \
    --cc=sumit.saxena@broadcom.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