From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933833Ab0JSIQ1 (ORCPT ); Tue, 19 Oct 2010 04:16:27 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:46220 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932257Ab0JSIQ0 (ORCPT ); Tue, 19 Oct 2010 04:16:26 -0400 Date: Tue, 19 Oct 2010 01:16:49 -0700 (PDT) Message-Id: <20101019.011649.71113115.davem@davemloft.net> To: luca@llucax.com.ar Cc: nhorman@tuxdriver.com, paul.gortmaker@windriver.com, jon.maloy@ericsson.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, tipc-discussion@lists.sourceforge.net Subject: Re: Linux 2.6.35/TIPC 2.0 ABI breaking changes From: David Miller In-Reply-To: <20101019021657.GZ8781@llucax.com.ar> References: <4CBCD429.8090306@windriver.com> <20101018234547.GA5703@hmsreliant.think-freely.org> <20101019021657.GZ8781@llucax.com.ar> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Leandro Lucarella Date: Mon, 18 Oct 2010 23:16:57 -0300 > > The problem is not between the tipc stacks in different hosts, is > between the tipc stack and the applications using it (well, maybe > there is a problem somewhere else too). > > This was a deliberate API change, not a subtle bug... Neil et al., if these packets live only between the kernel stack and the userspace API layer, we should not be byte-swapping this stuff and we need to fix this fast. Thanks.