All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Arun Easi <arun.easi@cavium.com>
Cc: kbuild test robot <lkp@intel.com>,
	Manish Rangankar <manish.rangankar@cavium.com>,
	kbuild-all@01.org,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	James Bottomley <jejb@linux.vnet.ibm.com>,
	lduncan@suse.com, cleech@redhat.com, linux-scsi@vger.kernel.org,
	netdev@vger.kernel.org, QLogic-Storage-Upstream@cavium.com,
	Yuval Mintz <Yuval.Mintz@cavium.com>
Subject: Re: [PATCH v2 3/6] qedi: Add QLogic FastLinQ offload iSCSI driver framework.
Date: Tue, 08 Nov 2016 18:49:40 -0500	[thread overview]
Message-ID: <yq137j1r0q3.fsf@sermon.lab.mkp.net> (raw)
In-Reply-To: <alpine.LRH.2.00.1611081129440.28058@mvluser05.qlc.com> (Arun Easi's message of "Tue, 8 Nov 2016 12:04:48 -0800")

>>>>> "Arun" == Arun Easi <arun.easi@cavium.com> writes:

Arun,

Arun> qedi is the new iSCSI driver, which we are trying to submit, for
Arun> our 41000 series CNA. This patch series were broken up into
Arun> logical blocks for review purpose, but were not made to compile
Arun> individually. It is our impression that this is acceptable for
Arun> SCSI and all the initial "qedi" patches will be squashed and
Arun> committed as a single commit. Please let us know if we are
Arun> mistaken, and if so, we will post another series with this taken
Arun> care of.

It's fine to post the patches split up to ease the review process. But
whatever we commit must obviously be bisectable.

-- 
Martin K. Petersen	Oracle Linux Engineering

WARNING: multiple messages have this Message-ID (diff)
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Arun Easi <arun.easi@cavium.com>
Cc: kbuild test robot <lkp@intel.com>,
	Manish Rangankar <manish.rangankar@cavium.com>,
	<kbuild-all@01.org>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	James Bottomley <jejb@linux.vnet.ibm.com>, <lduncan@suse.com>,
	<cleech@redhat.com>, <linux-scsi@vger.kernel.org>,
	<netdev@vger.kernel.org>, <QLogic-Storage-Upstream@cavium.com>,
	Yuval Mintz <Yuval.Mintz@cavium.com>
Subject: Re: [PATCH v2 3/6] qedi: Add QLogic FastLinQ offload iSCSI driver framework.
Date: Tue, 08 Nov 2016 18:49:40 -0500	[thread overview]
Message-ID: <yq137j1r0q3.fsf@sermon.lab.mkp.net> (raw)
In-Reply-To: <alpine.LRH.2.00.1611081129440.28058@mvluser05.qlc.com> (Arun Easi's message of "Tue, 8 Nov 2016 12:04:48 -0800")

>>>>> "Arun" == Arun Easi <arun.easi@cavium.com> writes:

Arun,

Arun> qedi is the new iSCSI driver, which we are trying to submit, for
Arun> our 41000 series CNA. This patch series were broken up into
Arun> logical blocks for review purpose, but were not made to compile
Arun> individually. It is our impression that this is acceptable for
Arun> SCSI and all the initial "qedi" patches will be squashed and
Arun> committed as a single commit. Please let us know if we are
Arun> mistaken, and if so, we will post another series with this taken
Arun> care of.

It's fine to post the patches split up to ease the review process. But
whatever we commit must obviously be bisectable.

-- 
Martin K. Petersen	Oracle Linux Engineering

  reply	other threads:[~2016-11-08 23:49 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08  6:56 [PATCH v2 0/6] Add QLogic FastLinQ iSCSI (qedi) driver Manish Rangankar
2016-11-08  6:56 ` Manish Rangankar
2016-11-08  6:56 ` [PATCH v2 1/6] qed: Add support for hardware offloaded iSCSI Manish Rangankar
2016-11-08  6:56   ` Manish Rangankar
2016-11-11 15:57   ` Hannes Reinecke
2016-11-11 18:12     ` Arun Easi
2016-11-11 18:12       ` Arun Easi
2016-11-08  6:56 ` [PATCH v2 2/6] qed: Add iSCSI out of order packet handling Manish Rangankar
2016-11-08  6:56   ` Manish Rangankar
2016-11-11 15:59   ` Hannes Reinecke
2016-11-08  6:57 ` [PATCH v2 3/6] qedi: Add QLogic FastLinQ offload iSCSI driver framework Manish Rangankar
2016-11-08  6:57   ` Manish Rangankar
2016-11-08 10:52   ` kbuild test robot
2016-11-08 20:04     ` Arun Easi
2016-11-08 20:04       ` Arun Easi
2016-11-08 23:49       ` Martin K. Petersen [this message]
2016-11-08 23:49         ` Martin K. Petersen
2016-11-09  0:00         ` Arun Easi
2016-11-09  0:00           ` Arun Easi
2016-11-09  0:07           ` Martin K. Petersen
2016-11-09  0:07             ` Martin K. Petersen
2016-11-08 11:13   ` kbuild test robot
2016-11-11 16:43   ` Hannes Reinecke
2016-11-15  6:14     ` Rangankar, Manish
2016-11-15  7:21       ` Hannes Reinecke
2017-01-01 12:28   ` Or Gerlitz
2016-11-08  6:57 ` [PATCH v2 4/6] qedi: Add LL2 iSCSI interface for offload iSCSI Manish Rangankar
2016-11-08  6:57   ` Manish Rangankar
2016-11-11 16:44   ` Hannes Reinecke
2016-11-08  6:57 ` [PATCH v2 5/6] qedi: Add support for iSCSI session management Manish Rangankar
2016-11-08  6:57   ` Manish Rangankar
2016-11-11 16:47   ` Hannes Reinecke
2016-11-08  6:57 ` [PATCH v2 6/6] qedi: Add support for data path Manish Rangankar
2016-11-08  6:57   ` Manish Rangankar
2016-11-08 11:09   ` kbuild test robot
2016-11-11 16:49   ` Hannes Reinecke
2016-11-29 17:21 ` [PATCH v2 0/6] Add QLogic FastLinQ iSCSI (qedi) driver Martin K. Petersen
2016-11-29 17:21   ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yq137j1r0q3.fsf@sermon.lab.mkp.net \
    --to=martin.petersen@oracle.com \
    --cc=QLogic-Storage-Upstream@cavium.com \
    --cc=Yuval.Mintz@cavium.com \
    --cc=arun.easi@cavium.com \
    --cc=cleech@redhat.com \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=kbuild-all@01.org \
    --cc=lduncan@suse.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=manish.rangankar@cavium.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.