automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw126249 [PATCH v3] mempool: optimize get objects with constant n
       [not found] <20230418195117.12862-1-mb@smartsharesystems.com>
@ 2023-04-18 19:40 ` qemudev
  2023-04-18 19:52 ` |SUCCESS| " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-04-18 19:40 UTC (permalink / raw)
  To: test-report; +Cc: mb, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/126249

_apply patch failure_

Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Tue, 18 Apr 2023 21:51:17 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 3b3fef9de22af80d173453ab65a80b01ce38cbfd

Apply patch set 126249 failed:

Checking patch lib/mempool/rte_mempool.h...
error: while searching for:
			   unsigned int n, struct rte_mempool_cache *cache)
{
	int ret;
	unsigned int remaining = n;
	uint32_t index, len;
	void **cache_objs;

	/* No cache provided */
	if (unlikely(cache == NULL))
		goto driver_dequeue;

	cache_objs = &cache->objs[cache->len];


error: patch failed: lib/mempool/rte_mempool.h:1492
error: lib/mempool/rte_mempool.h: patch does not apply


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

* |SUCCESS| pw126249 [PATCH v3] mempool: optimize get objects with constant n
       [not found] <20230418195117.12862-1-mb@smartsharesystems.com>
  2023-04-18 19:40 ` |WARNING| pw126249 [PATCH v3] mempool: optimize get objects with constant n qemudev
@ 2023-04-18 19:52 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-04-18 19:52 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/126249

_coding style OK_



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

end of thread, other threads:[~2023-04-18 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230418195117.12862-1-mb@smartsharesystems.com>
2023-04-18 19:40 ` |WARNING| pw126249 [PATCH v3] mempool: optimize get objects with constant n qemudev
2023-04-18 19:52 ` |SUCCESS| " checkpatch

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