automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw52027[v2, 3/3] net/mlx4: remove device register remap
Date: 01 Apr 2019 19:06:52 -0700	[thread overview]
Message-ID: <e75792$6hfqhr@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Yongseok Koh <yskoh@mellanox.com>
Date: 2019-04-01 21:22:25
Reply_mail: 20190401212225.26380-4-yskoh@mellanox.com
DPDK git baseline:
	Repo:dpdk-master, CommitID: a9d64ecc4cc3ce1a48f96b06f24430900c15e728
	Repo:dpdk-next-eventdev, CommitID: 7a1ccc24874e251957513aba0520500f873e276a
	Repo:dpdk-next-net, CommitID: 484217a17ee094df024bfa19557c0a15537e7a57
	Repo:dpdk-next-crypto, CommitID: b9bc82a71ea1faae88e535511213754004099b98
	Repo:dpdk-next-virtio, CommitID: daf8de5c41dfbe40f354ff009f5791db348e0b09

*Repo: dpdk-master
Checking patch drivers/net/mlx4/mlx4.c...
error: while searching for:
static rte_spinlock_t mlx4_shared_data_lock = RTE_SPINLOCK_INITIALIZER;

/* Process local data for secondary processes. */
static struct mlx4_local_data mlx4_local_data;

/** Configuration structure for device arguments. */
struct mlx4_conf {

error: patch failed: drivers/net/mlx4/mlx4.c:58
error: drivers/net/mlx4/mlx4.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4.h...
error: while searching for:
	/* Global spinlock for primary and secondary processes. */
	int init_done; /* Whether primary has done initialization. */
	unsigned int secondary_cnt; /* Number of secondary processes init'd. */
	void *uar_base;
	/* Reserved UAR address space for TXQ UAR(hw doorbell) mapping. */
	struct mlx4_dev_list mem_event_cb_list;
	rte_rwlock_t mem_event_rwlock;
};

error: patch failed: drivers/net/mlx4/mlx4.h:138
error: drivers/net/mlx4/mlx4.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_prm.h...
error: while searching for:
	uint32_t owner_opcode;
	/**< Default owner opcode with HW valid owner bit. */
	uint32_t stamp; /**< Stamp value with an invalid HW owner bit. */
	volatile uint32_t *qp_sdb; /**< Pointer to the doorbell. */
	volatile uint32_t *db; /**< Pointer to the doorbell remapped. */
	off_t uar_mmap_offset; /* UAR mmap offset for non-primary process. */
	uint32_t doorbell_qpn; /**< qp number to write to the doorbell. */
};

error: patch failed: drivers/net/mlx4/mlx4_prm.h:77
error: drivers/net/mlx4/mlx4_prm.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_rxtx.c...
Checking patch drivers/net/mlx4/mlx4_rxtx.h...
error: while searching for:

/* mlx4_txq.c */

int mlx4_tx_uar_remap(struct rte_eth_dev *dev, int fd);
uint64_t mlx4_get_tx_port_offloads(struct mlx4_priv *priv);
int mlx4_tx_queue_setup(struct rte_eth_dev *dev, uint16_t idx,
			uint16_t desc, unsigned int socket,

error: patch failed: drivers/net/mlx4/mlx4_rxtx.h:152
error: drivers/net/mlx4/mlx4_rxtx.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_txq.c...
error: while searching for:
#include "mlx4_rxtx.h"
#include "mlx4_utils.h"

/**
 * Mmap TX UAR(HW doorbell) pages into reserved UAR address space.
--
 * aligned.
 *
 * @param[in] dev
 *   Pointer to Ethernet device.

error: patch failed: drivers/net/mlx4/mlx4_txq.c:39
error: drivers/net/mlx4/mlx4_txq.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx4/mlx4.c...
error: while searching for:
static rte_spinlock_t mlx4_shared_data_lock = RTE_SPINLOCK_INITIALIZER;

/* Process local data for secondary processes. */
static struct mlx4_local_data mlx4_local_data;

/** Configuration structure for device arguments. */
struct mlx4_conf {

error: patch failed: drivers/net/mlx4/mlx4.c:58
error: drivers/net/mlx4/mlx4.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4.h...
error: while searching for:
	/* Global spinlock for primary and secondary processes. */
	int init_done; /* Whether primary has done initialization. */
	unsigned int secondary_cnt; /* Number of secondary processes init'd. */
	void *uar_base;
	/* Reserved UAR address space for TXQ UAR(hw doorbell) mapping. */
	struct mlx4_dev_list mem_event_cb_list;
	rte_rwlock_t mem_event_rwlock;
};

error: patch failed: drivers/net/mlx4/mlx4.h:138
error: drivers/net/mlx4/mlx4.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_prm.h...
error: while searching for:
	uint32_t owner_opcode;
	/**< Default owner opcode with HW valid owner bit. */
	uint32_t stamp; /**< Stamp value with an invalid HW owner bit. */
	volatile uint32_t *qp_sdb; /**< Pointer to the doorbell. */
	volatile uint32_t *db; /**< Pointer to the doorbell remapped. */
	off_t uar_mmap_offset; /* UAR mmap offset for non-primary process. */
	uint32_t doorbell_qpn; /**< qp number to write to the doorbell. */
};

