Loading
net: hibmcge: Add support for checksum offload
maillist inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBU56J CVE: NA Reference: https://web.git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=833b65a3b54d ---------------------------------------------------------------------- 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> Signed-off-by:
Hao Chen <chenhao418@huawei.com>