automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report]  |FAILURE| pw52940[v3, 9/9] net/mlx5: add drop action to Direct Verbs E-Switch
@ 2019-04-18 15:00 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2019-04-18 15:00 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 6245 bytes --]

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

_apply issues_

Submitter: Ori Kam <orika@mellanox.com>
Date: 2019-04-18 13:16:07
Reply_mail: 1555593367-144772-10-git-send-email-orika@mellanox.com
DPDK git baseline:
	Repo:dpdk-master, CommitID: 380154406dc8ce6f46a1c3e4e9fced5ba67644a1
	Repo:dpdk-next-eventdev, CommitID: 7a1ccc24874e251957513aba0520500f873e276a
	Repo:dpdk-next-net, CommitID: 9b8bd5bae975493f463543d2a7dc28d24fc89a3d
	Repo:dpdk-next-crypto, CommitID: b9d3c8741a86c68e2db36496b99ac810e57b0241
	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 &
			   (MLX5_FLOW_ACTION_QUEUE | MLX5_FLOW_ACTION_RSS)) {
			struct mlx5_hrxq *hrxq;

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:276
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 &
			   (MLX5_FLOW_ACTION_QUEUE | MLX5_FLOW_ACTION_RSS)) {
			struct mlx5_hrxq *hrxq;

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 &
			   (MLX5_FLOW_ACTION_QUEUE | MLX5_FLOW_ACTION_RSS)) {
			struct mlx5_hrxq *hrxq;

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 &
			   (MLX5_FLOW_ACTION_QUEUE | MLX5_FLOW_ACTION_RSS)) {
			struct mlx5_hrxq *hrxq;

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 &
			   (MLX5_FLOW_ACTION_QUEUE | MLX5_FLOW_ACTION_RSS)) {
			struct mlx5_hrxq *hrxq;

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-18 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 15:00 [dpdk-test-report] |FAILURE| pw52940[v3, 9/9] net/mlx5: add drop action to Direct Verbs E-Switch sys_stv

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).