Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2730173imj; Mon, 11 Feb 2019 07:38:14 -0800 (PST) X-Google-Smtp-Source: AHgI3IZhUv5um7mVefmLVBbnE8bHNZxaCB09gtx1gLvbGC5uaV4BAEV642TWDgVDUJM2Kk2ZEOtN X-Received: by 2002:a17:902:ab84:: with SMTP id f4mr37360621plr.207.1549899494664; Mon, 11 Feb 2019 07:38:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549899494; cv=none; d=google.com; s=arc-20160816; b=P9TT3dl4jg6kONUcNC9KWUZRr88by06bOP+AjE9OsLp4k+RoHTLQ9EKASijg/P7App 1xNobqJHrdUXGc6zcQgHNhBq3MDdkkECYwP80SaGSw3Gzko+C1jBPCqO/FwlfDU1ilmX 02Ps+jW78pG9/2BkUK4IFXk5UzjrIOFMR7r3bXB5boHzXySq2MXU8wLvanmZz+Z7Sjqo RdvMkI+mVK+B9ZU6PFnwBJRecy++LS8nTa+JMiuySGR+oYMKSOfNsT3YdKcFwSpKINY0 9b8mpIXU+plrQ+VxWEvATZTMYscbUuFanLxUtzQiJOT3k7yIWto8rnIPJGbyeFpnd7rL u00A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=vai+uBFGmI/Ki890XN/cEy9P7ptThjovnTG5CUeTHNM=; b=r58K//MzFnPIople3lA7WYXB2Tb9KtAe3/NK9/MHQCXetIkjUuccYI+nwjObx6eeX/ qjXhyi8asNOd9KAIqQtD1AOZXZbsD80AYX7Xe2MUUNwf5fni1sqZjeD/d7Cbvnt7aeAZ xjlUDslM+Axom75/jFAICEHDWPnwRa1WRrhb+QR+5UxcBRuvjocrqX3jB9OCLFmz1hlu aQFiauaRPilzO2AJmbmanOdbVP7+W0oYMAO9m5s0sZATTLqEvOjcCyYz7Aae8e1P84y0 MXbHRWIThVU9jjRDf4Sk8iZQd21ove2KQT9GiUI57WOviLRdorg8QCGTtGHKmQoz5+9E 6NAQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=p9P1iORd; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 91si10729095ply.222.2019.02.11.07.37.59; Mon, 11 Feb 2019 07:38:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=p9P1iORd; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388258AbfBKOvZ (ORCPT + 99 others); Mon, 11 Feb 2019 09:51:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:37398 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728183AbfBKOvY (ORCPT ); Mon, 11 Feb 2019 09:51:24 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DCF1A20700; Mon, 11 Feb 2019 14:51:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549896683; bh=5waJcY962dfNwKbBB4ILySwKGI5AojpSB+HIjpHdlKc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=p9P1iORd4enMCzRoRY47S2oAomp98oFMtE2PylYGrLArEOl07Mbxzbqre8SncQVfY tXeynh6BG1MVXWqcb52gsMaFEPtq+MqqQFWuL2pyas9A3aF6m9Dmp/ZVeFPk380uFl RnOGVDRmFDSrwMneEhAZr0PZSRu1u9bP+/a8QCFg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Eric Dumazet , Tariq Toukan , Nikola Ciprich , Cong Wang , Saeed Mahameed Subject: [PATCH 4.19 267/313] net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet frames Date: Mon, 11 Feb 2019 15:19:07 +0100 Message-Id: <20190211141911.168855516@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190211141852.749630980@linuxfoundation.org> References: <20190211141852.749630980@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Cong Wang [ Upstream commit e8c8b53ccaff568fef4c13a6ccaf08bf241aa01a ] When an ethernet frame is padded to meet the minimum ethernet frame size, the padding octets are not covered by the hardware checksum. Fortunately the padding octets are usually zero's, which don't affect checksum. However, we have a switch which pads non-zero octets, this causes kernel hardware checksum fault repeatedly. Prior to: commit '88078d98d1bb ("net: pskb_trim_rcsum() and CHECKSUM_COMPLETE ...")' skb checksum was forced to be CHECKSUM_NONE when padding is detected. After it, we need to keep skb->csum updated, like what we do for RXFCS. However, fixing up CHECKSUM_COMPLETE requires to verify and parse IP headers, it is not worthy the effort as the packets are so small that CHECKSUM_COMPLETE can't save anything. Fixes: 88078d98d1bb ("net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends"), Cc: Eric Dumazet Cc: Tariq Toukan Cc: Nikola Ciprich Signed-off-by: Cong Wang Signed-off-by: Saeed Mahameed Signed-off-by: Greg Kroah-Hartman --- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) --- a/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c @@ -707,6 +707,8 @@ static u32 mlx5e_get_fcs(const struct sk return __get_unaligned_cpu32(fcs_bytes); } +#define short_frame(size) ((size) <= ETH_ZLEN + ETH_FCS_LEN) + static inline void mlx5e_handle_csum(struct net_device *netdev, struct mlx5_cqe64 *cqe, struct mlx5e_rq *rq, @@ -725,6 +727,17 @@ static inline void mlx5e_handle_csum(str return; } + /* CQE csum doesn't cover padding octets in short ethernet + * frames. And the pad field is appended prior to calculating + * and appending the FCS field. + * + * Detecting these padded frames requires to verify and parse + * IP headers, so we simply force all those small frames to be + * CHECKSUM_UNNECESSARY even if they are not padded. + */ + if (short_frame(skb->len)) + goto csum_unnecessary; + if (likely(is_last_ethertype_ip(skb, &network_depth))) { skb->ip_summed = CHECKSUM_COMPLETE; skb->csum = csum_unfold((__force __sum16)cqe->check_sum); @@ -744,6 +757,7 @@ static inline void mlx5e_handle_csum(str return; } +csum_unnecessary: if (likely((cqe->hds_ip_ext & CQE_L3_OK) && (cqe->hds_ip_ext & CQE_L4_OK))) { skb->ip_summed = CHECKSUM_UNNECESSARY;