From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Maayan Kashani <mkashani@nvidia.com>, zhoumin@loongson.cn
Subject: |WARNING| pw140549-140573 [PATCH 01/11] net/mlx5: initial design of non template to hws
Date: Mon, 3 Jun 2024 15:39:29 +0800 [thread overview]
Message-ID: <202406030739.4537dT1b2007814@localhost.localdomain> (raw)
In-Reply-To: <20240602102802.196920-1-mkashani@nvidia.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/140549
_apply patch failure_
Submitter: Maayan Kashani <mkashani@nvidia.com>
Date: Sun, 2 Jun 2024 13:28:01 +0300
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 76cef1af8bdaeaf67a5c4ca5df3f221df994dc46
Apply patch set 140549-140573 failed:
Checking patch drivers/net/mlx5/linux/mlx5_os.c...
error: while searching for:
static struct mlx5_local_data mlx5_local_data;
/* rte flow indexed pool configuration. */
static struct mlx5_indexed_pool_config icfg[] = {
{
.size = sizeof(struct rte_flow),
.trunk_size = 64,
error: patch failed: drivers/net/mlx5/linux/mlx5_os.c:69
error: drivers/net/mlx5/linux/mlx5_os.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
const struct rte_flow_item items[],
const struct rte_flow_action actions[],
struct rte_flow_error *error);
struct rte_flow *mlx5_flow_create(struct rte_eth_dev *dev,
const struct rte_flow_attr *attr,
const struct rte_flow_item items[],
error: patch failed: drivers/net/mlx5/mlx5.h:2293
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
}
/* Declare flow create/destroy prototype in advance. */
static uint32_t
flow_list_create(struct rte_eth_dev *dev, enum mlx5_flow_type type,
const struct rte_flow_attr *attr,
const struct rte_flow_item items[],
const struct rte_flow_action actions[],
bool external, struct rte_flow_error *error);
static void
flow_list_destroy(struct rte_eth_dev *dev, enum mlx5_flow_type type,
uint32_t flow_idx);
int
error: patch failed: drivers/net/mlx5/mlx5_flow.c:4929
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: while searching for:
/* Matcher structure. */
struct mlx5_flow_dv_matcher {
struct mlx5_list_entry entry; /**< Pointer to the next element. */
struct mlx5_flow_tbl_resource *tbl;
/**< Pointer to the table(group) the matcher associated with. */
void *matcher_object; /**< Pointer to DV matcher */
uint16_t crc; /**< CRC of key. */
uint16_t priority; /**< Priority of matcher. */
error: patch failed: drivers/net/mlx5/mlx5_flow.h:620
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
* @return
* 0 on success, a negative errno value otherwise and rte_errno is set.
*/
static int
flow_dv_validate(struct rte_eth_dev *dev, const struct rte_flow_attr *attr,
const struct rte_flow_item items[],
const struct rte_flow_action actions[],
error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:7622
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: while searching for:
return type;
}
struct mlx5_mirror_clone {
enum rte_flow_action_type type;
void *action_ctx;
error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:256
error: drivers/net/mlx5/mlx5_flow_hw.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_verbs.c...
error: while searching for:
}
const struct mlx5_flow_driver_ops mlx5_flow_verbs_drv_ops = {
.validate = flow_verbs_validate,
.prepare = flow_verbs_prepare,
.translate = flow_verbs_translate,
error: patch failed: drivers/net/mlx5/mlx5_flow_verbs.c:2183
error: drivers/net/mlx5/mlx5_flow_verbs.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
DRV_LOG(DEBUG, "port %u starting device", dev->data->port_id);
#ifdef HAVE_MLX5_HWS_SUPPORT
if (priv->sh->config.dv_flow_en == 2) {
/* If there is no E-Switch, then there are no start/stop order limitations. */
if (!priv->sh->config.dv_esw_en)
goto continue_dev_start;
error: patch failed: drivers/net/mlx5/mlx5_trigger.c:1158
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
Checking patch drivers/net/mlx5/windows/mlx5_os.c...
error: while searching for:
static rte_spinlock_t mlx5_shared_data_lock = RTE_SPINLOCK_INITIALIZER;
/* rte flow indexed pool configuration. */
static struct mlx5_indexed_pool_config icfg[] = {
{
.size = sizeof(struct rte_flow),
.trunk_size = 64,
error: patch failed: drivers/net/mlx5/windows/mlx5_os.c:35
error: drivers/net/mlx5/windows/mlx5_os.c: patch does not apply
prev parent reply other threads:[~2024-06-03 8:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240602102802.196920-1-mkashani@nvidia.com>
2024-06-02 10:30 ` |WARNING| pw140549 " checkpatch
2024-06-03 7: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=202406030739.4537dT1b2007814@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=mkashani@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).