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