[dpdk-test-report] |FAILURE| pw65639[v2, 6/7] net/bnxt: move locally used functions to static

sys_stv at intel.com sys_stv at intel.com
Fri Feb 21 14:35:42 CET 2020


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

_apply issues_

Submitter: Ajit Khaparde <ajit.khaparde at broadcom.com>
Date: 2020-02-06 18:44:31
Reply_mail: 20200206184432.34360-7-ajit.khaparde at broadcom.com
DPDK git baseline:
	Repo:dpdk-next-net-brcm, CommitID: 8f8a67919c98bb3ee71db3c22697fc4808630126
	Repo:dpdk, CommitID: d0e160a00233b00ba6d242d5fc054438caae6873

*Repo: dpdk-next-net-brcm
forwarding is not started on Stingray devices, driver will not receive
    the async event from FW when there is a FW reset. While exiting testpmd,
    as part of port stop driver sees this event and this in turn causes a
    race between port stop and error recovery task.
    
    Fixed this by ignoring the fatal/non-fatal async event from FW while
    stopping port.
    
    Fixes: df6cd7c1f73a ("net/bnxt: handle reset notify async event from FW")
    Cc: stable at dpdk.org
    
--
uint16_t bnxt_rss_ctxts(const struct bnxt *bp);

int bnxt_map_fw_health_status_regs(struct bnxt *bp);
uint32_t bnxt_read_fw_status_reg(struct bnxt *bp, uint32_t index);

error: patch failed: drivers/net/bnxt/bnxt.h:686
error: drivers/net/bnxt/bnxt.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: while searching for:
 * High level utility functions
 */
--
uint16_t bnxt_rss_ctxts(const struct bnxt *bp)
{
	if (!BNXT_CHIP_THOR(bp))
		return 1;

error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:150
error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.c...
error: while searching for:
	return 0;
}
--
int bnxt_free_all_hwrm_stat_ctxs(struct bnxt *bp)
{
	int rc;
	unsigned int i;

error: patch failed: drivers/net/bnxt/bnxt_hwrm.c:2254
error: drivers/net/bnxt/bnxt_hwrm.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.h...
error: while searching for:

int bnxt_alloc_all_hwrm_stat_ctxs(struct bnxt *bp);
--
int bnxt_clear_hwrm_vnic_filters(struct bnxt *bp, struct bnxt_vnic_info *vnic);
void bnxt_free_all_hwrm_resources(struct bnxt *bp);
void bnxt_free_hwrm_resources(struct bnxt *bp);
void bnxt_free_hwrm_rx_ring(struct bnxt *bp, int queue_index);

error: patch failed: drivers/net/bnxt/bnxt_hwrm.h:142
error: drivers/net/bnxt/bnxt_hwrm.h: patch does not apply
*Repo: dpdk
uint16_t bnxt_rss_ctxts(const struct bnxt *bp);

int bnxt_map_fw_health_status_regs(struct bnxt *bp);
uint32_t bnxt_read_fw_status_reg(struct bnxt *bp, uint32_t index);

error: patch failed: drivers/net/bnxt/bnxt.h:686
error: drivers/net/bnxt/bnxt.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: while searching for:
 * High level utility functions
 */
--
uint16_t bnxt_rss_ctxts(const struct bnxt *bp)
{
	if (!BNXT_CHIP_THOR(bp))
		return 1;

error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:150
error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.c...
error: while searching for:
	return 0;
}
--
int bnxt_free_all_hwrm_stat_ctxs(struct bnxt *bp)
{
	int rc;
	unsigned int i;

error: patch failed: drivers/net/bnxt/bnxt_hwrm.c:2254
error: drivers/net/bnxt/bnxt_hwrm.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.h...
error: while searching for:

int bnxt_alloc_all_hwrm_stat_ctxs(struct bnxt *bp);
--
int bnxt_clear_hwrm_vnic_filters(struct bnxt *bp, struct bnxt_vnic_info *vnic);
void bnxt_free_all_hwrm_resources(struct bnxt *bp);
void bnxt_free_hwrm_resources(struct bnxt *bp);
void bnxt_free_hwrm_rx_ring(struct bnxt *bp, int queue_index);

error: patch failed: drivers/net/bnxt/bnxt_hwrm.h:142
error: drivers/net/bnxt/bnxt_hwrm.h: patch does not apply

DPDK STV team


More information about the test-report mailing list