automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw112309 [PATCH] [v3, 1/1] app/testpmd: support different input color method
@ 2022-06-03 13:18 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-06-03 13:18 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 3468 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/112309

_apply patch failure_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Friday, June 03 2022 13:06:27 
Applied on: CommitID:769723eef91c8f47cdf851df5fa97dca7ccbbbe2
Apply patch set 112309 failed:

Checking patch app/test-pmd/cmdline.c...
Hunk #1 succeeded at 17970 (offset -24 lines).
Checking patch app/test-pmd/cmdline_mtr.c...
error: while searching for:
static cmdline_parse_token_num_t cmd_create_port_meter_shared =
	TOKEN_NUM_INITIALIZER(struct cmd_create_port_meter_result,
		shared, RTE_UINT32);
static cmdline_parse_token_string_t cmd_create_port_meter_input_color =
	TOKEN_STRING_INITIALIZER(struct cmd_create_port_meter_result,
		meter_input_color, TOKEN_STRING_MULTI);

error: patch failed: app/test-pmd/cmdline_mtr.c:754
Hunk #9 succeeded at 960 (offset 6 lines).
Hunk #10 succeeded at 974 (offset 6 lines).
Hunk #11 succeeded at 993 (offset 6 lines).
error: while searching for:
	.f = cmd_create_port_meter_parsed,
	.data = NULL,
	.help_str = "create port meter <port_id> <mtr_id> <profile_id> <policy_id> "
		"<meter_enable>(yes|no) <stats_mask> <shared> <use_pre_meter_color> "
		"[<dscp_tbl_entry0> <dscp_tbl_entry1> ...<dscp_tbl_entry63>]",
	.tokens = {
		(void *)&cmd_create_port_meter_create,
		(void *)&cmd_create_port_meter_port,

error: patch failed: app/test-pmd/cmdline_mtr.c:809
Hunk #13 succeeded at 1030 (offset 4 lines).
Hunk #14 succeeded at 1433 (offset 4 lines).
Checking patch app/test-pmd/cmdline_mtr.h...
Applied patch app/test-pmd/cmdline.c cleanly.
Applying patch app/test-pmd/cmdline_mtr.c with 2 rejects...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Rejected hunk #8.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Hunk #11 applied cleanly.
Rejected hunk #12.
Hunk #13 applied cleanly.
Hunk #14 applied cleanly.
Applied patch app/test-pmd/cmdline_mtr.h cleanly.
diff a/app/test-pmd/cmdline_mtr.c b/app/test-pmd/cmdline_mtr.c	(rejected hunks)
@@ -754,6 +936,9 @@ static cmdline_parse_token_num_t cmd_create_port_meter_statistics_mask =
 static cmdline_parse_token_num_t cmd_create_port_meter_shared =
 	TOKEN_NUM_INITIALIZER(struct cmd_create_port_meter_result,
 		shared, RTE_UINT32);
+static cmdline_parse_token_string_t cmd_create_port_meter_default_input_color =
+	TOKEN_STRING_INITIALIZER(struct cmd_create_port_meter_result,
+		default_input_color, "R#Y#G#r#y#g");
 static cmdline_parse_token_string_t cmd_create_port_meter_input_color =
 	TOKEN_STRING_INITIALIZER(struct cmd_create_port_meter_result,
 		meter_input_color, TOKEN_STRING_MULTI);
@@ -809,8 +1011,10 @@ cmdline_parse_inst_t cmd_create_port_meter = {
 	.f = cmd_create_port_meter_parsed,
 	.data = NULL,
 	.help_str = "create port meter <port_id> <mtr_id> <profile_id> <policy_id> "
-		"<meter_enable>(yes|no) <stats_mask> <shared> <use_pre_meter_color> "
-		"[<dscp_tbl_entry0> <dscp_tbl_entry1> ...<dscp_tbl_entry63>]",
+		"<meter_enable>(yes|no) <stats_mask> <shared> "
+		"<default_input_color>(g|y|r) <use_pre_meter_color> "
+		"[<dscp_tbl_entry0> <dscp_tbl_entry1> ...<dscp_tbl_entry63>] "
+		"[<vlan_tbl_entry0> <vlan_tbl_entry1> ... <vlan_tbl_entry16>]",
 	.tokens = {
 		(void *)&cmd_create_port_meter_create,
 		(void *)&cmd_create_port_meter_port,

https://lab.dpdk.org/results/dashboard/patchsets/22424/

UNH-IOL DPDK Community Lab

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

* |WARNING| pw112309 [PATCH v3 1/1] app/testpmd: support different input color method
       [not found] <20220603130627.149785-1-skori@marvell.com>
@ 2022-06-03 13:07 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-06-03 13:07 UTC (permalink / raw)
  To: test-report; +Cc: skori

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/112309

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#92: 
Depends-on: patch-22751 ("ethdev: mtr: support protocol based input color selection")

total: 0 errors, 1 warnings, 673 lines checked

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

end of thread, other threads:[~2022-06-03 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 13:18 |WARNING| pw112309 [PATCH] [v3, 1/1] app/testpmd: support different input color method dpdklab
     [not found] <20220603130627.149785-1-skori@marvell.com>
2022-06-03 13:07 ` |WARNING| pw112309 [PATCH v3 " 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).