|WARNING| pw164360-164386 [PATCH v5 01/27] build: add build defines for component name and class

qemudev at loongson.cn qemudev at loongson.cn
Mon May 25 16:11:09 CEST 2026


Test-Label: loongson-compile-loongarch-abi2
Test-Status: WARNING
http://dpdk.org/patch/164360

_apply patch failure_

Submitter: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Mon, 25 May 2026 15:06:20 +0100
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 04aeb0d247489080f69ea3e280f05a31f2043fc3

Apply patch set 164360-164386 failed:

Checking patch drivers/net/intel/ixgbe/ixgbe_flow.c...
Hunk #1 succeeded at 145 (offset 9 lines).
Hunk #2 succeeded at 163 (offset 9 lines).
Hunk #3 succeeded at 912 (offset 18 lines).
error: while searching for:
 */
static int
cons_parse_l2_tn_filter(struct rte_eth_dev *dev,
			const struct rte_flow_attr *attr,
			const struct rte_flow_item pattern[],
			const struct rte_flow_action actions[],
			struct ixgbe_l2_tunnel_conf *filter,
			struct rte_flow_error *error)
{
	const struct rte_flow_item *item;
	const struct rte_flow_item_e_tag *e_tag_spec;
	const struct rte_flow_item_e_tag *e_tag_mask;
	const struct rte_flow_action *act;
	const struct rte_flow_action_vf *act_vf;
	struct ixgbe_adapter *ad = IXGBE_DEV_PRIVATE_TO_ADAPTER(dev->data->dev_private);

	if (!pattern) {
		rte_flow_error_set(error, EINVAL,
			RTE_FLOW_ERROR_TYPE_ITEM_NUM,
			NULL, "NULL pattern.");
		return -rte_errno;
	}

	if (!actions) {
		rte_flow_error_set(error, EINVAL,
				   RTE_FLOW_ERROR_TYPE_ACTION_NUM,
				   NULL, "NULL action.");
		return -rte_errno;
	}

	if (!attr) {
		rte_flow_error_set(error, EINVAL,
				   RTE_FLOW_ERROR_TYPE_ATTR,
				   NULL, "NULL attribute.");
		return -rte_errno;
	}

	/* The first not void item should be e-tag. */
	item = next_no_void_pattern(pattern, NULL);
	if (item->type != RTE_FLOW_ITEM_TYPE_E_TAG) {

error: patch failed: drivers/net/intel/ixgbe/ixgbe_flow.c:1133
error: drivers/net/intel/ixgbe/ixgbe_flow.c: patch does not apply


More information about the test-report mailing list