automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw63887[v3, 06/36] net/i40e/base: further implementation of LLDP
Date: 22 Jan 2020 00:35:28 -0800	[thread overview]
Message-ID: <ee68f5$9570kg@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

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

*Repo: dpdk-next-net-intel
i40e_aqc_opc_lldp_stop_start_spec_agent	= 0x0A09,

	/* Tunnel commands */
	i40e_aqc_opc_add_udp_tunnel	= 0x0B00,

error: patch failed: drivers/net/i40e/base/i40e_adminq_cmd.h:265
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:
}

--
 **/
enum i40e_status_code i40e_aq_delete_lldp_tlv(struct i40e_hw *hw,
				u8 bridge_type, void *buff, u16 buff_size,
				u16 tlv_len, u16 *mib_len,
				struct 
error: patch failed: drivers/net/i40e/base/i40e_common.c:4347
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:
enum i40e_status_code i40e_aq_cfg_lldp_mib_change_event(struct i40e_hw *hw,
				bool enable_update,
--
enum i40e_status_code i40e_aq_start_lldp(struct i40e_hw *hw,
				struct i40e_asq_cmd_details *cmd_details);
enum i40e_status_code i40e_aq_get_cee_dcb_config(struct i40e_hw *hw,
				void *buff, u16 buff_size,

error: patch failed: drivers/net/i40e/base/i40e_prototype.h:251
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_AQ_PHY_ACCESS_CAPABLE  BIT_ULL(2)
#define I40E_HW_FLAG_NVM_READ_REQUIRES_LOCK BIT_ULL(3)
#define I40E_HW_FLAG_FW_LLDP_STOPPABLE	    BIT_ULL(4)
	u64 flags;

	/* Used in set switch config AQ command */

error: patch failed: drivers/net/i40e/base/i40e_type.h:742
error: drivers/net/i40e/base/i40e_type.h: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: while searching for:
	 */
	if (sw_dcb == TRUE) {
--
			ret = i40e_aq_stop_lldp(hw, TRUE, NULL);
			if (ret != I40E_SUCCESS)
				PMD_INIT_LOG(DEBUG, "Failed to stop lldp");
		}

error: patch failed: drivers/net/i40e/i40e_ethdev.c:11577
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/rte_pmd_i40e.c...
error: while searching for:

	/* Disable DCBx if it's the first time to set strict priority. */
--
		ret = i40e_aq_stop_lldp(hw, true, NULL);
		if (ret)
			PMD_DRV_LOG(INFO,
				    "Failed to disable DCBx as it's already"

error: patch failed: drivers/net/i40e/rte_pmd_i40e.c:1409
error: drivers/net/i40e/rte_pmd_i40e.c: patch does not apply
*Repo: dpdk
i40e_aqc_opc_lldp_stop_start_spec_agent	= 0x0A09,

	/* Tunnel commands */
	i40e_aqc_opc_add_udp_tunnel	= 0x0B00,

error: patch failed: drivers/net/i40e/base/i40e_adminq_cmd.h:265
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:
}

--
 **/
enum i40e_status_code i40e_aq_delete_lldp_tlv(struct i40e_hw *hw,
				u8 bridge_type, void *buff, u16 buff_size,
				u16 tlv_len, u16 *mib_len,
				struct 
error: patch failed: drivers/net/i40e/base/i40e_common.c:4347
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:
enum i40e_status_code i40e_aq_cfg_lldp_mib_change_event(struct i40e_hw *hw,
				bool enable_update,
--
enum i40e_status_code i40e_aq_start_lldp(struct i40e_hw *hw,
				struct i40e_asq_cmd_details *cmd_details);
enum i40e_status_code i40e_aq_get_cee_dcb_config(struct i40e_hw *hw,
				void *buff, u16 buff_size,

error: patch failed: drivers/net/i40e/base/i40e_prototype.h:251
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_AQ_PHY_ACCESS_CAPABLE  BIT_ULL(2)
#define I40E_HW_FLAG_NVM_READ_REQUIRES_LOCK BIT_ULL(3)
#define I40E_HW_FLAG_FW_LLDP_STOPPABLE	    BIT_ULL(4)
	u64 flags;

	/* Used in set switch config AQ command */

error: patch failed: drivers/net/i40e/base/i40e_type.h:742
error: drivers/net/i40e/base/i40e_type.h: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: while searching for:
	 */
	if (sw_dcb == TRUE) {
--
			ret = i40e_aq_stop_lldp(hw, TRUE, NULL);
			if (ret != I40E_SUCCESS)
				PMD_INIT_LOG(DEBUG, "Failed to stop lldp");
		}

error: patch failed: drivers/net/i40e/i40e_ethdev.c:11577
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/rte_pmd_i40e.c...
error: while searching for:

	/* Disable DCBx if it's the first time to set strict priority. */
--
		ret = i40e_aq_stop_lldp(hw, true, NULL);
		if (ret)
			PMD_DRV_LOG(INFO,
				    "Failed to disable DCBx as it's already"

error: patch failed: drivers/net/i40e/rte_pmd_i40e.c:1409
error: drivers/net/i40e/rte_pmd_i40e.c: patch does not apply

DPDK STV team

             reply	other threads:[~2020-01-22  8:35 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$9570kg@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).