From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: <shaibran@amazon.com>, zhoumin@loongson.cn
Subject: |WARNING| pw138957 [PATCH 1/1] net/ena: fix metrics excessive memory consumption
Date: Thu, 28 Mar 2024 21:34:17 +0800 [thread overview]
Message-ID: <202403281334.42SDYH0o4146083@localhost.localdomain> (raw)
In-Reply-To: <20240328134925.1150-2-shaibran@amazon.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/138957
_apply patch failure_
Submitter: Brandes, Shai <shaibran@amazon.com>
Date: Thu, 28 Mar 2024 15:49:25 +0200
DPDK git baseline: Repo:dpdk-next-net
Branch: main
CommitID: c29202f2f70abd22e3d74e0671ec9f6cb9e387ee
Apply patch set 138957 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
next parent reply other threads:[~2024-03-28 13:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240328134925.1150-2-shaibran@amazon.com>
2024-03-28 13:34 ` qemudev [this message]
2024-03-28 13:50 ` |SUCCESS| " 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=202403281334.42SDYH0o4146083@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).