[dpdk-test-report] |FAILURE| pw52916[v2, 9/9] net/mlx5: add drop action to Direct Verbs E-Switch

sys_stv at intel.com sys_stv at intel.com
Thu Apr 18 14:21:20 CEST 2019


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/52916

_apply issues_

Submitter: Ori Kam <orika at mellanox.com>
Date: 2019-04-18 11:28:50
Reply_mail: 1555586930-109097-10-git-send-email-orika at mellanox.com
DPDK git baseline:
	Repo:dpdk-master, CommitID: 380154406dc8ce6f46a1c3e4e9fced5ba67644a1
	Repo:dpdk-next-eventdev, CommitID: 7a1ccc24874e251957513aba0520500f873e276a
	Repo:dpdk-next-net, CommitID: 83c2eeb213897212eb6eb2a7896961da4be03689
	Repo:dpdk-next-crypto, CommitID: bf115ef289b2123c35b3de57d414a70b27dba526
	Repo:dpdk-next-virtio, CommitID: c254120b44e3249e1f9bfddc919f18c5af5b0c9b

*Repo: dpdk-master
Checking patch drivers/net/mlx5/mlx5.c...
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
		dv = &dev_flow->dv;
		n = dv->actions_n;
		if (flow->actions & MLX5_FLOW_ACTION_DROP) {
			dv->hrxq = mlx5_hrxq_drop_new(dev);
			if (!dv->hrxq) {
				rte_flow_error_set
					(error, errno,
					 RTE_FLOW_ERROR_TYPE_UNSPECIFIED, NULL,
					 "cannot get drop hash queue");
				goto error;
			}
			dv->actions[n++] = dv->hrxq->action;
		} else if (flow->actions &

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:4056
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_glue.c...
Checking patch drivers/net/mlx5/mlx5_glue.h...
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
			goto error;
		}
		sh->fdb_ns = ns;
	}
#endif
	sh->dv_refcnt++;

error: patch failed: drivers/net/mlx5/mlx5.c:357
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	/* RX Direct Rules tables. */
	void *tx_ns; /* TX Direct Rules name space handle. */
	struct mlx5_flow_tbl_resource tx_tbl[MLX5_MAX_TABLES];
	/* TX Direct Rules tables/ */
	LIST_HEAD(matchers, mlx5_flow_dv_matcher) matchers;
	LIST_HEAD(encap_decap, mlx5_flow_dv_encap_decap_resource) encaps_decaps;

error: patch failed: drivers/net/mlx5/mlx5.h:275
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 3262 (offset -787 lines).
error: while searching for:
		dv = &dev_flow->dv;
		n = dv->actions_n;
		if (flow->actions & MLX5_FLOW_ACTION_DROP) {
			dv->hrxq = mlx5_hrxq_drop_new(dev);
			if (!dv->hrxq) {
				rte_flow_error_set
					(error, errno,
					 RTE_FLOW_ERROR_TYPE_UNSPECIFIED, NULL,
					 "cannot get drop hash queue");
				goto error;
			}
			dv->actions[n++] = dv->hrxq->action;
		} else if (flow->actions &

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:4056
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_glue.c...
error: while searching for:
}

static void *
mlx5_glue_dr_create_flow_tbl(void *ns, uint32_t level)
{
#ifdef HAVE_MLX5DV_DR

error: patch failed: drivers/net/mlx5/mlx5_glue.c:394
error: drivers/net/mlx5/mlx5_glue.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_glue.h...
error: while searching for:
	struct ibv_cq *(*cq_ex_to_cq)(struct ibv_cq_ex *cq);
	void *(*dr_create_flow_action_dest_flow_tbl)(void *tbl);
	void *(*dr_create_flow_action_dest_vport)(void *ns, uint32_t vport);
	void *(*dr_create_flow_tbl)(void *ns, uint32_t level);
	int (*dr_destroy_flow_tbl)(void *tbl);
	void *(*dr_create_ns)(struct ibv_context *ctx,

error: patch failed: drivers/net/mlx5/mlx5_glue.h:147
error: drivers/net/mlx5/mlx5_glue.h: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/mlx5/mlx5.c...
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
		dv = &dev_flow->dv;
		n = dv->actions_n;
		if (flow->actions & MLX5_FLOW_ACTION_DROP) {
			dv->hrxq = mlx5_hrxq_drop_new(dev);
			if (!dv->hrxq) {
				rte_flow_error_set
					(error, errno,
					 RTE_FLOW_ERROR_TYPE_UNSPECIFIED, NULL,
					 "cannot get drop hash queue");
				goto error;
			}
			dv->actions[n++] = dv->hrxq->action;
		} else if (flow->actions &

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:4056
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_glue.c...
Checking patch drivers/net/mlx5/mlx5_glue.h...
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx5/mlx5.c...
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
		dv = &dev_flow->dv;
		n = dv->actions_n;
		if (flow->actions & MLX5_FLOW_ACTION_DROP) {
			dv->hrxq = mlx5_hrxq_drop_new(dev);
			if (!dv->hrxq) {
				rte_flow_error_set
					(error, errno,
					 RTE_FLOW_ERROR_TYPE_UNSPECIFIED, NULL,
					 "cannot get drop hash queue");
				goto error;
			}
			dv->actions[n++] = dv->hrxq->action;
		} else if (flow->actions &

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:4056
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_glue.c...
Checking patch drivers/net/mlx5/mlx5_glue.h...
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx5/mlx5.c...
Checking patch drivers/net/mlx5/mlx5.h...
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
		dv = &dev_flow->dv;
		n = dv->actions_n;
		if (flow->actions & MLX5_FLOW_ACTION_DROP) {
			dv->hrxq = mlx5_hrxq_drop_new(dev);
			if (!dv->hrxq) {
				rte_flow_error_set
					(error, errno,
					 RTE_FLOW_ERROR_TYPE_UNSPECIFIED, NULL,
					 "cannot get drop hash queue");
				goto error;
			}
			dv->actions[n++] = dv->hrxq->action;
		} else if (flow->actions &

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:4056
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_glue.c...
Checking patch drivers/net/mlx5/mlx5_glue.h...

DPDK STV team


More information about the test-report mailing list