automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw112309 [PATCH] [v3, 1/1] app/testpmd: support different input color method
Date: Fri,  3 Jun 2022 09:18:58 -0400 (EDT)	[thread overview]
Message-ID: <20220603131858.1DAFB6D56A@noxus.dpdklab.iol.unh.edu> (raw)

[-- 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

             reply	other threads:[~2022-06-03 13:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03 13:18 dpdklab [this message]
     [not found] <20220603130627.149785-1-skori@marvell.com>
2022-06-03 13:07 ` |WARNING| pw112309 [PATCH v3 " checkpatch

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=20220603131858.1DAFB6D56A@noxus.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).