From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: "jiangheng (G)" <jiangheng14@huawei.com>, zhoumin@loongson.cn
Subject: |WARNING| pw126140 [GRO] check whether ip_id continuity needs to be checked when two TCP packets are merged.
Date: Sat, 15 Apr 2023 22:40:48 +0800 [thread overview]
Message-ID: <202304151440.33FEemHh3242417@localhost.localdomain> (raw)
In-Reply-To: <3bec4e84b0dc406887e9df08ddfd91ad@huawei.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/126140
_apply patch failure_
Submitter: jiangheng (G) <jiangheng14@huawei.com>
Date: Sat, 15 Apr 2023 14:45:39 +0000
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 3b3fef9de22af80d173453ab65a80b01ce38cbfd
Apply patch set 126140 failed:
Checking patch lib/gro/gro_tcp4.h...
error: while searching for:
/* check if the two packets are neighbors */
len = pkt_orig->pkt_len - l2_offset - pkt_orig->l2_len -
pkt_orig->l3_len - tcp_hl_orig;
if ((sent_seq == item->sent_seq + len) && (is_atomic ||
(ip_id == item->ip_id + 1)))
/* append the new packet */
return 1;
else if ((sent_seq + tcp_dl == item->sent_seq) && (is_atomic ||
(ip_id + item->nb_merged == item->ip_id)))
/* pre-pend the new packet */
return -1;
error: patch failed: lib/gro/gro_tcp4.h:291
error: lib/gro/gro_tcp4.h: patch does not apply
parent reply other threads:[~2023-04-15 14:54 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <3bec4e84b0dc406887e9df08ddfd91ad@huawei.com>]
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=202304151440.33FEemHh3242417@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).