From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755165AbYKCUXm (ORCPT ); Mon, 3 Nov 2008 15:23:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754685AbYKCUXQ (ORCPT ); Mon, 3 Nov 2008 15:23:16 -0500 Received: from kroah.org ([198.145.64.141]:44973 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754302AbYKCUXO (ORCPT ); Mon, 3 Nov 2008 15:23:14 -0500 Date: Mon, 3 Nov 2008 12:19:30 -0800 From: Greg KH To: Jeff Garzik Cc: Subbu Seetharaman , netdev@vger.kernel.org, LKML Subject: Re: [RESEND] benet: BladeEngine 10Gb NIC driver Message-ID: <20081103201930.GB13299@kroah.com> References: <20081103122512.06063fc9@mailhost.serverengines.com> <20081103193641.GA12552@kroah.com> <490F5667.3080904@garzik.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <490F5667.3080904@garzik.org> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 03, 2008 at 02:52:07PM -0500, Jeff Garzik wrote: > Greg KH wrote: >> On Mon, Nov 03, 2008 at 04:25:12AM -0800, Subbu Seetharaman wrote: >>> If we could get more specific feedback about the areas that require >>> cleanup, we can take care of them quickly. >>> Since the last posting, we have brought up the driver in a PPC system >>> and fixed some endianness issues. As soon as I have some specific >>> feedback, we can update the driver with these fixes as well. >>> >>> Please let me know as soon as the driver is in the staging area. >> Does someone have a pointer to the driver, so that we can see what is >> needed to be done? > > It was in my email :) Repeating, > > The 'benet' branch of > git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git > > It should be suitable for pulling directly into staging. Hm, call me extreemly stupid, but I don't see anything in that branch for this driver. Here's what I did: git fetch git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git benet master:jeff git checkout jeff Even looking around at this tree with 'gitk --all' I don't see anything. So what did I do wrong here? confused, greg k-h