error: patch failed: drivers/net/mlx4/mlx4_prm.h:77
error: drivers/net/mlx4/mlx4_prm.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_rxtx.c...
Checking patch drivers/net/mlx4/mlx4_rxtx.h...
error: while searching for:

/* mlx4_txq.c */

int mlx4_tx_uar_remap(struct rte_eth_dev *dev, int fd);
uint64_t mlx4_get_tx_port_offloads(struct mlx4_priv *priv);
int mlx4_tx_queue_setup(struct rte_eth_dev *dev, uint16_t idx,
			uint16_t desc, unsigned int socket,

error: patch failed: drivers/net/mlx4/mlx4_rxtx.h:152
error: drivers/net/mlx4/mlx4_rxtx.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_txq.c...
error: while searching for:
#include "mlx4_rxtx.h"
#include "mlx4_utils.h"

/**
 * Mmap TX UAR(HW doorbell) pages into reserved UAR address space.
--
 * aligned.
 *
 * @param[in] dev
 *   Pointer to Ethernet device.

error: patch failed: drivers/net/mlx4/mlx4_txq.c:39
error: drivers/net/mlx4/mlx4_txq.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/mlx4/mlx4.c...
error: while searching for:
static rte_spinlock_t mlx4_shared_data_lock = RTE_SPINLOCK_INITIALIZER;

/* Process local data for secondary processes. */
static struct mlx4_local_data mlx4_local_data;

/** Configuration structure for device arguments. */
struct mlx4_conf {

error: patch failed: drivers/net/mlx4/mlx4.c:58
error: drivers/net/mlx4/mlx4.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4.h...
error: while searching for:
	/* Global spinlock for primary and secondary processes. */
	int init_done; /* Whether primary has done initialization. */
	unsigned int secondary_cnt; /* Number of secondary processes init'd. */
	void *uar_base;
	/* Reserved UAR address space for TXQ UAR(hw doorbell) mapping. */
	struct mlx4_dev_list mem_event_cb_list;
	rte_rwlock_t mem_event_rwlock;
};

error: patch failed: drivers/net/mlx4/mlx4.h:138
error: drivers/net/mlx4/mlx4.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_prm.h...
error: while searching for:
	uint32_t owner_opcode;
	/**< Default owner opcode with HW valid owner bit. */
	uint32_t stamp; /**< Stamp value with an invalid HW owner bit. */
	volatile uint32_t *qp_sdb; /**< Pointer to the doorbell. */
	volatile uint32_t *db; /**< Pointer to the doorbell remapped. */
	off_t uar_mmap_offset; /* UAR mmap offset for non-primary process. */
	uint32_t doorbell_qpn; /**< qp number to write to the doorbell. */
};

error: patch failed: drivers/net/mlx4/mlx4_prm.h:77
error: drivers/net/mlx4/mlx4_prm.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_rxtx.c...
Checking patch drivers/net/mlx4/mlx4_rxtx.h...
error: while searching for:

/* mlx4_txq.c */

int mlx4_tx_uar_remap(struct rte_eth_dev *dev, int fd);
uint64_t mlx4_get_tx_port_offloads(struct mlx4_priv *priv);
int mlx4_tx_queue_setup(struct rte_eth_dev *dev, uint16_t idx,
			uint16_t desc, unsigned int socket,

error: patch failed: drivers/net/mlx4/mlx4_rxtx.h:152
error: drivers/net/mlx4/mlx4_rxtx.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_txq.c...
error: while searching for:
#include "mlx4_rxtx.h"
#include "mlx4_utils.h"

/**
 * Mmap TX UAR(HW doorbell) pages into reserved UAR address space.
--
 * aligned.
 *
 * @param[in] dev
 *   Pointer to Ethernet device.

error: patch failed: drivers/net/mlx4/mlx4_txq.c:39
error: drivers/net/mlx4/mlx4_txq.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx4/mlx4.c...
error: while searching for:
static rte_spinlock_t mlx4_shared_data_lock = RTE_SPINLOCK_INITIALIZER;

/* Process local data for secondary processes. */
static struct mlx4_local_data mlx4_local_data;

/** Configuration structure for device arguments. */
struct mlx4_conf {

error: patch failed: drivers/net/mlx4/mlx4.c:58
error: drivers/net/mlx4/mlx4.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4.h...
error: while searching for:
	/* Global spinlock for primary and secondary processes. */
	int init_done; /* Whether primary has done initialization. */
	unsigned int secondary_cnt; /* Number of secondary processes init'd. */
	void *uar_base;
	/* Reserved UAR address space for TXQ UAR(hw doorbell) mapping. */
	struct mlx4_dev_list mem_event_cb_list;
	rte_rwlock_t mem_event_rwlock;
};

error: patch failed: drivers/net/mlx4/mlx4.h:138
error: drivers/net/mlx4/mlx4.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_prm.h...
error: while searching for:
	uint32_t owner_opcode;
	/**< Default owner opcode with HW valid owner bit. */
	uint32_t stamp; /**< Stamp value with an invalid HW owner bit. */
	volatile uint32_t *qp_sdb; /**< Pointer to the doorbell. */
	volatile uint32_t *db; /**< Pointer to the doorbell remapped. */
	off_t uar_mmap_offset; /* UAR mmap offset for non-primary process. */
	uint32_t doorbell_qpn; /**< qp number to write to the doorbell. */
};

