From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-2?Q?Micha=B3_Miros=B3aw?= Subject: Re: [PATCH net-next 2/3] net: fullly using NETIF_F_GSO_SOFTWARE macros and NETIF_F_SOFT_FEATURES Date: Fri, 22 Apr 2011 13:39:28 +0200 Message-ID: References: <4DB16181.9010306@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: David Miller , netdev , Patrick McHardy , rusty@rustcorp.com.au, mst@redhat.com, Eric Dumazet , krkumar2@in.ibm.com, mirq-linux@rere.qmqm.pl, joe@perches.com To: Shan Wei Return-path: Received: from mail-qy0-f181.google.com ([209.85.216.181]:37292 "EHLO mail-qy0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750834Ab1DVLjt convert rfc822-to-8bit (ORCPT ); Fri, 22 Apr 2011 07:39:49 -0400 Received: by qyg14 with SMTP id 14so274407qyg.19 for ; Fri, 22 Apr 2011 04:39:48 -0700 (PDT) In-Reply-To: <4DB16181.9010306@cn.fujitsu.com> Sender: netdev-owner@vger.kernel.org List-ID: 2011/4/22 Shan Wei : > Fullly using NETIF_F_GSO_SOFTWARE and NETIF_F_SOFT_FEATURES. > And some code style tuning. Just compile test. [...] Plese don't replace feature sets with masks of them like that. The values are the same, but it will confuse readers as to the meaning of the code. Best Regards, Micha=C5=82 Miros=C5=82aw