From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] skge: convert to hw_features Date: Thu, 31 Mar 2011 13:56:51 -0700 Message-ID: <20110331135651.19ca61c5@nehalam> References: <20110331110135.9625513A68@rere.qmqm.pl> <20110331084102.71eb2b55@nehalam> <20110331204803.GA28109@rere.qmqm.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: netdev@vger.kernel.org To: =?UTF-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:34570 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752208Ab1CaU51 convert rfc822-to-8bit (ORCPT ); Thu, 31 Mar 2011 16:57:27 -0400 In-Reply-To: <20110331204803.GA28109@rere.qmqm.pl> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 31 Mar 2011 22:48:03 +0200 Micha=C5=82 Miros=C5=82aw wrote: > On Thu, Mar 31, 2011 at 08:41:02AM -0700, Stephen Hemminger wrote: > > On Thu, 31 Mar 2011 13:01:35 +0200 (CEST) > > Micha=C5=82 Miros=C5=82aw wrote: > > > >From the code it looks like the hardware might support full HW_C= SUM not > > > just IP_CSUM. This needs testing and so is not changed here. > > >=20 > > > Signed-off-by: Micha=C5=82 Miros=C5=82aw > > I don't think this will work right. The old code did not allow sett= ing > > tx/rx csum on the older GENESIS chip,=20 >=20 > If you look at the changes near the end of patche, the hw_features ar= e set > (and so features are made changeable) only when hw->chip_id !=3D CHIP= _ID_GENESIS. >=20 > Best Regards, > Micha=C5=82 Miros=C5=82aw I actually have one of those old boards, let me test it.