From mboxrd@z Thu Jan 1 00:00:00 1970 From: Naresh Kumar Inna Subject: Re: [V3 PATCH 9/9] cxgb4vf: Chelsio FCoE offload driver submission (header compatibility fixes). Date: Wed, 12 Sep 2012 11:05:22 +0530 Message-ID: <50501F1A.6040905@chelsio.com> References: <1347374347-3852-1-git-send-email-naresh@chelsio.com> <1347374347-3852-10-git-send-email-naresh@chelsio.com> <20120911.133321.282568248903907762.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120911.133321.282568248903907762.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org To: David Miller Cc: "JBottomley@parallels.com" , "linux-scsi@vger.kernel.org" , Dimitrios Michailidis , Casey Leedom , "netdev@vger.kernel.org" , Chethan Seshadri List-Id: linux-scsi@vger.kernel.org On 9/11/2012 11:03 PM, David Miller wrote: > From: Naresh Kumar Inna > Date: Tue, 11 Sep 2012 20:09:07 +0530 > >> This patch contains minor fixes to make cxgb4vf driver work with the updates to >> shared firmware/hardware header files. >> >> Signed-off-by: Naresh Kumar Inna > > You cannot submit a patch set that isn't bisectable, and in particular > create a situation that mid-way through your patch set things do not > build or operate correctly. > Sorry, I am new to this process. The reason I did that was because I was not sure if I could create a single patch with both cxgb4 and cxgb4vf files in it, since they are two different subsystems. If I could do that, the single patch then would build on its own, and not be dependent on the other patches in the series. Is that something I can do? Thanks, Naresh.