Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/39480 _apply issues_ Submitter: Andrew Rybchenko Date: 2018-05-08 15:04:22 DPDK git baseline: Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571 Repo:dpdk-next-crypto, CommitID: 6dfb76b2943a557c83e1f7fd6561df8dfe16e94c Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689 *Repo: dpdk-master Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: { struct sfc_adapter *sa = dev->data->dev_private; int rc; uint64_t offloads; -- rx_conf, mb_pool, offloads); if (rc != 0) goto fail_rx_qinit; error: patch failed: drivers/net/sfc/sfc_ethdev.c:398 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.c... error: while searching for: sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); struct sfc_rss *rss = &sa->rss; error: patch failed: drivers/net/sfc/sfc_rx.c:973 error: drivers/net/sfc/sfc_rx.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.h... error: while searching for: int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads); void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index); int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index); void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index); error: patch failed: drivers/net/sfc/sfc_rx.h:138 error: drivers/net/sfc/sfc_rx.h: patch does not apply Checking patch drivers/net/sfc/sfc_tx.c... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); unsigned int txq_entries; error: patch failed: drivers/net/sfc/sfc_tx.c:135 error: drivers/net/sfc/sfc_tx.c: patch does not apply Checking patch drivers/net/sfc/sfc_tx.h... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads); void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index); void sfc_tx_qflush_done(struct sfc_txq *txq); error: patch failed: drivers/net/sfc/sfc_tx.h:121 error: drivers/net/sfc/sfc_tx.h: patch does not apply *Repo: dpdk-next-eventdev Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: { struct sfc_adapter *sa = dev->data->dev_private; int rc; uint64_t offloads; -- rx_conf, mb_pool, offloads); if (rc != 0) goto fail_rx_qinit; error: patch failed: drivers/net/sfc/sfc_ethdev.c:398 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.c... error: while searching for: sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); struct sfc_rss *rss = &sa->rss; error: patch failed: drivers/net/sfc/sfc_rx.c:973 error: drivers/net/sfc/sfc_rx.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.h... error: while searching for: int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads); void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index); int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index); void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index); error: patch failed: drivers/net/sfc/sfc_rx.h:138 error: drivers/net/sfc/sfc_rx.h: patch does not apply Checking patch drivers/net/sfc/sfc_tx.c... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); unsigned int txq_entries; error: patch failed: drivers/net/sfc/sfc_tx.c:135 error: drivers/net/sfc/sfc_tx.c: patch does not apply Checking patch drivers/net/sfc/sfc_tx.h... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads); void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index); void sfc_tx_qflush_done(struct sfc_txq *txq); error: patch failed: drivers/net/sfc/sfc_tx.h:121 error: drivers/net/sfc/sfc_tx.h: patch does not apply *Repo: dpdk-next-net Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: { struct sfc_adapter *sa = dev->data->dev_private; int rc; uint64_t offloads; -- rx_conf, mb_pool, offloads); if (rc != 0) goto fail_rx_qinit; error: patch failed: drivers/net/sfc/sfc_ethdev.c:398 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.c... error: while searching for: sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); struct sfc_rss *rss = &sa->rss; error: patch failed: drivers/net/sfc/sfc_rx.c:973 error: drivers/net/sfc/sfc_rx.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.h... error: while searching for: int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads); void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index); int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index); void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index); error: patch failed: drivers/net/sfc/sfc_rx.h:138 error: drivers/net/sfc/sfc_rx.h: patch does not apply Checking patch drivers/net/sfc/sfc_tx.c... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); unsigned int txq_entries; error: patch failed: drivers/net/sfc/sfc_tx.c:135 error: drivers/net/sfc/sfc_tx.c: patch does not apply Checking patch drivers/net/sfc/sfc_tx.h... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads); void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index); void sfc_tx_qflush_done(struct sfc_txq *txq); error: patch failed: drivers/net/sfc/sfc_tx.h:121 error: drivers/net/sfc/sfc_tx.h: patch does not apply *Repo: dpdk-next-crypto Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: { struct sfc_adapter *sa = dev->data->dev_private; int rc; uint64_t offloads; -- rx_conf, mb_pool, offloads); if (rc != 0) goto fail_rx_qinit; error: patch failed: drivers/net/sfc/sfc_ethdev.c:398 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.c... error: while searching for: sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); struct sfc_rss *rss = &sa->rss; error: patch failed: drivers/net/sfc/sfc_rx.c:973 error: drivers/net/sfc/sfc_rx.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.h... error: while searching for: int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads); void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index); int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index); void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index); error: patch failed: drivers/net/sfc/sfc_rx.h:138 error: drivers/net/sfc/sfc_rx.h: patch does not apply Checking patch drivers/net/sfc/sfc_tx.c... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); unsigned int txq_entries; error: patch failed: drivers/net/sfc/sfc_tx.c:135 error: drivers/net/sfc/sfc_tx.c: patch does not apply Checking patch drivers/net/sfc/sfc_tx.h... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads); void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index); void sfc_tx_qflush_done(struct sfc_txq *txq); error: patch failed: drivers/net/sfc/sfc_tx.h:121 error: drivers/net/sfc/sfc_tx.h: patch does not apply *Repo: dpdk-next-virtio Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: { struct sfc_adapter *sa = dev->data->dev_private; int rc; uint64_t offloads; -- rx_conf, mb_pool, offloads); if (rc != 0) goto fail_rx_qinit; error: patch failed: drivers/net/sfc/sfc_ethdev.c:398 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.c... error: while searching for: sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); struct sfc_rss *rss = &sa->rss; error: patch failed: drivers/net/sfc/sfc_rx.c:973 error: drivers/net/sfc/sfc_rx.c: patch does not apply Checking patch drivers/net/sfc/sfc_rx.h... error: while searching for: int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id, uint16_t nb_rx_desc, unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mb_pool, uint64_t offloads); void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index); int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index); void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index); error: patch failed: drivers/net/sfc/sfc_rx.h:138 error: drivers/net/sfc/sfc_rx.h: patch does not apply Checking patch drivers/net/sfc/sfc_tx.c... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads) { const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic); unsigned int txq_entries; error: patch failed: drivers/net/sfc/sfc_tx.c:135 error: drivers/net/sfc/sfc_tx.c: patch does not apply Checking patch drivers/net/sfc/sfc_tx.h... error: while searching for: int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf, uint64_t offloads); void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index); void sfc_tx_qflush_done(struct sfc_txq *txq); error: patch failed: drivers/net/sfc/sfc_tx.h:121 error: drivers/net/sfc/sfc_tx.h: patch does not apply DPDK STV team