automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: <shaibran@amazon.com>, zhoumin@loongson.cn
Subject: |WARNING| pw139180 [PATCH 1/1] net/ena/base: fix metrics excessive memory consumption
Date: Sun, 7 Apr 2024 19:23:08 +0800	[thread overview]
Message-ID: <202404071123.437BN8ed3576618@localhost.localdomain> (raw)
In-Reply-To: <20240407114554.1789-2-shaibran@amazon.com>

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

_apply patch failure_

Submitter: Brandes, Shai <shaibran@amazon.com>
Date: Sun, 7 Apr 2024 14:45:54 +0300
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: e2e546ab5bf5e024986ccb5310ab43982f3bb40c

Apply patch set 139180 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


       reply	other threads:[~2024-04-07 11:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240407114554.1789-2-shaibran@amazon.com>
2024-04-07 11:23 ` qemudev [this message]
2024-04-07 11:47 ` checkpatch
2024-04-07 12:03 ` |WARNING| pw139180 [PATCH] [1/1] " dpdklab

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=202404071123.437BN8ed3576618@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=shaibran@amazon.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /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).