From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: 2.6.38 Compile Failure e1000e Module Date: Wed, 16 Mar 2011 11:15:44 -0700 (PDT) Message-ID: <20110316.111544.115931576.davem@davemloft.net> References: <20110316103318.19bd03e4.frank.peters@comcast.net> <20110316082105.c911bb1c.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: frank.peters@comcast.net, linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: randy.dunlap@oracle.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:58046 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751218Ab1CPSPG (ORCPT ); Wed, 16 Mar 2011 14:15:06 -0400 In-Reply-To: <20110316082105.c911bb1c.randy.dunlap@oracle.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Randy Dunlap Date: Wed, 16 Mar 2011 08:21:05 -0700 > Hi, > Please test this patch: > > > From: Randy Dunlap > > e1000e needs to select CRC32 for CRC support. > This patch fixes the build error: > ERROR: "crc32_le" [drivers/net/e1000e/e1000e.ko] undefined! > > Reported-by: Frank Peters > Signed-off-by: Randy Dunlap Randy, I applied Eric Dumazet's copy of this fix only because his submission preceded your's in terms of time of submission :-) Thanks!