> Thanks for looking into alternatives, we should probably have more > discussions about possible major changes to the code base.
Thanks Chris, will do. ________________________________ From: Chris Leech <[email protected]> Sent: Tuesday, February 14, 2017 8:57:28 PM To: [email protected] Cc: Javali, Nilesh; [email protected]; Dept-Eng QLogic Storage Upstream Subject: Re: [RESEND][PATCH v2 0/3] Add QLogic FastLinQ offload iSCSI driver (qedi) support On Tue, Feb 14, 2017 at 01:26:30AM +0000, Sundar, Shyam wrote: > Hi Chris & Lee, > > Just wanted to ping you guys as the driver specific changes have > now been accepted upstream. Could you please provide your feedback > (if any) or apply these if they seem reasonable. Sorry, I've been dealing with a broken foot and got a bit behind. The no_netdev flag is much nicer than the driver name check, thank you for that. This looks OK to me, and Lee's reviewed it already. I think we can get this merged in now. > We understand that the current dependence on the iscsi-uio is > undesirable, but given that our architecture depends on the IP > services, and E3 already used that approach, we stuck with it for > the initial submission. > > We have already started trying out an alternate approach that > Hannes suggested and we intend to move away from this design in > the near future. Thanks for looking into alternatives, we should probably have more discussions about possible major changes to the code base. Chris > Would appreciate if these can be rolled in because we are trying > to get the solution into the upcoming distros. > > > Thanks > > Shyam Sundar > > > > > ________________________________ > From: Javali, Nilesh > Sent: Tuesday, November 29, 2016 9:47 PM > To: [email protected]; [email protected] > Cc: [email protected]; Dept-Eng QLogic Storage Upstream > Subject: Re: [RESEND][PATCH v2 0/3] Add QLogic FastLinQ offload iSCSI driver > (qedi) support > > Hi Chris, Lee, > > The qedi driver support patches have been Reviewed and Acked on the SCSI > mailing list, > and we are in process of sending the final patch set, > http://marc.info/?l=linux-scsi&m=148044021432234&w=2 > > If you are ok with the open-iscsi patch series then request to Ack and > pull these supporting patches. > > Thanks, > Nilesh > > > On 11/11/16, 11:47 AM, "Nilesh Javali" <[email protected]> wrote: > > >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 > > iscsiuio: Add support for the new qedi transport > > iscsiuio: v0.7.8.3 > > > > iscsiuio/README | 4 +- > > iscsiuio/RELEASE.TXT | 20 +- > > iscsiuio/configure.ac | 4 +- > > iscsiuio/src/unix/libs/Makefile.am | 3 +- > > iscsiuio/src/unix/libs/cnic.c | 9 + > > iscsiuio/src/unix/libs/cnic.h | 2 + > > iscsiuio/src/unix/libs/qedi.c | 1151 > >++++++++++++++++++++++++++++++++++++ > > iscsiuio/src/unix/libs/qedi.h | 159 +++++ > > iscsiuio/src/unix/nic.c | 6 +- > > iscsiuio/src/unix/nic.h | 1 + > > iscsiuio/src/unix/nic_utils.c | 147 ++++- > > iscsiuio/src/unix/nic_utils.h | 2 + > > iscsiuio/src/unix/options.h | 1 + > > usr/initiator_common.c | 2 +- > > usr/transport.c | 13 + > > usr/transport.h | 1 + > > 16 files changed, 1502 insertions(+), 23 deletions(-) > > create mode 100644 iscsiuio/src/unix/libs/qedi.c > > create mode 100644 iscsiuio/src/unix/libs/qedi.h > > > >-- > >1.8.3.1 > > > > -- > You received this message because you are subscribed to the Google Groups > "open-iscsi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/open-iscsi. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
