automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw119239 [PATCH v2] mempool: optimized debug statistics
       [not found] <20221027182926.89575-1-mb@smartsharesystems.com>
@ 2022-10-27 18:30 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-10-27 18:30 UTC (permalink / raw)
  To: test-report; +Cc: Morten Brørup

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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).

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

* |WARNING| pw119239 [PATCH] [v2] mempool: optimized debug statistics
@ 2022-10-27 18:47 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-10-27 18:47 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Thursday, October 27 2022 18:29:26 
Applied on: CommitID:e6b42038e859407af3c8eb0d7d588570622f687a
Apply patch set 119239 failed:

Checking patch lib/mempool/rte_mempool.c...
Checking patch lib/mempool/rte_mempool.h...
error: while searching for:
	uint32_t size;	      /**< Size of the cache */
	uint32_t flushthresh; /**< Threshold before we flush excess elements */
	uint32_t len;	      /**< Current cache count */
	/**
	 * Cache objects
	 *

error: patch failed: lib/mempool/rte_mempool.h:86
Hunk #2 succeeded at 1325 (offset -10 lines).
Hunk #3 succeeded at 1362 (offset -10 lines).
Hunk #4 succeeded at 1474 (offset -10 lines).
Hunk #5 succeeded at 1506 (offset -10 lines).
Hunk #6 succeeded at 1531 (offset -10 lines).
Applied patch lib/mempool/rte_mempool.c cleanly.
Applying patch lib/mempool/rte_mempool.h with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
diff a/lib/mempool/rte_mempool.h b/lib/mempool/rte_mempool.h	(rejected hunks)
@@ -86,6 +86,14 @@ struct rte_mempool_cache {
 	uint32_t size;	      /**< Size of the cache */
 	uint32_t flushthresh; /**< Threshold before we flush excess elements */
 	uint32_t len;	      /**< Current cache count */
+#ifdef RTE_LIBRTE_MEMPOOL_DEBUG
+	uint32_t unused;
+	/* Fast access statistics, only for likely events */
+	uint64_t put_bulk;             /**< Number of puts. */
+	uint64_t put_objs;             /**< Number of objects successfully put. */
+	uint64_t get_success_bulk;     /**< Successful allocation number. */
+	uint64_t get_success_objs;     /**< Objects successfully allocated. */
+#endif
 	/**
 	 * Cache objects
 	 *

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

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2022-10-27 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221027182926.89575-1-mb@smartsharesystems.com>
2022-10-27 18:30 ` |WARNING| pw119239 [PATCH v2] mempool: optimized debug statistics checkpatch
2022-10-27 18:47 |WARNING| pw119239 [PATCH] [v2] " 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).