mbox series

[net-next,v2,0/4] net: xilinx: axienet: Partial checksum offload improvements

Message ID 20240909161016.1149119-1-sean.anderson@linux.dev (mailing list archive)
Headers show
Series net: xilinx: axienet: Partial checksum offload improvements | expand

Message

Sean Anderson Sept. 9, 2024, 4:10 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 11, 2024, 2:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  9 Sep 2024 12:10:12 -0400 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/4] net: xilinx: axienet: Remove unused checksum variables
    https://git.kernel.org/netdev/net-next/c/b1e455cd864c
  - [net-next,v2,2/4] net: xilinx: axienet: Enable NETIF_F_HW_CSUM for partial tx checksumming
    https://git.kernel.org/netdev/net-next/c/dd28f4c0e81f
  - [net-next,v2,3/4] net: xilinx: axienet: Set RXCSUM in features
    https://git.kernel.org/netdev/net-next/c/06c069ff2f70
  - [net-next,v2,4/4] net: xilinx: axienet: Relax partial rx checksum checks
    https://git.kernel.org/netdev/net-next/c/736f0c7a8ec2

You are awesome, thank you!