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: [dpdk-test-report] |WARNING| pw102534 [PATCH] net/sfc: allow control threads for counter queue polling
Date: Thu, 21 Oct 2021 15:49:04 -0400 (EDT)	[thread overview]
Message-ID: <20211021194904.5AB1960524@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Andrew Rybchenko <Andrew.Rybchenko@oktetlabs.ru>
Date: Thursday, October 21 2021 07:03:55 
Applied on: CommitID:3ac2dffae88e8eb5c374b1fdd40d605014526510
Apply patch set 102534 failed:

Checking patch doc/guides/rel_notes/release_21_11.rst...
error: while searching for:

  * Added port representors support on SN1000 SmartNICs
  * Added flow API transfer proxy support

* **Updated Marvell cnxk crypto PMD.**


error: patch failed: doc/guides/rel_notes/release_21_11.rst:158
Checking patch drivers/net/sfc/sfc_mae.h...
Hunk #1 succeeded at 117 (offset -10 lines).
error: while searching for:
	bool				use_credits;

	/* Information used by configuration routines */
	/** Counter service core ID */
	uint32_t			service_core_id;
	/** Counter service ID */
	uint32_t			service_id;
};

/**

error: patch failed: drivers/net/sfc/sfc_mae.h:143
Checking patch drivers/net/sfc/sfc_mae_counter.c...
Hunk #2 succeeded at 389 (offset -10 lines).
Hunk #3 succeeded at 414 (offset -10 lines).
Hunk #4 succeeded at 430 (offset -10 lines).
Hunk #5 succeeded at 442 (offset -10 lines).
Hunk #6 succeeded at 474 (offset -10 lines).
Hunk #7 succeeded at 533 (offset -10 lines).
Hunk #8 succeeded at 558 (offset -10 lines).
Hunk #9 succeeded at 809 (offset -10 lines).
Hunk #10 succeeded at 850 (offset -10 lines).
Applying patch doc/guides/rel_notes/release_21_11.rst with 1 reject...
Rejected hunk #1.
Applying patch drivers/net/sfc/sfc_mae.h with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
Applied patch drivers/net/sfc/sfc_mae_counter.c cleanly.
diff a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst	(rejected hunks)
@@ -158,6 +158,7 @@ New Features
 
   * Added port representors support on SN1000 SmartNICs
   * Added flow API transfer proxy support
+  * Added support for flow counters without service cores
 
 * **Updated Marvell cnxk crypto PMD.**
 
diff a/drivers/net/sfc/sfc_mae.h b/drivers/net/sfc/sfc_mae.h	(rejected hunks)
@@ -143,10 +150,21 @@ struct sfc_mae_counter_registry {
 	bool				use_credits;
 
 	/* Information used by configuration routines */
-	/** Counter service core ID */
-	uint32_t			service_core_id;
-	/** Counter service ID */
-	uint32_t			service_id;
+	enum sfc_mae_counter_polling_mode polling_mode;
+	union {
+		struct {
+			/** Counter service core ID */
+			uint32_t			core_id;
+			/** Counter service ID */
+			uint32_t			id;
+		} service;
+		struct {
+			/** Counter thread ID */
+			pthread_t			id;
+			/** The thread should keep running */
+			volatile bool			run;
+		} thread;
+	} polling;
 };
 
 /**

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2021-10-21 19:49 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=20211021194904.5AB1960524@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).