]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: hibmcge: Add support for checksum offload
authorJijie Shao <shaojijie@huawei.com>
Fri, 28 Feb 2025 11:54:07 +0000 (19:54 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 4 Mar 2025 12:45:33 +0000 (13:45 +0100)
commit833b65a3b54d715965d5c444ad1015321633b3f8
tree95235fc8508f6bf75fcc8d390bae9762202bf071
parentc0bf9bf31e79273196cbdaa045972617fdd1a498
net: hibmcge: Add support for checksum offload

This patch implements the rx checksum offload feature.

The tx checksum offload processing in .ndo_start_xmit()
has been accepted. This patch also adds the tx checksum
feature, including NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM

Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/hisilicon/hibmcge/hbg_main.c
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c