automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw58426[04/17] net/bnxt: add support to create SMAC and inner DMAC filters
Date: 02 Sep 2019 19:47:03 -0700	[thread overview]
Message-ID: <ee68f5$7tqepm@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: 2019-09-03 02:18:48
Reply_mail: 20190903021901.25895-5-ajit.khaparde@broadcom.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: 2c9202612408baf748609d3ee4e49cc183e0366c
	Repo:dpdk, CommitID: e7fd5a3bbe5636e93a66fd5086f182756624c97a

*Repo: dpdk-next-net
#define BNXT_FLAG_FW_CAP_ERR_RECOVER_RELOAD	BIT(23)
#define BNXT_PF(bp)		(!((bp)->flags & BNXT_FLAG_VF))
#define BNXT_VF(bp)		((bp)->flags & BNXT_FLAG_VF)
#define BNXT_NPAR(bp)		((bp)->port_partition_type)

error: patch failed: drivers/net/bnxt/bnxt.h:445
error: drivers/net/bnxt/bnxt.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
Hunk #1 succeeded at 949 (offset -57 lines).
Hunk #2 succeeded at 1585 (offset -90 lines).
Hunk #3 succeeded at 1675 (offset -104 lines).
--

	rc = bnxt_hwrm_queue_qportcfg(bp);
	if (rc)
		return rc;

error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:4253
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...
Hunk #1 succeeded at 84 (offset -2 lines).
Hunk #2 succeeded at 110 (offset -2 lines).
--
	uint32_t en_ethertype;
	int dflt_vnic;

	use_ntuple = bnxt_filter_type_check(pattern, error);

error: patch failed: drivers/net/bnxt/bnxt_flow.c:146
error: drivers/net/bnxt/bnxt_flow.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.c...
Hunk #1 succeeded at 405 (offset -13 lines).
Hunk #2 succeeded at 434 (offset -13 lines).
Hunk #3 succeeded at 956 (offset -66 lines).
--
int bnxt_hwrm_if_change(struct bnxt *bp, bool state);
int bnxt_hwrm_error_recovery_qcfg(struct bnxt *bp);
int bnxt_hwrm_fw_reset(struct bnxt *bp);
#endif

error: patch failed: drivers/net/bnxt/bnxt_hwrm.h:209
error: drivers/net/bnxt/bnxt_hwrm.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_util.h...
Hunk #1 succeeded at 9 (offset -4 lines).
*Repo: dpdk
#define BNXT_FLAG_FW_CAP_ERR_RECOVER_RELOAD	BIT(23)
#define BNXT_PF(bp)		(!((bp)->flags & BNXT_FLAG_VF))
#define BNXT_VF(bp)		((bp)->flags & BNXT_FLAG_VF)
#define BNXT_NPAR(bp)		((bp)->port_partition_type)

error: patch failed: drivers/net/bnxt/bnxt.h:445
error: drivers/net/bnxt/bnxt.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
Hunk #1 succeeded at 949 (offset -57 lines).
Hunk #2 succeeded at 1585 (offset -90 lines).
Hunk #3 succeeded at 1675 (offset -104 lines).
--

	rc = bnxt_hwrm_queue_qportcfg(bp);
	if (rc)
		return rc;

error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:4253
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...
Hunk #1 succeeded at 84 (offset -2 lines).
Hunk #2 succeeded at 110 (offset -2 lines).
--
	uint32_t en_ethertype;
	int dflt_vnic;

	use_ntuple = bnxt_filter_type_check(pattern, error);

error: patch failed: drivers/net/bnxt/bnxt_flow.c:146
error: drivers/net/bnxt/bnxt_flow.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.c...
Hunk #1 succeeded at 405 (offset -13 lines).
Hunk #2 succeeded at 434 (offset -13 lines).
Hunk #3 succeeded at 956 (offset -66 lines).
--
int bnxt_hwrm_if_change(struct bnxt *bp, bool state);
int bnxt_hwrm_error_recovery_qcfg(struct bnxt *bp);
int bnxt_hwrm_fw_reset(struct bnxt *bp);
#endif

error: patch failed: drivers/net/bnxt/bnxt_hwrm.h:209
error: drivers/net/bnxt/bnxt_hwrm.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_util.h...
Hunk #1 succeeded at 9 (offset -4 lines).

DPDK STV team

                 reply	other threads:[~2019-09-03  2:47 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='ee68f5$7tqepm@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).