mbox series

[0/6] Miscellaneous fixes

Message ID 20200408064332.19377-1-mrangankar@marvell.com (mailing list archive)
Headers show
Series Miscellaneous fixes | expand

Message

Manish Rangankar April 8, 2020, 6:43 a.m. UTC
Hi Martin,

Please apply the below list of patches to the scsi tree
at your convenience.

Manish Rangankar (4):
  qedi: Remove additional char from boot target iqnname.
  qedi: Avoid unnecessary endpoint allocation on link down
  qedi: Use correct msix count for fastpath vectors.
  qedi: Add modules param to enable qed iSCSI debug.

Nilesh Javali (2):
  qedi: Do not flush offload work if ARP not resolved.
  qedi: Fix termination timeouts in session logout

 drivers/scsi/qedi/qedi_iscsi.c | 17 ++++++++++-------
 drivers/scsi/qedi/qedi_main.c  | 11 +++++++----
 2 files changed, 17 insertions(+), 11 deletions(-)

Comments

Lee Duncan April 10, 2020, 3:24 p.m. UTC | #1
On 4/7/20 11:43 PM, Manish Rangankar wrote:
> Hi Martin,
> 
> Please apply the below list of patches to the scsi tree
> at your convenience.
> 
> Manish Rangankar (4):
>   qedi: Remove additional char from boot target iqnname.
>   qedi: Avoid unnecessary endpoint allocation on link down
>   qedi: Use correct msix count for fastpath vectors.
>   qedi: Add modules param to enable qed iSCSI debug.
> 
> Nilesh Javali (2):
>   qedi: Do not flush offload work if ARP not resolved.
>   qedi: Fix termination timeouts in session logout
> 
>  drivers/scsi/qedi/qedi_iscsi.c | 17 ++++++++++-------
>  drivers/scsi/qedi/qedi_main.c  | 11 +++++++----
>  2 files changed, 17 insertions(+), 11 deletions(-)
> 

Please add my:

Reviewed-by: Lee Duncan <lduncan@suse.com>

tag to all 6 patches. Thank you.
Martin K. Petersen April 14, 2020, 1:49 a.m. UTC | #2
Manish,

> Please apply the below list of patches to the scsi tree at your
> convenience.

Applied to 5.8/scsi-queue. Please write better commit descriptions next
time. I clarified a few.

Also, qedi shows several problems when compiled with -Werror C=1. Please
fix!