* [dpdk-test-report] |WARNING| pw99963 [PATCH] [v2] net/iavf: fix QFI field bit check for GTPU EH
@ 2021-10-04 17:03 dpdklab
0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-04 17:03 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-10-04 17:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 17:03 [dpdk-test-report] |WARNING| pw99963 [PATCH] [v2] net/iavf: fix QFI field bit check for GTPU EH dpdklab
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).