From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta0.migadu.com (out-186.mta0.migadu.com [91.218.175.186]) (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 741A315574F for ; Tue, 3 Sep 2024 18:43:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725389023; cv=none; b=AKoBxTBIej78uagP51kIMRCDhAUjBfYzGFeT8NIn4uW2U1CMT0smf4+ZI4fvXYUrOh9LrG1z287pF9dRM2NA+Vi32SPimOITRXy/kfBjMOIOkEGj4bykGflQW0psua0h1w4eK5BFuxegVns1bWeUlcYYWOAJxzsTaPwkwoqkC2o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725389023; c=relaxed/simple; bh=cC1sXQkBjYLAnc/YMZxuskvfz6NvNprlpSRd1UINO8k=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=lE+W5lRX9d/x43kXxBZS6RxicHIa75yfzm1b3xn2YmJJjiH4orbXT4VB0Tr5+oYbJ0g7dspvq7nznmlZHv4mAXB0fx2wIBRwiDfy7JLAhJnB5OaA8W3t6YyJh/zKRe1rBaTAj2PUzdcnkuSMzYttDG9xWZ6Y0w9Q1eyeFnlrhYA= 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=xrsgXmVL; arc=none smtp.client-ip=91.218.175.186 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="xrsgXmVL" 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=1725389019; 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=u0V+gHjiO+W5aR/7m1PFt/lGZTb9pucfD3ixCjjavZc=; b=xrsgXmVLei/Z/73DzMw7vDr4YKMRpplK7Z868CNE3MCS9Y7wL9cxwIpMdT4QH88h/tR71s QNZqxBRIcsD+EHWTtPu6F16RO327PkB+uxMCYB6IfTpRBwFiMbb1lUa7zsU+7fdHCOzyvx isP34qNmYXVpGi5+JRt5/pTdQnJOxR0= From: Sean Anderson To: Radhey Shyam Pandey , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org Cc: Michal Simek , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sean Anderson Subject: [PATCH 0/3] net: xilinx: axienet: Partial checksum offload improvements Date: Tue, 3 Sep 2024 14:43:31 -0400 Message-Id: <20240903184334.4150843-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. Sean Anderson (3): net: xilinx: axienet: Remove unused checksum variables net: xilinx: axienet: Enable NETIF_F_HW_CSUM for partial tx checksumming net: xilinx: axienet: Relax partial rx checksum checks drivers/net/ethernet/xilinx/xilinx_axienet.h | 5 ----- .../net/ethernet/xilinx/xilinx_axienet_main.c | 20 +++---------------- 2 files changed, 3 insertions(+), 22 deletions(-) -- 2.35.1.1320.gc452695387.dirty