automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw141339-141345 [PATCH 1/7] net/nfp: remove the unused parameter
       [not found] <20240619091941.3479371-2-chaoyong.he@corigine.com>
@ 2024-06-19  8:54 ` qemudev
  2024-06-19  9:20 ` |SUCCESS| pw141339 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-06-19  8:54 UTC (permalink / raw)
  To: test-report; +Cc: Chaoyong He, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/141339

_apply patch failure_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Wed, 19 Jun 2024 17:19:35 +0800
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: fbba6db3640f9f623c29c452e1a6b057073e81d2

Apply patch set 141339-141345 failed:

Checking patch drivers/net/nfp/flower/nfp_flower_flow.c...
Hunk #1 succeeded at 2183 (offset -325 lines).
error: while searching for:
}

static int
nfp_flow_action_compile_repr_port(struct nfp_action_compile_param *param)
{
	int ret;
	uint32_t output_cnt;

	output_cnt = *param->output_cnt - 1;
	*param->output_cnt = output_cnt;

	ret = nfp_flow_action_output_stage(param->position, param->action,
			param->nfp_flow_meta, output_cnt);
	if (ret != 0) {
		PMD_DRV_LOG(ERR, "Failed process RTE_FLOW_ACTION_TYPE_REPRESENTED_PORT");
		return ret;
	}

	param->position += sizeof(struct nfp_fl_act_output);

	return 0;
}

static int
nfp_flow_action_compile_port_id(struct nfp_action_compile_param *param)
{
	int ret;
	uint32_t output_cnt;

error: patch failed: drivers/net/nfp/flower/nfp_flower_flow.c:3999
error: drivers/net/nfp/flower/nfp_flower_flow.c: patch does not apply


^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw141339 [PATCH 1/7] net/nfp: remove the unused parameter
       [not found] <20240619091941.3479371-2-chaoyong.he@corigine.com>
  2024-06-19  8:54 ` |WARNING| pw141339-141345 [PATCH 1/7] net/nfp: remove the unused parameter qemudev
@ 2024-06-19  9:20 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-06-19  9:20 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/141339

_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] <20240619091941.3479371-2-chaoyong.he@corigine.com>
2024-06-19  8:54 ` |WARNING| pw141339-141345 [PATCH 1/7] net/nfp: remove the unused parameter qemudev
2024-06-19  9:20 ` |SUCCESS| pw141339 " 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).