[dpdk-test-report] |FAILURE| pw63901[v3, 20/36] net/i40e/base: add drop mode parameter to set MAC config

sys_stv at intel.com sys_stv at intel.com
Wed Jan 22 09:35:55 CET 2020


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

_apply issues_

Submitter: Xiaolong Ye <xiaolong.ye at intel.com>
Date: 2019-12-16 02:43:20
Reply_mail: 20191216024336.174318-21-xiaolong.ye at 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


More information about the test-report mailing list