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| pw112767-112770 [PATCH] [v8, 6/6] app/testpmd: add Host Shaper command
Date: Wed, 15 Jun 2022 09:39:27 -0400 (EDT)	[thread overview]
Message-ID: <20220615133927.C5C2AB0F7@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Spike Du <spiked@nvidia.com>
Date: Wednesday, June 15 2022 12:58:36 
Applied on: CommitID:e3fd286ec471df5732b559c9e44377fab4b3d38a
Apply patch set 112767-112770 failed:

Checking patch doc/guides/nics/mlx5.rst...
.git/rebase-apply/patch:43: new blank line at EOF.
+
Checking patch doc/guides/rel_notes/release_22_07.rst...
error: while searching for:
  * Added support for promiscuous mode on Windows.
  * Added support for MTU on Windows.
  * Added matching and RSS on IPsec ESP.

* **Updated Marvell cnxk crypto driver.**


error: patch failed: doc/guides/rel_notes/release_22_07.rst:89
Checking patch drivers/common/mlx5/mlx5_prm.h...
Hunk #1 succeeded at 3294 (offset 1 line).
Checking patch drivers/net/mlx5/mlx5.c...
Checking patch drivers/net/mlx5/mlx5_rx.c...
.git/rebase-apply/patch:274: new blank line at EOF.
+
Checking patch drivers/net/mlx5/mlx5_rx.h...
Applied patch doc/guides/nics/mlx5.rst cleanly.
Applying patch doc/guides/rel_notes/release_22_07.rst with 1 reject...
Rejected hunk #1.
Applied patch drivers/common/mlx5/mlx5_prm.h cleanly.
Applied patch drivers/net/mlx5/mlx5.c cleanly.
Applied patch drivers/net/mlx5/mlx5_rx.c cleanly.
Applied patch drivers/net/mlx5/mlx5_rx.h cleanly.
diff a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst	(rejected hunks)
@@ -89,6 +89,7 @@ New Features
   * Added support for promiscuous mode on Windows.
   * Added support for MTU on Windows.
   * Added matching and RSS on IPsec ESP.
+  * Added Rx queue available descriptor threshold support.
 
 * **Updated Marvell cnxk crypto driver.**
 
Checking patch doc/guides/nics/mlx5.rst...
error: doc/guides/nics/mlx5.rst: does not match index
Checking patch doc/guides/rel_notes/release_22_07.rst...
error: while searching for:
  * Added support for MTU on Windows.
  * Added matching and RSS on IPsec ESP.
  * Added Rx queue available descriptor threshold support.

* **Updated Marvell cnxk crypto driver.**


error: patch failed: doc/guides/rel_notes/release_22_07.rst:90
Checking patch drivers/common/mlx5/linux/meson.build...
Checking patch drivers/common/mlx5/mlx5_prm.h...
error: drivers/common/mlx5/mlx5_prm.h: does not match index
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_rx.c...
error: drivers/net/mlx5/mlx5_rx.c: does not match index
Checking patch drivers/net/mlx5/rte_pmd_mlx5.h...
Checking patch drivers/net/mlx5/version.map...
Applying patch doc/guides/rel_notes/release_22_07.rst with 1 reject...
Rejected hunk #1.
Applied patch drivers/common/mlx5/linux/meson.build cleanly.
Applied patch drivers/net/mlx5/mlx5.h cleanly.
Applied patch drivers/net/mlx5/rte_pmd_mlx5.h cleanly.
Applied patch drivers/net/mlx5/version.map cleanly.
diff a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst	(rejected hunks)
@@ -90,6 +90,7 @@ New Features
   * Added support for MTU on Windows.
   * Added matching and RSS on IPsec ESP.
   * Added Rx queue available descriptor threshold support.
+  * Added host shaper support.
 
 * **Updated Marvell cnxk crypto driver.**
 
Checking patch app/test-pmd/testpmd.c...
error: while searching for:
				break;
			printf("Received avail_thresh event, port:%d rxq_id:%d\n",
			       port_id, rxq_id);
		}
		break;
	default:

error: patch failed: app/test-pmd/testpmd.c:3659
Checking patch doc/guides/nics/mlx5.rst...
error: doc/guides/nics/mlx5.rst: does not match index
Checking patch drivers/net/mlx5/meson.build...
Checking patch drivers/net/mlx5/mlx5_testpmd.c...
Checking patch drivers/net/mlx5/mlx5_testpmd.h...
Applying patch app/test-pmd/testpmd.c with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
Applied patch drivers/net/mlx5/meson.build cleanly.
Applied patch drivers/net/mlx5/mlx5_testpmd.c cleanly.
Applied patch drivers/net/mlx5/mlx5_testpmd.h cleanly.
diff a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c	(rejected hunks)
@@ -3659,6 +3662,10 @@ struct pmd_test_command {
 				break;
 			printf("Received avail_thresh event, port:%d rxq_id:%d\n",
 			       port_id, rxq_id);
+
+#ifdef RTE_NET_MLX5
+			mlx5_test_avail_thresh_event_handler(port_id, rxq_id);
+#endif
 		}
 		break;
 	default:

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2022-06-15 13:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220615133927.C5C2AB0F7@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).