[dpdk-test-report] |FAILURE| pw42950[v4, 03/21] net/mlx5: replace verbs priorities by flow

sys_stv at intel.com sys_stv at intel.com
Thu Jul 12 11:41:18 CEST 2018


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

_apply issues_

Submitter: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>
Date: 2018-07-12 09:30:49
DPDK git baseline:
	Repo:dpdk-master, CommitID: ed3077c16557e40e1967bed146eed3023b6cea5f
	Repo:dpdk-next-eventdev, CommitID: 9131a10a60bdbf8cd19e0158c6e01648a1d25e23
	Repo:dpdk-next-net, CommitID: e5647516deae231db94b5488a6c3d48310ab619c
	Repo:dpdk-next-crypto, CommitID: 085253f14969998ced648ddc7f5fc08c3e44f73d
	Repo:dpdk-next-virtio, CommitID: 3afaf9bf05f701c170ffe90a6b3365bbb3738e9d

*Repo: dpdk-master
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 663 (offset -54 lines).
error: while searching for:
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0) {
		err = mlx5_verbs_max_prio(eth_dev);
		if (err < 0) {
			DRV_LOG(ERR, "port %u wrong Verbs flow priorities",
				eth_dev->data->port_id);
			goto error;
		}
		verb_priorities = err;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*
	 * Once the device is added to the list of memory event
	 * callback, its global MR cache table cannot be expanded

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 114 (offset -8 lines).
error: while searching for:

/* mlx5_flow.c */

int mlx5_verbs_max_prio(struct rte_eth_dev *dev);
void mlx5_flow_print(struct rte_flow *flow);
int mlx5_flow_validate(struct rte_eth_dev *dev,
		       const struct rte_flow_attr *attr,

error: patch failed: drivers/net/mlx5/mlx5.h:317
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
};

 /**
  * Get the maximum number of priority available.
  *
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:76
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 663 (offset -54 lines).
error: while searching for:
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0) {
		err = mlx5_verbs_max_prio(eth_dev);
		if (err < 0) {
			DRV_LOG(ERR, "port %u wrong Verbs flow priorities",
				eth_dev->data->port_id);
			goto error;
		}
		verb_priorities = err;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*
	 * Once the device is added to the list of memory event
	 * callback, its global MR cache table cannot be expanded

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 114 (offset -8 lines).
error: while searching for:

/* mlx5_flow.c */

int mlx5_verbs_max_prio(struct rte_eth_dev *dev);
void mlx5_flow_print(struct rte_flow *flow);
int mlx5_flow_validate(struct rte_eth_dev *dev,
		       const struct rte_flow_attr *attr,

error: patch failed: drivers/net/mlx5/mlx5.h:317
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
};

 /**
  * Get the maximum number of priority available.
  *
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:76
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 663 (offset -54 lines).
error: while searching for:
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0) {
		err = mlx5_verbs_max_prio(eth_dev);
		if (err < 0) {
			DRV_LOG(ERR, "port %u wrong Verbs flow priorities",
				eth_dev->data->port_id);
			goto error;
		}
		verb_priorities = err;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*
	 * Once the device is added to the list of memory event
	 * callback, its global MR cache table cannot be expanded

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 114 (offset -8 lines).
error: while searching for:

/* mlx5_flow.c */

int mlx5_verbs_max_prio(struct rte_eth_dev *dev);
void mlx5_flow_print(struct rte_flow *flow);
int mlx5_flow_validate(struct rte_eth_dev *dev,
		       const struct rte_flow_attr *attr,

error: patch failed: drivers/net/mlx5/mlx5.h:317
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
};

 /**
  * Get the maximum number of priority available.
  *
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:76
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 663 (offset -54 lines).
error: while searching for:
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0) {
		err = mlx5_verbs_max_prio(eth_dev);
		if (err < 0) {
			DRV_LOG(ERR, "port %u wrong Verbs flow priorities",
				eth_dev->data->port_id);
			goto error;
		}
		verb_priorities = err;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*
	 * Once the device is added to the list of memory event
	 * callback, its global MR cache table cannot be expanded

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 114 (offset -8 lines).
error: while searching for:

/* mlx5_flow.c */

int mlx5_verbs_max_prio(struct rte_eth_dev *dev);
void mlx5_flow_print(struct rte_flow *flow);
int mlx5_flow_validate(struct rte_eth_dev *dev,
		       const struct rte_flow_attr *attr,

error: patch failed: drivers/net/mlx5/mlx5.h:317
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
};

 /**
  * Get the maximum number of priority available.
  *
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:76
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 663 (offset -54 lines).
error: while searching for:
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0) {
		err = mlx5_verbs_max_prio(eth_dev);
		if (err < 0) {
			DRV_LOG(ERR, "port %u wrong Verbs flow priorities",
				eth_dev->data->port_id);
			goto error;
		}
		verb_priorities = err;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*
	 * Once the device is added to the list of memory event
	 * callback, its global MR cache table cannot be expanded

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 114 (offset -8 lines).
error: while searching for:

/* mlx5_flow.c */

int mlx5_verbs_max_prio(struct rte_eth_dev *dev);
void mlx5_flow_print(struct rte_flow *flow);
int mlx5_flow_validate(struct rte_eth_dev *dev,
		       const struct rte_flow_attr *attr,

error: patch failed: drivers/net/mlx5/mlx5.h:317
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
};

 /**
  * Get the maximum number of priority available.
  *
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:76
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply

DPDK STV team


More information about the test-report mailing list