automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw63901[v3, 20/36] net/i40e/base: add drop mode parameter to set MAC config
Date: 22 Jan 2020 00:35:55 -0800	[thread overview]
Message-ID: <ee68f5$9570mg@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Xiaolong Ye <xiaolong.ye@intel.com>
Date: 2019-12-16 02:43:20
Reply_mail: 20191216024336.174318-21-xiaolong.ye@intel.com
DPDK git baseline:
	Repo:dpdk-next-net-intel, CommitID: 8c5f9f273712c5675191965685f711ec695f5ac8
	Repo:dpdk, CommitID: 73c392e24f5e29acbe53044dccb6b07ebbae2467

*Repo: dpdk-next-net-intel
hw->flags |= I40E_HW_FLAG_FW_LLDP_PERSISTENT;

	if (aq->api_maj_ver > 1 ||
	    (aq->api_maj_ver == 1 &&

error: patch failed: drivers/net/i40e/base/i40e_adminq.c:611
error: drivers/net/i40e/base/i40e_adminq.c: patch does not apply
Checking patch drivers/net/i40e/base/i40e_adminq_cmd.h...
error: while searching for:
struct i40e_aq_set_mac_config {
	__le16	max_frame_size;
--
#define I40E_AQ_SET_MAC_CONFIG_PACING_9DW_1TX	0x1
	u8	tx_timer_priority; /* bitmap */
	__le16	tx_timer_value;
	__le16	fc_refresh_threshold;

error: patch failed: drivers/net/i40e/base/i40e_adminq_cmd.h:2098
error: drivers/net/i40e/base/i40e_adminq_cmd.h: patch does not apply
Checking patch drivers/net/i40e/base/i40e_common.c...
error: while searching for:
 * @max_frame_size: Maximum Frame Size to be supported by the port
 * @crc_en: Tell HW to append a CRC to outgoing frames
 * @pacing: Pacing configurations
 * @cmd_details: pointer to command details structure or NULL
 *
 * Configure MAC settings for frame size, jumbo frame support and the

error: patch failed: drivers/net/i40e/base/i40e_common.c:1873
error: drivers/net/i40e/base/i40e_common.c: patch does not apply
Checking patch drivers/net/i40e/base/i40e_prototype.h...
error: while searching for:
				struct i40e_asq_cmd_details *cmd_details);
enum i40e_status_code i40e_aq_set_mac_config(struct i40e_hw *hw,
				u16 max_frame_size, bool crc_en, u16 pacing,
				struct i40e_asq_cmd_details *cmd_details);
enum i40e_status_code i40e_aq_get_local_advt_reg(struct i40e_hw *hw,
				u64 *advt_reg,

error: patch failed: drivers/net/i40e/base/i40e_prototype.h:114
error: drivers/net/i40e/base/i40e_prototype.h: patch does not apply
Checking patch drivers/net/i40e/base/i40e_type.h...
error: while searching for:
#define I40E_HW_FLAG_FW_LLDP_STOPPABLE	    BIT_ULL(4)
#define I40E_HW_FLAG_FW_LLDP_PERSISTENT     BIT_ULL(5)
#define I40E_HW_FLAG_AQ_PHY_ACCESS_EXTENDED BIT_ULL(6)
	u64 flags;

	/* Used in set switch config AQ command */

error: patch failed: drivers/net/i40e/base/i40e_type.h:744
error: drivers/net/i40e/base/i40e_type.h: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: while searching for:
	/* Set the max frame size to 0x2600 by default,
	 * in case other drivers changed the default value.
--
	i40e_aq_set_mac_config(hw, I40E_FRAME_SIZE_MAX, TRUE, 0, NULL);

	/* initialize mirror rule list */
	TAILQ_INIT(&pf->mirror_list);

error: patch failed: drivers/net/i40e/i40e_ethdev.c:1649
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
*Repo: dpdk
hw->flags |= I40E_HW_FLAG_FW_LLDP_PERSISTENT;

	if (aq->api_maj_ver > 1 ||
	    (aq->api_maj_ver == 1 &&

error: patch failed: drivers/net/i40e/base/i40e_adminq.c:611
error: drivers/net/i40e/base/i40e_adminq.c: patch does not apply
Checking patch drivers/net/i40e/base/i40e_adminq_cmd.h...
error: while searching for:
struct i40e_aq_set_mac_config {
	__le16	max_frame_size;
--
#define I40E_AQ_SET_MAC_CONFIG_PACING_9DW_1TX	0x1
	u8	tx_timer_priority; /* bitmap */
	__le16	tx_timer_value;
	__le16	fc_refresh_threshold;

error: patch failed: drivers/net/i40e/base/i40e_adminq_cmd.h:2098
error: drivers/net/i40e/base/i40e_adminq_cmd.h: patch does not apply
Checking patch drivers/net/i40e/base/i40e_common.c...
error: while searching for:
 * @max_frame_size: Maximum Frame Size to be supported by the port
 * @crc_en: Tell HW to append a CRC to outgoing frames
 * @pacing: Pacing configurations
 * @cmd_details: pointer to command details structure or NULL
 *
 * Configure MAC settings for frame size, jumbo frame support and the

error: patch failed: drivers/net/i40e/base/i40e_common.c:1873
error: drivers/net/i40e/base/i40e_common.c: patch does not apply
Checking patch drivers/net/i40e/base/i40e_prototype.h...
error: while searching for:
				struct i40e_asq_cmd_details *cmd_details);
enum i40e_status_code i40e_aq_set_mac_config(struct i40e_hw *hw,
				u16 max_frame_size, bool crc_en, u16 pacing,
				struct i40e_asq_cmd_details *cmd_details);
enum i40e_status_code i40e_aq_get_local_advt_reg(struct i40e_hw *hw,
				u64 *advt_reg,

error: patch failed: drivers/net/i40e/base/i40e_prototype.h:114
error: drivers/net/i40e/base/i40e_prototype.h: patch does not apply
Checking patch drivers/net/i40e/base/i40e_type.h...
error: while searching for:
#define I40E_HW_FLAG_FW_LLDP_STOPPABLE	    BIT_ULL(4)
#define I40E_HW_FLAG_FW_LLDP_PERSISTENT     BIT_ULL(5)
#define I40E_HW_FLAG_AQ_PHY_ACCESS_EXTENDED BIT_ULL(6)
	u64 flags;

	/* Used in set switch config AQ command */

error: patch failed: drivers/net/i40e/base/i40e_type.h:744
error: drivers/net/i40e/base/i40e_type.h: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: while searching for:
	/* Set the max frame size to 0x2600 by default,
	 * in case other drivers changed the default value.
--
	i40e_aq_set_mac_config(hw, I40E_FRAME_SIZE_MAX, TRUE, 0, NULL);

	/* initialize mirror rule list */
	TAILQ_INIT(&pf->mirror_list);

error: patch failed: drivers/net/i40e/i40e_ethdev.c:1649
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply

DPDK STV team

             reply	other threads:[~2020-01-22  8:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-22  8:35 sys_stv [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-16  3:42 sys_stv

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$9570mg@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).