From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Bing Zhao <bingz@nvidia.com>, zhoumin@loongson.cn
Subject: |WARNING| pw148847 [PATCH] net/mlx5: fix the unneeded stub table allocation
Date: Fri, 29 Nov 2024 18:39:30 +0800 [thread overview]
Message-ID: <202411291039.4ATAdUPj3699837@localhost.localdomain> (raw)
In-Reply-To: <20241126092539.307780-1-bingz@nvidia.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/148847
_apply patch failure_
Submitter: Bing Zhao <bingz@nvidia.com>
Date: Tue, 26 Nov 2024 11:25:39 +0200
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: for-next-net
CommitID: 340a5718e98376d638a28073c654415405276af4
Apply patch set 148847 failed:
Checking patch drivers/net/mlx5/mlx5_flow.c...
Checking patch drivers/net/mlx5/mlx5_flow.h...
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
Hunk #1 succeeded at 13504 (offset -13 lines).
Hunk #2 succeeded at 13517 (offset -13 lines).
Hunk #3 succeeded at 13530 (offset -13 lines).
error: while searching for:
table_type = MLX5DR_TABLE_TYPE_NIC_TX;
else
table_type = MLX5DR_TABLE_TYPE_NIC_RX;
/* TODO: consider to reuse the workspace per thread. */
table = mlx5_malloc(MLX5_MEM_ZERO, sizeof(*table), 0, SOCKET_ID_ANY);
if (!table)
return rte_flow_error_set(error, ENOMEM, RTE_FLOW_ERROR_TYPE_ACTION,
actions, "Failed to allocate dummy table");
at = __flow_hw_actions_template_create(dev, &template_attr, actions, masks, true, error);
if (!at) {
ret = -rte_errno;
error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:13551
error: drivers/net/mlx5/mlx5_flow_hw.c: patch does not apply
prev parent reply other threads:[~2024-11-29 11:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241126092539.307780-1-bingz@nvidia.com>
2024-11-26 9:26 ` checkpatch
2024-11-26 12:18 ` dpdklab
2024-11-29 8:27 ` qemudev
2024-11-29 10:39 ` qemudev [this message]
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=202411291039.4ATAdUPj3699837@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=bingz@nvidia.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).