From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw68726net/bnxt: add flow stats in extended stats
Date: 17 Apr 2020 07:38:10 -0700 [thread overview]
Message-ID: <fecc85$9too3u@orsmga001.jf.intel.com> (raw)
[-- 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
reply other threads:[~2020-04-17 14:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='fecc85$9too3u@orsmga001.jf.intel.com' \
--to=sys_stv@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).