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| pw119239 [PATCH] [v2] mempool: optimized debug statistics
Date: Thu, 27 Oct 2022 14:47:56 -0400 (EDT)	[thread overview]
Message-ID: <20221027184756.6EE603ECAD@noxus.dpdklab.iol.unh.edu> (raw)

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

             reply	other threads:[~2022-10-27 18:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-27 18:47 dpdklab [this message]
     [not found] <20221027182926.89575-1-mb@smartsharesystems.com>
2022-10-27 18:30 ` |WARNING| pw119239 [PATCH v2] " 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=20221027184756.6EE603ECAD@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).