automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw138958 [PATCH v2 1/1] net/ena/base: fix metrics excessive memory consumption
       [not found] <20240328140307.1291-2-shaibran@amazon.com>
@ 2024-03-28 13:39 ` qemudev
  2024-03-28 14:03 ` |SUCCESS| " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-03-28 13:39 UTC (permalink / raw)
  To: test-report; +Cc: shaibran, zhoumin

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

_apply patch failure_

Submitter: Brandes, Shai <shaibran@amazon.com>
Date: Thu, 28 Mar 2024 16:03:07 +0200
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: c29202f2f70abd22e3d74e0671ec9f6cb9e387ee

Apply patch set 138958 failed:

Checking patch drivers/net/ena/base/ena_com.c...
error: while searching for:
int ena_com_allocate_customer_metrics_buffer(struct ena_com_dev *ena_dev)
{
	struct ena_customer_metrics *customer_metrics = &ena_dev->customer_metrics;

	ENA_MEM_ALLOC_COHERENT(ena_dev->dmadev,
			       customer_metrics->buffer_len,
			       customer_metrics->buffer_virt_addr,
			       customer_metrics->buffer_dma_addr,
			       customer_metrics->buffer_dma_handle);
	if (unlikely(customer_metrics->buffer_virt_addr == NULL))
		return ENA_COM_NO_MEM;

	customer_metrics->buffer_len = ENA_CUSTOMER_METRICS_BUFFER_SIZE;

	return 0;
}

error: patch failed: drivers/net/ena/base/ena_com.c:3134
error: drivers/net/ena/base/ena_com.c: patch does not apply


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

* |SUCCESS| pw138958 [PATCH v2 1/1] net/ena/base: fix metrics excessive memory consumption
       [not found] <20240328140307.1291-2-shaibran@amazon.com>
  2024-03-28 13:39 ` |WARNING| pw138958 [PATCH v2 1/1] net/ena/base: fix metrics excessive memory consumption qemudev
@ 2024-03-28 14:03 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-03-28 14:03 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

end of thread, other threads:[~2024-03-28 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240328140307.1291-2-shaibran@amazon.com>
2024-03-28 13:39 ` |WARNING| pw138958 [PATCH v2 1/1] net/ena/base: fix metrics excessive memory consumption qemudev
2024-03-28 14:03 ` |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).