[PATCH v2 0/3] Add QLogic FastLinQ offload iSCSI driver (qedi) support

2016-11-07 Thread Nilesh Javali
This patchset adds qedi driver support for QLogic FastLinQ 41000 Series Converged Network Adapters for iSCSI offload. Changes from RFC v1: Added a new field under iscsi_transport_template struct to identify netdev device. Nilesh Javali (3): iscsid: Changes to support the new qedi transport

[PATCH v2 1/3] iscsid: Changes to support the new qedi transport

2016-11-07 Thread Nilesh Javali
Signed-off-by: Manish Rangankar Signed-off-by: Adheer Chandravanshi Signed-off-by: Nilesh Javali --- usr/initiator_common.c | 2 +- usr/transport.c| 13 + usr/transport.h| 1 +

[PATCH v2 3/3] iscsiuio: v0.7.8.3

2016-11-07 Thread Nilesh Javali
Signed-off-by: Manish Rangankar Signed-off-by: Adheer Chandravanshi Signed-off-by: Nilesh Javali --- iscsiuio/README | 4 ++-- iscsiuio/RELEASE.TXT | 20 iscsiuio/configure.ac |

Re: [PATCH 1/1] iscsi: fix regression caused by session lock patch

2016-11-07 Thread Guilherme G. Piccoli
On 11/07/2016 04:15 PM, Chris Leech wrote: > Hi, > > I'm kicking this old thread because I don't think this ever got > resolved. I wish I had more info, but it seems to involve target > specific behavior that hasn't come up in our test labs. Thanks very much for reopening this thread! We have

iscsi: make mutex for target scanning and unbinding per-session

2016-11-07 Thread Chris Leech
Currently the iSCSI transport class synchronises target scanning and unbinding with a host level mutex. For multi-session hosts (offloading iSCSI HBAs) connecting to storage arrays that may implement one target-per-lun, this can result in the target scan work for hundreds of sessions being

Re: [PATCH 1/1] iscsi: fix regression caused by session lock patch

2016-11-07 Thread Chris Leech
Hi, I'm kicking this old thread because I don't think this ever got resolved. I wish I had more info, but it seems to involve target specific behavior that hasn't come up in our test labs. So what can I do at this point to help resolve this? On Sun, Nov 15, 2015 at 12:10:48PM +0200, Or Gerlitz