From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 2.6.32-rc3] net: Getting rid of the x86 dependency to built vmxnet3 Date: Tue, 17 Nov 2009 04:09:34 -0800 (PST) Message-ID: <20091117.040934.190018835.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, pv-drivers@vmware.com, linux-kernel@vger.kernel.org To: sbhatewara@vmware.com Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Shreyas Bhatewara Date: Mon, 16 Nov 2009 15:41:33 -0800 (PST) > > Getting rid of the x86 dependency to built vmxnet3 > > From: Shreyas Bhatewara > > This patch removes config dependency on x86 to build vmxnet3 driver. Thus > the driver can be built on big endian architectures now. Although vmxnet3 > is not supported on VMs other than x86 architecture, all this code goes in > to ensure correctness. If the code is not dependent on x86, it should not > assume little endian architecture in any of its operations. > > Signed-off-by: Shreyas Bhatewara Patch applied, thanks for following up on this.