From: Chia-Yu Chang <[email protected]> Hello,
Please find the v2 ECN offload handling for AccECN patch series. It aims to avoid potential CWR flag corruption due to RFC3168 ECN offload, because this flag is part of ACE signal used for Accurate ECN protocol (RFC9768). Best regards, Chia-Yu --- v2: - Replace VIRTIO_NET_HDR_GSO_ECN with VIRTIO_NET_HDR_GSO_ECN_FLAGS --- Chia-Yu Chang (3): net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN net: hns3/mlx5e: avoid corrupting CWR flag when receiving GRO packet virtio_net: Accurate ECN flag in virtio_net_hdr .../net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +- .../net/ethernet/mellanox/mlx5/core/en_rx.c | 4 ++-- drivers/net/virtio_net.c | 14 +++++++++++--- drivers/vdpa/pds/debugfs.c | 6 ++++++ include/linux/skbuff.h | 16 +++++++++++++++- include/linux/virtio_net.h | 18 +++++++++++------- include/uapi/linux/virtio_net.h | 5 +++++ 7 files changed, 51 insertions(+), 14 deletions(-) -- 2.34.1
