* |WARNING| pw141318-141338 [PATCH 01/21] net/nfp: fix IPv6 TTL and DSCP flow action
[not found] <20240619091358.3479247-2-chaoyong.he@corigine.com>
@ 2024-06-19 8:55 ` qemudev
2024-06-19 9:16 ` |SUCCESS| pw141318 " checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-06-19 8:55 UTC (permalink / raw)
To: test-report; +Cc: Chaoyong He, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/141318
_apply patch failure_
Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Wed, 19 Jun 2024 17:13:38 +0800
DPDK git baseline: Repo:dpdk-next-net
Branch: main
CommitID: fbba6db3640f9f623c29c452e1a6b057073e81d2
Apply patch set 141318-141338 failed:
Checking patch drivers/net/nfp/flower/nfp_flower_flow.c...
error: while searching for:
}
eth->mpls_lse = 0;
*mbuf_off += sizeof(struct nfp_flower_mac_mpls);
eth_end:
return 0;
}
static int
nfp_flow_merge_vlan(__rte_unused struct nfp_app_fw_flower *app_fw_flower,
struct rte_flow *nfp_flow,
__rte_unused char **mbuf_off,
const struct rte_flow_item *item,
const struct nfp_flow_item_proc *proc,
bool is_mask,
__rte_unused bool is_outer_layer)
{
struct nfp_flower_meta_tci *meta_tci;
const struct rte_flow_item_vlan *spec;
const struct rte_flow_item_vlan *mask;
spec = item->spec;
if (spec == NULL) {
PMD_DRV_LOG(DEBUG, "nfp flow merge vlan: no item->spec!");
return 0;
}
mask = item->mask ? item->mask : proc->mask_default;
if (is_mask) {
meta_tci = (struct nfp_flower_meta_tci *)nfp_flow->payload.mask_data;
meta_tci->tci |= mask->hdr.vlan_tci;
} else {
meta_tci = (struct nfp_flower_meta_tci *)nfp_flow->payload.unmasked_data;
meta_tci->tci |= spec->hdr.vlan_tci;
}
error: patch failed: drivers/net/nfp/flower/nfp_flower_flow.c:1230
error: drivers/net/nfp/flower/nfp_flower_flow.c: patch does not apply
^ permalink raw reply [flat|nested] 2+ messages in thread
* |SUCCESS| pw141318 [PATCH 01/21] net/nfp: fix IPv6 TTL and DSCP flow action
[not found] <20240619091358.3479247-2-chaoyong.he@corigine.com>
2024-06-19 8:55 ` |WARNING| pw141318-141338 [PATCH 01/21] net/nfp: fix IPv6 TTL and DSCP flow action qemudev
@ 2024-06-19 9:16 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-06-19 9:16 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/141318
_coding style OK_
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-19 9:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20240619091358.3479247-2-chaoyong.he@corigine.com>
2024-06-19 8:55 ` |WARNING| pw141318-141338 [PATCH 01/21] net/nfp: fix IPv6 TTL and DSCP flow action qemudev
2024-06-19 9:16 ` |SUCCESS| pw141318 " checkpatch
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).