From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 079873D38E for ; Mon, 9 Sep 2024 16:10:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725898225; cv=none; b=CIJJeYUmdUNrHL9gGAmwKQbjpCOhYVTL9VAx7KPmSrrQr9FdFL9g3gSLyl3u5d/ctuMXrhvWvAAvZkqnu7GurOCjh+WXtHTFPsSEGboUK+rnzC/7mdli6B7mJ9rebMDuNhJX8wK0wgTSvPcnIx4fjBm8X+XR8dQGO8pKw3Xd2+s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725898225; c=relaxed/simple; bh=PQzZ4d2AG83bKDInojdJyb61GdlNM19EsZjpsF3Ac/k=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=hlm0SoEgupqmCGWjN8TmrJwHaDULJkSGrVuoICM0Pqa5+bMATcwvOXEaeW/A+AP2gs7SajXksaJMUbizHSSHGWjkyu55vZ4+ZWuySAWWGSPEnv5xSEnJAl6WtdGjtBI7v9j07LSadgVg21a9+i8R4KiPC3AgmDy5Sss9rqj2q18= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=fnbTlbuK; arc=none smtp.client-ip=95.215.58.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="fnbTlbuK" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1725898222; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=iMoMrQAD2bQyRfK0PZ7GSOB8Wm8K4cC6VgqvR/L06YM=; b=fnbTlbuKGPJnu+bsgtinf1u6jOc25xKKdp4bUzYxbyRdH83KNBRTiZ3tnhrOzTEGH9fMe3 ogGU7eA1oGP4BvkPPo7n1vCAyPq15I8INH9CVSW2zU6uUeRpn3kdB88EfXN5JnIiUYve4u mNMXrWgPtEerliyel/1yRbORpYgQHto= From: Sean Anderson To: Radhey Shyam Pandey , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Michal Simek , Sean Anderson Subject: [PATCH net-next v2 0/4] net: xilinx: axienet: Partial checksum offload improvements Date: Mon, 9 Sep 2024 12:10:12 -0400 Message-Id: <20240909161016.1149119-1-sean.anderson@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Partial checksum offload is not always used when it could be. Enable it in more cases. Changes in v2: - Set RXCSUM in features - Expand commit message with testing methodology Sean Anderson (4): net: xilinx: axienet: Remove unused checksum variables net: xilinx: axienet: Enable NETIF_F_HW_CSUM for partial tx checksumming net: xilinx: axienet: Set RXCSUM in features net: xilinx: axienet: Relax partial rx checksum checks drivers/net/ethernet/xilinx/xilinx_axienet.h | 5 ----- .../net/ethernet/xilinx/xilinx_axienet_main.c | 22 +++++-------------- 2 files changed, 5 insertions(+), 22 deletions(-) -- 2.35.1.1320.gc452695387.dirty