automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw68726net/bnxt: add flow stats in extended stats
@ 2020-04-17 14:38 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2020-04-17 14:38 UTC (permalink / raw)
  To: test-report

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

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

_apply issues_

Submitter: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: 2020-04-17 05:37:09
Reply_mail: 20200417053709.92576-1-ajit.khaparde@broadcom.com
DPDK git baseline:
	Repo:dpdk-next-net-brcm, CommitID: 36973f975be8f0a7772e1a678fa1068c4c34fac3
	Repo:dpdk, CommitID: b11ecebc045e7e4705584eff7c49ebdec217930b

*Repo: dpdk-next-net-brcm
/* Maximum Firmware Reset bail out value in milliseconds */
#define BNXT_MAX_FW_RESET_TIMEOUT	6000
/* Minimum time required for the firmware readiness in milliseconds */

error: patch failed: drivers/net/bnxt/bnxt.h:433
error: drivers/net/bnxt/bnxt.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: while searching for:
				     DEV_RX_OFFLOAD_RSS_HASH)

--
	BNXT_DEVARG_TRUFLOW,
	NULL
};


error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:128
error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_filter.h...
error: while searching for:
#define BNXT_FLOW_PARSE_INNER_FLAG		BIT(6)
#define BNXT_FLOW_MARK_FLAG			BIT(7)

struct bnxt_filter_info {
	STAILQ_ENTRY(bnxt_filter_info)	next;
	uint32_t		flow_id;

error: patch failed: drivers/net/bnxt/bnxt_filter.h:25
error: drivers/net/bnxt/bnxt_filter.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_flow.c...
error: while searching for:
#include <rte_flow.h>
#include <rte_flow_driver.h>
#include <rte_tailq.h>

#include "bnxt.h"
#include "bnxt_filter.h"

error: patch failed: drivers/net/bnxt/bnxt_flow.c:10
error: drivers/net/bnxt/bnxt_flow.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.c...
error: while searching for:
	} else {
		bp->max_vnics = 1;
	}
	bp->max_stat_ctx = rte_le_to_cpu_16(resp->max_stat_ctx);
	if (BNXT_PF(bp)) {
		bp->pf.total_vnics = rte_le_to_cpu_16(resp->max_vnics);

error: patch failed: drivers/net/bnxt/bnxt_hwrm.c:744
error: drivers/net/bnxt/bnxt_hwrm.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.h...
error: while searching for:
				void *resp_msg,
				uint32_t resp_len);

int bnxt_hwrm_cfa_l2_clear_rx_mask(struct bnxt *bp,
				   struct bnxt_vnic_info *vnic);
int bnxt_hwrm_cfa_l2_set_rx_mask(struct bnxt *bp, struct bnxt_vnic_info *vnic,

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

#include "bnxt.h"
--
#include "bnxt_txq.h"
#include "hsi_struct_def_dpdk.h"

static const struct bnxt_xstats_name_off bnxt_rx_stats_strings[] = {

error: patch failed: drivers/net/bnxt/bnxt_stats.c:10
error: drivers/net/bnxt/bnxt_stats.c: patch does not apply
Checking patch drivers/net/bnxt/hsi_struct_def_dpdk.h...
error: while searching for:
	uint8_t		valid;
} __attribute__((packed));

#endif /* _HSI_STRUCT_DEF_DPDK_H_ */

error: patch failed: drivers/net/bnxt/hsi_struct_def_dpdk.h:38338
error: drivers/net/bnxt/hsi_struct_def_dpdk.h: patch does not apply
*Repo: dpdk
int bnxt_mtu_set_op(struct rte_eth_dev *eth_dev, uint16_t new_mtu);
int bnxt_link_update(struct rte_eth_dev *eth_dev, int wait_to_complete,
		     bool exp_link_status);

error: patch failed: drivers/net/bnxt/bnxt.h:690
error: drivers/net/bnxt/bnxt.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: while searching for:
				     DEV_RX_OFFLOAD_RSS_HASH)

--
	BNXT_DEVARG_TRUFLOW,
	NULL
};


error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:128
error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_filter.h...
Checking patch drivers/net/bnxt/bnxt_flow.c...
Checking patch drivers/net/bnxt/bnxt_hwrm.c...
Hunk #1 succeeded at 661 (offset -83 lines).
--

int bnxt_hwrm_cfa_l2_clear_rx_mask(struct bnxt *bp,
				   struct bnxt_vnic_info *vnic);
int bnxt_hwrm_cfa_l2_set_rx_mask(struct bnxt *bp, struct bnxt_vnic_info *vnic,

error: patch failed: drivers/net/bnxt/bnxt_hwrm.h:88
error: drivers/net/bnxt/bnxt_hwrm.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_stats.c...
error: while searching for:
		RTE_DIM(bnxt_tx_stats_strings) +
		RTE_DIM(bnxt_func_stats_strings) +
--
		RTE_DIM(bnxt_tx_ext_stats_strings);
	stat_count = count;

	if (n < count)

error: patch failed: drivers/net/bnxt/bnxt_stats.c:611
error: drivers/net/bnxt/bnxt_stats.c: patch does not apply
Checking patch drivers/net/bnxt/hsi_struct_def_dpdk.h...
error: while searching for:
	uint8_t		valid;
} __attribute__((packed));

#endif /* _HSI_STRUCT_DEF_DPDK_H_ */

error: patch failed: drivers/net/bnxt/hsi_struct_def_dpdk.h:38338
error: drivers/net/bnxt/hsi_struct_def_dpdk.h: patch does not apply

DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-17 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-17 14:38 [dpdk-test-report] |FAILURE| pw68726net/bnxt: add flow stats in extended stats sys_stv

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).