From owner-freebsd-net@FreeBSD.ORG Tue May 22 07:45:17 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8997516A46C for ; Tue, 22 May 2007 07:45:17 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id 4BA0213C455 for ; Tue, 22 May 2007 07:45:17 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1756932wxc for ; Tue, 22 May 2007 00:45:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GoQ2pBw7HBF5NlWiu7FI8rNk9BgUIRP6s288QIRJeutuKO3akOqjI8eSohSmJQ8peeXYqBqeKq1QcPtkIdYQpP0WWikB3DSC+DE698NZTed66n5YKCBIzItyrejsxForjKwUGfmdlPDbotylYkJkAJf9aqcpeejms33k98UYviI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UQjGj9M7mKoJWNAc9LKSeK+aegWsc4GNaFq4fkGSlTTtU5k10vEQmQxb/00GaY1TMMVCAeQ3FDTE9/qrCvAneWLSI8GfKPISrDgwvttgW63GSuKW+bPs3GT9KVMl6ITI0OJkVnKgyndXLhvxH8wZ7E2EhlcpyOHhxUiIl4qztn4= Received: by 10.115.111.1 with SMTP id o1mr3163164wam.1179819916214; Tue, 22 May 2007 00:45:16 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Tue, 22 May 2007 00:45:16 -0700 (PDT) Message-ID: <2a41acea0705220045p68b59df7iff7689ec2f7e19f4@mail.gmail.com> Date: Tue, 22 May 2007 00:45:16 -0700 From: "Jack Vogel" To: "Kip Macy" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-net Subject: Re: Is em endian-clean? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 07:45:17 -0000 Yes, Linux is tested on big endian, however FreeBSD testing is limited. I would expect the shared code to be ok but the core code is tested on little endian only. Do you have some notion of where the problem is? I'm pretty busy with another issue right at the moment. Jack On 5/21/07, Kip Macy wrote: > Hi Jack - > I believe I've fixed the sun4v breakage caused by the interrupt filter > changes but it appears that em still isn't working. Does Intel test at > all on big endian hardware? If not, what do you do to avoid breaking > e1000 on Linux? > > Thanks. > > -Kip >