Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65192 _apply issues_ Submitter: Somnath Kotur Date: 2020-01-28 07:29:17 Reply_mail: 20200128072923.9912-4-somnath.kotur@broadcom.com DPDK git baseline: Repo:dpdk-next-net-brcm, CommitID: 6379d2303e91dda8a8c32750a4f993842d514ebc Repo:dpdk, CommitID: 2a115479c6361f9667efaa30ceb0dbdcbd931f48 *Repo: dpdk-next-net-brcm #define PMD_DRV_LOG(level, fmt, args...) \ PMD_DRV_LOG_RAW(level, fmt, ## args) #endif error: patch failed: drivers/net/bnxt/bnxt.h:696 error: drivers/net/bnxt/bnxt.h: patch does not apply Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: while searching for: if (BNXT_HAS_RING_GRPS(bp) && rxq->rx_deferred_start) -- rc = bnxt_vnic_rss_configure(bp, vnic); if (rc) goto err_out; error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:295 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply Checking patch drivers/net/bnxt/bnxt_flow.c... error: while searching for: vnic_id = act_q->index; } vnic = &bp->vnic_info[vnic_id]; if (vnic == NULL) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ACTION, act, "No matching VNIC found."); rc = -rte_errno; goto ret; } if (vnic->rx_queue_cnt) { if (vnic->start_grp_id != act_q->index) { PMD_DRV_LOG(ERR, error: patch failed: drivers/net/bnxt/bnxt_flow.c:1059 error: drivers/net/bnxt/bnxt_flow.c: patch does not apply *Repo: dpdk #define PMD_DRV_LOG(level, fmt, args...) \ PMD_DRV_LOG_RAW(level, fmt, ## args) #endif error: patch failed: drivers/net/bnxt/bnxt.h:696 error: drivers/net/bnxt/bnxt.h: patch does not apply Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: while searching for: if (BNXT_HAS_RING_GRPS(bp) && rxq->rx_deferred_start) -- rc = bnxt_vnic_rss_configure(bp, vnic); if (rc) goto err_out; error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:295 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply Checking patch drivers/net/bnxt/bnxt_flow.c... error: while searching for: vnic_id = act_q->index; } vnic = &bp->vnic_info[vnic_id]; if (vnic == NULL) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ACTION, act, "No matching VNIC found."); rc = -rte_errno; goto ret; } if (vnic->rx_queue_cnt) { if (vnic->start_grp_id != act_q->index) { PMD_DRV_LOG(ERR, error: patch failed: drivers/net/bnxt/bnxt_flow.c:1059 error: drivers/net/bnxt/bnxt_flow.c: patch does not apply DPDK STV team