[dpdk-test-report] |FAILURE| pw51672[3/3] net/mlx4: remove device register remap

sys_stv at intel.com sys_stv at intel.com
Mon Mar 25 21:10:22 CET 2019


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

_apply issues_

Submitter: Yongseok Koh <yskoh at mellanox.com>
Date: 2019-03-25 19:36:27
Reply_mail: 20190325193627.19726-4-yskoh at mellanox.com
DPDK git baseline:
	Repo:dpdk-master, CommitID: faf8c3095ac649f3d893ee846e2aa7cf1b4ccf4d
	Repo:dpdk-next-eventdev, CommitID: 744407cf7b80f9e5c886c2304211b429febb4394
	Repo:dpdk-next-net, CommitID: bc2e365a282b002c6eb0a29150252c7acd8e9f90
	Repo:dpdk-next-crypto, CommitID: f36697d93cfe2a8f0707f7696e273d5e5969ffdb
	Repo:dpdk-next-virtio, CommitID: 7f9cb2162e640ea87772ce0f2cbaf30a2d97d70d

*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:63
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:137
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:63
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:137
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:63
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:137
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:63
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:137
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:63
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:137
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


More information about the test-report mailing list