From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: [dpdk-test-report] |WARNING| pw99963 [PATCH] [v2] net/iavf: fix QFI field bit check for GTPU EH
Date: Mon, 4 Oct 2021 17:03:02 +0000 (UTC) [thread overview]
Message-ID: <20211004170302.EC8C161CE7@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 2023 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/99963
_apply patch failure_
Submitter: Junfeng Guo <junfeng.guo@intel.com>
Date: Wednesday, September 29 2021 12:31:34
Applied on: CommitID:086d426406bd3f6fac96a15bbd871c7fe714bc2d
Apply patch set 99963 failed:
Checking patch drivers/net/iavf/iavf_fdir.c...
error: while searching for:
if (gtp_psc_spec && gtp_psc_mask) {
if (gtp_psc_mask->qfi == UINT8_MAX) {
input_set |= IAVF_INSET_GTPU_QFI;
if (gtp_psc_spec->pdu_type ==
IAVF_GTPU_EH_UPLINK)
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr,
GTPU_UP, QFI);
else if (gtp_psc_spec->pdu_type ==
IAVF_GTPU_EH_DWLINK)
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr,
GTPU_DWN, QFI);
else
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr,
GTPU_EH, QFI);
}
rte_memcpy(hdr->buffer, gtp_psc_spec,
error: patch failed: drivers/net/iavf/iavf_fdir.c:1171
Applying patch drivers/net/iavf/iavf_fdir.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/iavf/iavf_fdir.c b/drivers/net/iavf/iavf_fdir.c (rejected hunks)
@@ -1171,17 +1171,15 @@ iavf_fdir_parse_pattern(__rte_unused struct iavf_adapter *ad,
if (gtp_psc_spec && gtp_psc_mask) {
if (gtp_psc_mask->qfi == UINT8_MAX) {
input_set |= IAVF_INSET_GTPU_QFI;
- if (gtp_psc_spec->pdu_type ==
- IAVF_GTPU_EH_UPLINK)
+ if (!gtp_psc_mask->pdu_type)
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr,
- GTPU_UP, QFI);
- else if (gtp_psc_spec->pdu_type ==
- IAVF_GTPU_EH_DWLINK)
+ GTPU_EH, QFI);
+ else if (gtp_psc_spec->pdu_type == IAVF_GTPU_EH_DWLINK)
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr,
GTPU_DWN, QFI);
- else
+ else if (gtp_psc_spec->pdu_type == IAVF_GTPU_EH_UPLINK)
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr,
- GTPU_EH, QFI);
+ GTPU_UP, QFI);
}
rte_memcpy(hdr->buffer, gtp_psc_spec,
https://lab.dpdk.org/results/dashboard/patchsets/19042/
UNH-IOL DPDK Community Lab
reply other threads:[~2021-10-04 17:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20211004170302.EC8C161CE7@dpdk-ubuntu.dpdklab.iol.unh.edu \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
/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).