error: patch failed: drivers/net/mlx4/mlx4_prm.h:77
error: drivers/net/mlx4/mlx4_prm.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_rxtx.c...
Checking patch drivers/net/mlx4/mlx4_rxtx.h...
error: while searching for:

/* mlx4_txq.c */

int mlx4_tx_uar_remap(struct rte_eth_dev *dev, int fd);
uint64_t mlx4_get_tx_port_offloads(struct mlx4_priv *priv);
int mlx4_tx_queue_setup(struct rte_eth_dev *dev, uint16_t idx,
			uint16_t desc, unsigned int socket,

error: patch failed: drivers/net/mlx4/mlx4_rxtx.h:152
error: drivers/net/mlx4/mlx4_rxtx.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_txq.c...
error: while searching for:
#include "mlx4_rxtx.h"
#include "mlx4_utils.h"

/**
 * Mmap TX UAR(HW doorbell) pages into reserved UAR address space.
--
 * aligned.
 *
 * @param[in] dev
 *   Pointer to Ethernet device.

error: patch failed: drivers/net/mlx4/mlx4_txq.c:39
error: drivers/net/mlx4/mlx4_txq.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx4/mlx4.c...
error: while searching for:
static rte_spinlock_t mlx4_shared_data_lock = RTE_SPINLOCK_INITIALIZER;

/* Process local data for secondary processes. */
static struct mlx4_local_data mlx4_local_data;

/** Configuration structure for device arguments. */
struct mlx4_conf {

error: patch failed: drivers/net/mlx4/mlx4.c:58
error: drivers/net/mlx4/mlx4.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4.h...
error: while searching for:
	/* Global spinlock for primary and secondary processes. */
	int init_done; /* Whether primary has done initialization. */
	unsigned int secondary_cnt; /* Number of secondary processes init'd. */
	void *uar_base;
	/* Reserved UAR address space for TXQ UAR(hw doorbell) mapping. */
	struct mlx4_dev_list mem_event_cb_list;
	rte_rwlock_t mem_event_rwlock;
};

error: patch failed: drivers/net/mlx4/mlx4.h:138
error: drivers/net/mlx4/mlx4.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_prm.h...
error: while searching for:
	uint32_t owner_opcode;
	/**< Default owner opcode with HW valid owner bit. */
	uint32_t stamp; /**< Stamp value with an invalid HW owner bit. */
	volatile uint32_t *qp_sdb; /**< Pointer to the doorbell. */
	volatile uint32_t *db; /**< Pointer to the doorbell remapped. */
	off_t uar_mmap_offset; /* UAR mmap offset for non-primary process. */
	uint32_t doorbell_qpn; /**< qp number to write to the doorbell. */
};

error: patch failed: drivers/net/mlx4/mlx4_prm.h:77
error: drivers/net/mlx4/mlx4_prm.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_rxtx.c...
Checking patch drivers/net/mlx4/mlx4_rxtx.h...
error: while searching for:

/* mlx4_txq.c */

int mlx4_tx_uar_remap(struct rte_eth_dev *dev, int fd);
uint64_t mlx4_get_tx_port_offloads(struct mlx4_priv *priv);
int mlx4_tx_queue_setup(struct rte_eth_dev *dev, uint16_t idx,
			uint16_t desc, unsigned int socket,

error: patch failed: drivers/net/mlx4/mlx4_rxtx.h:152
error: drivers/net/mlx4/mlx4_rxtx.h: patch does not apply
Checking patch drivers/net/mlx4/mlx4_txq.c...
error: while searching for:
#include "mlx4_rxtx.h"
#include "mlx4_utils.h"

/**
 * Mmap TX UAR(HW doorbell) pages into reserved UAR address space.
--
 * aligned.
 *
 * @param[in] dev
 *   Pointer to Ethernet device.

error: patch failed: drivers/net/mlx4/mlx4_txq.c:39
error: drivers/net/mlx4/mlx4_txq.c: patch does not apply

DPDK STV team

                 reply	other threads:[~2019-04-02  2:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='e75792$6hfqhr@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --cc=test-report@dpdk.org \
    /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).