[dpdk-test-report] |FAILURE| pw41676[v2, 03/20] net/mlx5: replace verbs priorities by flow

sys_stv at intel.com sys_stv at intel.com
Wed Jun 27 17:16:14 CEST 2018


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

_apply issues_

Submitter: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>
Date: 2018-06-27 15:07:35
DPDK git baseline:
	Repo:dpdk-master, CommitID: d67014c3d38b20ac4cfe103f5a7a2107feaa5acf
	Repo:dpdk-next-eventdev, CommitID: 5ddd8c979d9ff94e5c266fca20cb179b1826bcab
	Repo:dpdk-next-net, CommitID: 6d722aec4453d0180b0109c620ec2d8037a5bb11
	Repo:dpdk-next-crypto, CommitID: 3ea5377b64c0daedb666a640900fc93af682ba34
	Repo:dpdk-next-virtio, CommitID: bc34445d488087b0dcc1313d0391eb8b009ec7a6

*Repo: dpdk-master
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 663 (offset -40 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:1100
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
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:309
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
  *   Pointer to Ethernet device.
  *
  * @return
  *   number of supported Verbs flow priority on success, a negative errno
  *   value otherwise and rte_errno is set.
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:82
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 -40 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:1100
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
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:309
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
  *   Pointer to Ethernet device.
  *
  * @return
  *   number of supported Verbs flow priority on success, a negative errno
  *   value otherwise and rte_errno is set.
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:82
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 -40 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:1100
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
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:309
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
  *   Pointer to Ethernet device.
  *
  * @return
  *   number of supported Verbs flow priority on success, a negative errno
  *   value otherwise and rte_errno is set.
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:82
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 -40 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:1100
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
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:309
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
  *   Pointer to Ethernet device.
  *
  * @return
  *   number of supported Verbs flow priority on success, a negative errno
  *   value otherwise and rte_errno is set.
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:82
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 -40 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:1100
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
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:309
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
  *   Pointer to Ethernet device.
  *
  * @return
  *   number of supported Verbs flow priority on success, a negative errno
  *   value otherwise and rte_errno is set.
--
mlx5_verbs_max_prio(struct rte_eth_dev *dev)
{
	struct {
		struct ibv_flow_attr attr;

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

DPDK STV team


More information about the test-report mailing list