Re: [PATCH 0/2] hisi_sas: Expose hw queues for v2 hw and remove unused code
On Mon, 4 Jan 2021 20:33:40 +0800, John Garry wrote: > Patch "scsi: hisi_sas: Expose HW queues for v2 hw" was not merged for > v5.11, so resending for v5.12. > > Unused module param auto_affine_msi_experimental for v3 hw is also > removed in the other patch. > > John Garry (2): > scsi: hisi_sas: Remove auto_affine_msi_experimental module_param > scsi: hisi_sas: Expose HW queues for v2 hw > > [...] Applied to 5.12/scsi-queue, thanks! [1/2] scsi: hisi_sas: Remove auto_affine_msi_experimental module_param https://git.kernel.org/mkp/scsi/c/3997e0fdd587 -- Martin K. Petersen Oracle Linux Engineering
Re: [PATCH 0/2] hisi_sas: Expose hw queues for v2 hw and remove unused code
On 06/01/2021 04:18, Martin K. Petersen wrote: Hi Martin, Patch "scsi: hisi_sas: Expose HW queues for v2 hw" was not merged for v5.11, so resending for v5.12. Any changes to it? 5.11/postmerge is sitting in my fixes branch. No change. I just did not see that patch in Linus' master branch or your git, so assumed that I would just need to resend for 5.12. And now I see it in 5.11/postmerge Thanks, John
Re: [PATCH 0/2] hisi_sas: Expose hw queues for v2 hw and remove unused code
John, > Patch "scsi: hisi_sas: Expose HW queues for v2 hw" was not merged for > v5.11, so resending for v5.12. Any changes to it? 5.11/postmerge is sitting in my fixes branch. -- Martin K. Petersen Oracle Linux Engineering
[PATCH 0/2] hisi_sas: Expose hw queues for v2 hw and remove unused code
Patch "scsi: hisi_sas: Expose HW queues for v2 hw" was not merged for v5.11, so resending for v5.12. Unused module param auto_affine_msi_experimental for v3 hw is also removed in the other patch. John Garry (2): scsi: hisi_sas: Remove auto_affine_msi_experimental module_param scsi: hisi_sas: Expose HW queues for v2 hw drivers/scsi/hisi_sas/hisi_sas.h | 4 ++ drivers/scsi/hisi_sas/hisi_sas_main.c | 11 + drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 66 +- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 5 -- 4 files changed, 68 insertions(+), 18 deletions(-) -- 2.26.2