|WARNING| pw125965 [PATCH] net/mlx5: fix lro update tcp header cksum error
qemudev at loongson.cn
qemudev at loongson.cn
Wed Apr 12 13:25:15 CEST 2023
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/125965
_apply patch failure_
Submitter: jiangheng (G) <jiangheng14 at huawei.com>
Date: Wed, 12 Apr 2023 11:38:35 +0000
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: for-next-net
CommitID: 189c02f5ec891ed02927062e124e8ca03adf74e7
Apply patch set 125965 failed:
Checking patch drivers/net/mlx5/mlx5_rx.c...
error: while searching for:
tcp->cksum = 0;
csum += rte_raw_cksum(tcp, (tcp->data_off >> 4) * 4);
csum = ((csum & 0xffff0000) >> 16) + (csum & 0xffff);
csum = (~csum) & 0xffff;
if (csum == 0)
csum = 0xffff;
error: patch failed: drivers/net/mlx5/mlx5_rx.c:1090
error: drivers/net/mlx5/mlx5_rx.c: patch does not apply
More information about the test-report
mailing list