mbox series

[0/3] net: xilinx: axienet: Partial checksum offload improvements

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

Message

Sean Anderson Sept. 3, 2024, 6:43 p.m. UTC
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(-)

Comments

Sean Anderson Sept. 3, 2024, 6:48 p.m. UTC | #1
On 9/3/24 14:43, Sean Anderson wrote:
> 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(-)
> 

Sorry I forgot to add this to the subject, but it should be for net-next.
I can resend if necessary.

--Sean