|WARNING| pw140750 [PATCH v2] net/mlx5: support match with E-Switch manager
qemudev at loongson.cn
qemudev at loongson.cn
Wed Jun 5 11:12:34 CEST 2024
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/140750
_apply patch failure_
Submitter: Suanming Mou <suanmingm at nvidia.com>
Date: Wed, 5 Jun 2024 17:37:17 +0800
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: for-next-net
CommitID: a207de9a356ef890dd858064ee94e15f0841f0e1
Apply patch set 140750 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...
Checking patch drivers/net/mlx5/hws/mlx5dr_definer.c...
Hunk #1 succeeded at 720 (offset -1 lines).
Hunk #2 succeeded at 1531 (offset -17 lines).
Checking patch drivers/net/mlx5/hws/mlx5dr_definer.h...
Checking patch drivers/net/mlx5/hws/mlx5dr_rule.c...
Checking patch drivers/net/mlx5/linux/mlx5_os.c...
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_flow.h...
Hunk #1 succeeded at 1937 (offset -1 lines).
error: while searching for:
return UINT16_MAX;
}
/*
* Get metadata match tag and mask for given rte_eth_dev port.
* Used in HWS rule creation.
*/
static __rte_always_inline const struct flow_hw_port_info *
flow_hw_conv_port_id(const uint16_t port_id)
{
struct flow_hw_port_info *port_info;
if (port_id >= RTE_MAX_ETHPORTS)
return NULL;
port_info = &mlx5_flow_hw_port_infos[port_id];
error: patch failed: drivers/net/mlx5/mlx5_flow.h:2009
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 10838 (offset -1 lines).
Hunk #2 succeeded at 10883 (offset -1 lines).
More information about the test-report
mailing list