From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next 00/36] bnx2x patch series Date: Wed, 12 Aug 2009 23:09:12 -0700 (PDT) Message-ID: <20090812.230912.102740872.davem@davemloft.net> References: <1250101162.27379.151.camel@lb-tlvb-eilong> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, yanivr@broadcom.com, vladz@broadcom.com, gertner@broadcom.com, benli@broadcom.com To: eilong@broadcom.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:44526 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752263AbZHMGJC (ORCPT ); Thu, 13 Aug 2009 02:09:02 -0400 In-Reply-To: <1250101162.27379.151.camel@lb-tlvb-eilong> Sender: netdev-owner@vger.kernel.org List-ID: From: "Eilon Greenstein" Date: Wed, 12 Aug 2009 21:19:22 +0300 > Here is a patch series for the bnx2x. This patch series also replace the > FW, so > it contains two big blobs - the new fw and the removal of the old one. > Those > patches do not contain anything but the ihex - the actually change to > the driver > is in patch number 2 which is small enough to fit the mailing list. > > For those who wish to see all the patches, including the ihex, I also > updated > http://linux.broadcom.com/eilong/ to contain this patch series. > > Please consider applying to net-next. I've applied it all, but sincerely this is absolutely the last time I'm taking in a patch bomb for a Broadcom ethernet driver. If it's new stuff, keep it to ~10 patches. If it's bug fixes outside of the merge window, keep it at 2 or 3 patches. Post them very near to when you write them, so people have a chance of actually reviewing your work (I guarentee I am the only non-Broadcom person who looked over all 36 patches, or who ever will). "Early and often" as it were... Thanks.