Re: [PATCH 10/11] iscsi: make session and connection lists per-net

2023-05-10 Thread michael . christie
On 5/6/23 4:29 PM, Chris Leech wrote: > diff --git a/drivers/scsi/scsi_transport_iscsi.c > b/drivers/scsi/scsi_transport_iscsi.c > index cd3228293a64..15d28186996d 100644 > --- a/drivers/scsi/scsi_transport_iscsi.c > +++ b/drivers/scsi/scsi_transport_iscsi.c > @@ -1755,17 +1755,16 @@ static >

[PATCH 10/11] iscsi: make session and connection lists per-net

2023-05-06 Thread Chris Leech
Eliminate the comparisions on list lookups, and it will make it easier to shut down session on net namespace exit in the next patch. Reviewed-by: Hannes Reinecke Signed-off-by: Chris Leech --- drivers/scsi/scsi_transport_iscsi.c | 104 1 file changed, 61

Re: [PATCH 10/11] iscsi: make session and connection lists per-net

2023-04-11 Thread Hannes Reinecke
On 4/10/23 21:10, Chris Leech wrote: Eliminate the comparisions on list lookups, and it will make it easier to shut down session on net namespace exit in the next patch. Signed-off-by: Chris Leech --- drivers/scsi/scsi_transport_iscsi.c | 104 1 file changed, 61

[PATCH 10/11] iscsi: make session and connection lists per-net

2023-04-10 Thread Chris Leech
Eliminate the comparisions on list lookups, and it will make it easier to shut down session on net namespace exit in the next patch. Signed-off-by: Chris Leech --- drivers/scsi/scsi_transport_iscsi.c | 104 1 file changed, 61 insertions(+), 43 deletions(-) diff