From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francois Romieu Subject: Re: arcnet: protocol is buggy messages in 3.0 kernel, not in 2.33 kernel Date: Fri, 4 May 2012 01:23:52 +0200 Message-ID: <20120503232352.GA3850@electric-eye.fr.zoreil.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Rob Janssen Return-path: Received: from violet.fr.zoreil.com ([92.243.8.30]:48533 "EHLO violet" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756403Ab2ECX3s (ORCPT ); Thu, 3 May 2012 19:29:48 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Rob Janssen : [...] > Does anyone have what causes this message in the 3.0 kernel and/or how > to fix this ? Wild guess: hard_header_len is sizeof(struct archdr). archdr embeds a huge ethhdr but the header build helper only accounts for ARC_HDR_SIZE + RFC1201_HDR_SIZE. -- Ueimor