automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Itamar Gozlan <igozlan@nvidia.com>, zhoumin@loongson.cn
Subject: |WARNING| pw129195-129198 [v2 1/5] net/mlx5: support indirect list METER_MARK action
Date: Mon, 3 Jul 2023 18:15:20 +0800	[thread overview]
Message-ID: <202307031015.363AFKsg3721062@localhost.localdomain> (raw)
In-Reply-To: <20230702045758.23244-1-igozlan@nvidia.com>

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

_apply patch failure_

Submitter: Itamar Gozlan <igozlan@nvidia.com>
Date: Sun, 2 Jul 2023 07:57:54 +0300
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: fb6aeb4e6f518efdf48f6f1edcbada25fd17d0f1

Apply patch set 129195-129198 failed:

Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
		switch (e->type) {
#ifdef HAVE_MLX5_HWS_SUPPORT
		case MLX5_INDIRECT_ACTION_LIST_TYPE_MIRROR:
			mlx5_hw_mirror_destroy(dev, (struct mlx5_mirror *)e, true);
		break;
#endif
		default:
			DRV_LOG(ERR, "invalid indirect list type");

error: patch failed: drivers/net/mlx5/mlx5_flow.c:63
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: while searching for:
#define MLX5_ACTION_CTX_CT_GEN_IDX MLX5_INDIRECT_ACT_CT_GEN_IDX

enum mlx5_indirect_list_type {
	MLX5_INDIRECT_ACTION_LIST_TYPE_MIRROR = 1,
};

/*
 * Base type for indirect list type.
 * Actual indirect list type MUST override that type and put type spec data
 * after the `chain`.
 */
struct mlx5_indirect_list {
	/* type field MUST be the first */
	enum mlx5_indirect_list_type type;
	LIST_ENTRY(mlx5_indirect_list) entry;
	/* put type specific data after chain */
};

static __rte_always_inline enum mlx5_indirect_list_type
mlx5_get_indirect_list_type(const struct mlx5_indirect_list *obj)
{
	return obj->type;
}

/* Matches on selected register. */

error: patch failed: drivers/net/mlx5/mlx5_flow.h:113
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: while searching for:
	(!!((priv)->sh->esw_mode && (priv)->master))


struct mlx5_mirror_clone {
	enum rte_flow_action_type type;
	void *action_ctx;
};

struct mlx5_mirror {
	/* type field MUST be the first */
	enum mlx5_indirect_list_type type;
	LIST_ENTRY(mlx5_indirect_list) entry;

	uint32_t clones_num;
	struct mlx5dr_action *mirror_action;
	struct mlx5_mirror_clone clone[MLX5_MIRROR_MAX_CLONES_NUM];

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


      parent reply	other threads:[~2023-07-03 10:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230702045758.23244-1-igozlan@nvidia.com>
2023-07-03  9:22 ` |WARNING| pw129195 " checkpatch
2023-07-03 10:15 ` qemudev [this message]

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=202307031015.363AFKsg3721062@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=igozlan@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).