[PATCH net 0/2] amd-xgbe: Fixes for RX checksum offloading and split header mode

From: Vishal Badole
Date: Mon Apr 14 2025 - 08:04:00 EST


Address two issues in the AMD XGBE driver related to checksum offloading
and split header mode. These changes ensure proper handling of dependent
features and resolve data loss caused by mismatched configurations.

- Patch 1/2 resolves an issue where disabling checksum offloading
with disabling split header mode leads to packet data loss.
- Patch 2/2 ensures that enabling or disabling RX checksum offload
properly toggles all dependent features to prevents abnormal behavior
caused by mismatched feature dependencies.

Vishal Badole (2):
amd-xgbe: Fix data loss when RX checksum offloading is disabled
amd-xgbe: Fix to ensure dependent features are toggled with RX
checksum offload

drivers/net/ethernet/amd/xgbe/xgbe-common.h | 2 ++
drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 26 +++++++++++++++++++--
drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 19 +++++++++++++--
drivers/net/ethernet/amd/xgbe/xgbe.h | 5 ++++
4 files changed, 48 insertions(+), 4 deletions(-)

--
2.34.1