|WARNING| pw148847 [PATCH] net/mlx5: fix the unneeded stub table allocation

qemudev at loongson.cn qemudev at loongson.cn
Tue Nov 26 11:04:23 CET 2024


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/148847

_apply patch failure_

Submitter: Bing Zhao <bingz at 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



More information about the test-report mailing list