From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [RFC PATCH net-next] drivers/net Documentation/networking: Create directory intel_wired_lan Date: Wed, 13 Oct 2010 22:57:37 -0700 Message-ID: <1287035857.1117.528.camel@Joe-Laptop> References: <1286743352.11039.165.camel@Joe-Laptop> <1286841648.26045.17.camel@Joe-Laptop> <1287008906.1117.428.camel@Joe-Laptop> <1287032255.4113.14.camel@jtkirshe-MOBL1> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "Brandeburg, Jesse" , "Allan, Bruce W" , "Wyborny, Carolyn" , "Skidmore, Donald C" , "Rose, Gregory V" , "Waskiewicz Jr, Peter P" , "Duyck, Alexander H" , "Ronciak, John" , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" , e1000-devel To: jeffrey.t.kirsher@intel.com Return-path: Received: from mail.perches.com ([173.55.12.10]:2962 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754709Ab0JNF5k (ORCPT ); Thu, 14 Oct 2010 01:57:40 -0400 In-Reply-To: <1287032255.4113.14.camel@jtkirshe-MOBL1> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 2010-10-13 at 21:57 -0700, Jeff Kirsher wrote: > On Wed, 2010-10-13 at 15:28 -0700, Joe Perches wrote: > Sorry I am not ignoring you, I was taking a closer look at your patch. > > What regression testing would actually be done? > The Makefile and Kconfig needs more work. I applied your patch and none > of the Intel Wired drivers build. Care to describe the Makefile/Kconfig issues you have seen? I built it allyesconfig, defconfig, allmodconfig and allnoconfig. Perhaps you need to use "git am foo" in a test branch instead of "patch -p1 < foo" ? > I am working on providing an updated RFC patch to resolve the > Makefile/Kconfig issues I found and few other minor issues I have > found. Oh good. cheers, Joe