From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Suanming Mou <suanmingm@nvidia.com>, zhoumin@loongson.cn
Subject: |WARNING| pw141295 [PATCH v3] net/mlx5: support match with E-Switch manager
Date: Wed, 19 Jun 2024 07:37:07 +0800 [thread overview]
Message-ID: <202406182337.45INb7ZG3224714@localhost.localdomain> (raw)
In-Reply-To: <20240619000441.2141781-1-suanmingm@nvidia.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/141295
_apply patch failure_
Submitter: Suanming Mou <suanmingm@nvidia.com>
Date: Wed, 19 Jun 2024 08:04:41 +0800
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: for-next-net
CommitID: c1cdfbcc339c2c951bff95854983a8773d9e5b8e
Apply patch set 141295 failed:
Checking patch doc/guides/nics/mlx5.rst...
error: while searching for:
- Matching on represented port.
- Matching on aggregated affinity.
- Matching on external Tx queue.
Limitations
error: patch failed: doc/guides/nics/mlx5.rst:170
error: doc/guides/nics/mlx5.rst: patch does not apply
Checking patch doc/guides/rel_notes/release_24_07.rst...
error: while searching for:
* Added match with Tx queue.
* Added match with external Tx queue.
Removed Items
error: patch failed: doc/guides/rel_notes/release_24_07.rst:85
error: doc/guides/rel_notes/release_24_07.rst: patch does not apply
Checking patch drivers/common/mlx5/linux/meson.build...
error: while searching for:
'mlx5dv_create_steering_anchor'],
[ 'HAVE_IBV_FORK_UNNEEDED', 'infiniband/verbs.h',
'ibv_is_fork_initialized'],
]
if libmtcr_ul_found
has_sym_args += [
error: patch failed: drivers/common/mlx5/linux/meson.build:201
error: drivers/common/mlx5/linux/meson.build: patch does not apply
Checking patch drivers/net/mlx5/hws/mlx5dr_definer.c...
error: while searching for:
const struct flow_hw_port_info *port_info;
uint32_t regc_value;
port_info = flow_hw_conv_port_id(v->port_id);
if (unlikely(!port_info))
regc_value = BAD_PORT;
else
error: patch failed: drivers/net/mlx5/hws/mlx5dr_definer.c:723
error: drivers/net/mlx5/hws/mlx5dr_definer.c: patch does not apply
Checking patch drivers/net/mlx5/hws/mlx5dr_definer.h...
error: while searching for:
struct mlx5dr_definer_fc {
uint8_t item_idx;
uint8_t is_range;
uint16_t extra_data;
uint8_t compare_idx;
bool compare_set_base;
uint32_t byte_off;
int bit_off;
uint32_t bit_mask;
error: patch failed: drivers/net/mlx5/hws/mlx5dr_definer.h:223
error: drivers/net/mlx5/hws/mlx5dr_definer.h: patch does not apply
Checking patch drivers/net/mlx5/hws/mlx5dr_rule.c...
error: while searching for:
if (mt->item_flags & MLX5_FLOW_ITEM_REPRESENTED_PORT) {
v = items[mt->vport_item_id].spec;
vport = flow_hw_conv_port_id(v->port_id);
if (unlikely(!vport)) {
DR_LOG(ERR, "Fail to map port ID %d, ignoring", v->port_id);
return;
error: patch failed: drivers/net/mlx5/hws/mlx5dr_rule.c:28
error: drivers/net/mlx5/hws/mlx5dr_rule.c: patch does not apply
Checking patch drivers/net/mlx5/linux/mlx5_os.c...
error: while searching for:
#endif
#ifdef HAVE_IBV_DEVICE_STRIDING_RQ_SUPPORT
dv_attr.comp_mask |= MLX5DV_CONTEXT_MASK_STRIDING_RQ;
#endif
err = mlx5_glue->dv_query_device(cdev->ctx, &dv_attr);
if (err) {
error: patch failed: drivers/net/mlx5/linux/mlx5_os.c:160
error: drivers/net/mlx5/linux/mlx5_os.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
void *data2;
};
/* Device capabilities structure which isn't changed in any stage. */
struct mlx5_dev_cap {
int max_cq; /* Maximum number of supported CQs */
error: patch failed: drivers/net/mlx5/mlx5.h:141
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: while searching for:
uint32_t dw_mask;
};
struct flow_hw_port_info {
uint32_t regc_mask;
uint32_t regc_value;
uint32_t is_wire:1;
};
extern struct flow_hw_port_info mlx5_flow_hw_port_infos[RTE_MAX_ETHPORTS];
/*
error: patch failed: drivers/net/mlx5/mlx5_flow.h:1977
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
const struct rte_flow_item_ethdev *pid_m = item ? item->mask : NULL;
const struct rte_flow_item_ethdev *pid_v = item ? item->spec : NULL;
struct mlx5_flow_workspace *wks = mlx5_flow_get_thread_workspace();
struct mlx5_priv *priv;
uint16_t mask, id;
uint32_t vport_meta;
MLX5_ASSERT(wks);
if (!pid_m && !pid_v)
return 0;
if (pid_v && pid_v->port_id == UINT16_MAX) {
flow_dv_translate_item_source_vport(key,
key_type & MLX5_SET_MATCHER_V ?
mlx5_flow_get_esw_manager_vport_id(dev) : 0xffff);
return 0;
}
mask = pid_m ? pid_m->port_id : UINT16_MAX;
error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:10947
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
next parent reply other threads:[~2024-06-19 0:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240619000441.2141781-1-suanmingm@nvidia.com>
2024-06-18 23:37 ` qemudev [this message]
2024-06-19 0:05 ` |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=202406182337.45INb7ZG3224714@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=suanmingm@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).