RE: [PATCH v4 00/13] Introduce support for multiqueue (MQ) in fnic

From: Karan Tilak Kumar (kartilak)
Date: Tue Dec 05 2023 - 22:53:21 EST


On Tuesday, December 5, 2023 7:11 PM, Martin K. Petersen <martin.petersen@xxxxxxxxxx> wrote:
>
>
> Karan,
>
> > This cover letter describes the feature: add support for multiqueue
> > (MQ) to fnic driver.
>
> This series doesn't apply to 6.8/scsi-queue.

Okay. Thanks Martin.
Please advise how I can proceed with getting the patch set accepted.

> Also, for change entries for individual patches, please make sure you put them after a "---" separator so they don't end up in the commit history.
>
> Thanks!
>
> --

Thanks Martin.

I'll modify the commit entries in the individual patches in the patch set and re-submit the patch set.
Just to make sure I understand this correctly, this is what I will do for the individual patches in the entire patch set:

1 From 818867e64180c2456d3f33761cb7fb6e00679849 Mon Sep 17 00:00:00 2001
2 From: Karan Tilak Kumar <kartilak@xxxxxxxxx>
3 Date: Fri, 13 Oct 2023 13:38:09 -0700
4 Subject: [PATCH v4 02/13] scsi: fnic: Add and use fnic number
5
6 Add fnic_num in fnic.h to identify fnic in a multi-fnic environment.
7 Increment and set the fnic number during driver load in fnic_probe.
8 Replace the host number with fnic number in debugfs.
9
10 Reviewed-by: Sesidhar Baddela <sebaddel@xxxxxxxxx>
11 Reviewed-by: Arulprabhu Ponnusamy <arulponn@xxxxxxxxx>
12 Signed-off-by: Karan Tilak Kumar <kartilak@xxxxxxxxx>
13 --- -> Introduce a separator between the commit and the change entries
14 Changes between v3 and v4:
15 Incorporate review comments from Martin and Hannes:
16 Undo the change to replace host number with fnic
17 number in debugfs since kernel stack uses host number.
18 Use ida_alloc to allocate ID for fnic number.

Please let me know if I've missed anything.

Regards,
Karan