automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw102534 [PATCH] net/sfc: allow control threads for counter queue polling
@ 2021-10-21 19:49 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-21 19:49 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-21 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21 19:49 [dpdk-test-report] |WARNING| pw102534 [PATCH] net/sfc: allow control threads for counter queue polling dpdklab

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).