From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: "jiangheng (G)" <jiangheng14@huawei.com>, zhoumin@loongson.cn
Subject: |WARNING| pw125965 [PATCH] net/mlx5: fix lro update tcp header cksum error
Date: Wed, 12 Apr 2023 19:25:15 +0800 [thread overview]
Message-ID: <202304121125.33CBPFJr1307425@localhost.localdomain> (raw)
In-Reply-To: <dec71b8b053a4c39b84154db5d2d9e50@huawei.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/125965
_apply patch failure_
Submitter: jiangheng (G) <jiangheng14@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
next parent reply other threads:[~2023-04-12 11:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <dec71b8b053a4c39b84154db5d2d9e50@huawei.com>
2023-04-12 11:25 ` qemudev [this message]
2023-04-12 11:39 ` checkpatch
2023-04-12 16:00 dpdklab
2023-04-12 18:20 dpdklab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202304121125.33CBPFJr1307425@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=jiangheng14@huawei.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).