|WARNING| pw136497 [PATCH] net/mlx5/hws: add compare ESP sequence number support

qemudev at loongson.cn qemudev at loongson.cn
Wed Feb 7 17:01:48 CET 2024


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

_apply patch failure_

Submitter: Michael Baum <michaelba at nvidia.com>
Date: Wed, 7 Feb 2024 18:20:23 +0200
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: for-next-net
  CommitID: b9e20153ea808f12d89090655096c78b1918fc0e

Apply patch set 136497 failed:

Checking patch doc/guides/nics/mlx5.rst...
error: while searching for:
  - Only single item is supported per pattern template.
  - Only 32-bit comparison is supported or 16-bits for random field.
  - Only supported for ``RTE_FLOW_FIELD_META``, ``RTE_FLOW_FIELD_TAG``,
    ``RTE_FLOW_FIELD_RANDOM`` and ``RTE_FLOW_FIELD_VALUE``.
  - The field type ``RTE_FLOW_FIELD_VALUE`` must be the base (``b``) field.
  - The field type ``RTE_FLOW_FIELD_RANDOM`` can only be compared with

error: patch failed: doc/guides/nics/mlx5.rst:823
error: doc/guides/nics/mlx5.rst: patch does not apply
Checking patch drivers/net/mlx5/hws/mlx5dr_definer.c...
error: while searching for:

	value = (const uint32_t *)&b->value[0];

	if (a->field == RTE_FLOW_FIELD_RANDOM)
		*base = htobe32(*value << 16);
	else
		*base = htobe32(*value);

	MLX5_SET(ste_match_4dw_range_ctrl_dw, ctrl, base0, 1);
}

error: patch failed: drivers/net/mlx5/hws/mlx5dr_definer.c:396
error: drivers/net/mlx5/hws/mlx5dr_definer.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: while searching for:
	switch (arg_field) {
	case RTE_FLOW_FIELD_TAG:
	case RTE_FLOW_FIELD_META:
		break;
	case RTE_FLOW_FIELD_RANDOM:
		if (base_field == RTE_FLOW_FIELD_VALUE)

error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:6725
error: drivers/net/mlx5/mlx5_flow_hw.c: patch does not apply



More information about the test-report mailing list