From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751586Ab2ITBRG (ORCPT ); Wed, 19 Sep 2012 21:17:06 -0400 Received: from noserose.net ([66.220.18.76]:36767 "HELO noserose.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751025Ab2ITBRE (ORCPT ); Wed, 19 Sep 2012 21:17:04 -0400 Date: Wed, 19 Sep 2012 18:16:57 -0700 Message-Id: From: Ed Cashin In-Reply-To: <1348084504.2636.41.camel@bwh-desktop.uk.solarflarecom.com> References: <1348079358.4585@cat.he.net> <1348084504.2636.41.camel@bwh-desktop.uk.solarflarecom.com> Subject: [PATCH 0/2] do not disable sg when packet requires no checksum To: davem@davemloft.net Cc: ecashin@coraid.com, akpm@linux-foundation.org, bhutchings@solarflare.com, jesse@nicira.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This two-part patchset replaces an earlier net-only patch that added an explicit check for the AoE protocol to harmonize_features in net/core/dev.c. Following the suggestion of Ben Hutchings, this patchset makes the decision in the network layer protocol agnostic instead of using ETH_P_AOE as a special case. Ed L. Cashin (2): aoe: mark AoE packets as requiring no checksumming net: do not disable sg for packets requiring no checksum drivers/block/aoe/aoecmd.c | 1 + net/core/dev.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) -- 1.7.2.5