[dpdk-test-report] |FAILURE| pw36594[dpdk-dev, v2, 1/2] net/i40e: convert to new Rx offloads API

sys_stv at intel.com sys_stv at intel.com
Thu May 10 10:04:15 CEST 2018


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

_apply issues_

Submitter: yanglong wu <yanglong.wu at intel.com>
Date: 2018-03-28 02:04:32
DPDK git baseline:
	Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc
	Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f
	Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571
	Repo:dpdk-next-crypto, CommitID: 728ca9b0d5abea82cd01dee6645456a9d56215f7
	Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689

*Repo: dpdk-master
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: while searching for:
	dev_info->max_rx_pktlen = I40E_FRAME_SIZE_MAX;
	dev_info->max_mac_addrs = vsi->max_macaddrs;
	dev_info->max_vfs = pci_dev->max_vfs;
	dev_info->rx_offload_capa =
		DEV_RX_OFFLOAD_VLAN_STRIP |
		DEV_RX_OFFLOAD_QINQ_STRIP |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3219
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
	/* For non-DPDK PF drivers, VF has no ability to disable HW
	 * CRC strip, and is implicitly enabled by the PF.
	 */
	if (!conf->rxmode.hw_strip_crc) {
		vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private);
		if ((vf->version_major == VIRTCHNL_VERSION_MAJOR) &&
		    (vf->version_minor <= VIRTCHNL_VERSION_MINOR)) {

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:1527
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_flow.c...
error: while searching for:
i40e_get_outer_vlan(struct rte_eth_dev *dev)
{
	struct i40e_hw *hw = I40E_DEV_PRIVATE_TO_HW(dev->data->dev_private);
	int qinq = dev->data->dev_conf.rxmode.hw_vlan_extend;
	uint64_t reg_r = 0;
	uint16_t reg_id;
	uint16_t tpid;

error: patch failed: drivers/net/i40e/i40e_flow.c:1939
error: drivers/net/i40e/i40e_flow.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return NULL;
}

int
i40e_dev_rx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1692
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool rx_deferred_start; /**< don't start this queue in dev start */
	uint16_t rx_using_sse; /**<flag indicate the usage of vPMD for rx */
	uint8_t dcb_tc;         /**< Traffic class of rx queue */
};

struct i40e_tx_entry {

error: patch failed: drivers/net/i40e/i40e_rxtx.h:107
error: drivers/net/i40e/i40e_rxtx.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: while searching for:
	dev_info->max_rx_pktlen = I40E_FRAME_SIZE_MAX;
	dev_info->max_mac_addrs = vsi->max_macaddrs;
	dev_info->max_vfs = pci_dev->max_vfs;
	dev_info->rx_offload_capa =
		DEV_RX_OFFLOAD_VLAN_STRIP |
		DEV_RX_OFFLOAD_QINQ_STRIP |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3219
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
	/* For non-DPDK PF drivers, VF has no ability to disable HW
	 * CRC strip, and is implicitly enabled by the PF.
	 */
	if (!conf->rxmode.hw_strip_crc) {
		vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private);
		if ((vf->version_major == VIRTCHNL_VERSION_MAJOR) &&
		    (vf->version_minor <= VIRTCHNL_VERSION_MINOR)) {

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:1527
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_flow.c...
error: while searching for:
i40e_get_outer_vlan(struct rte_eth_dev *dev)
{
	struct i40e_hw *hw = I40E_DEV_PRIVATE_TO_HW(dev->data->dev_private);
	int qinq = dev->data->dev_conf.rxmode.hw_vlan_extend;
	uint64_t reg_r = 0;
	uint16_t reg_id;
	uint16_t tpid;

error: patch failed: drivers/net/i40e/i40e_flow.c:1939
error: drivers/net/i40e/i40e_flow.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return NULL;
}

int
i40e_dev_rx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1692
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool rx_deferred_start; /**< don't start this queue in dev start */
	uint16_t rx_using_sse; /**<flag indicate the usage of vPMD for rx */
	uint8_t dcb_tc;         /**< Traffic class of rx queue */
};

struct i40e_tx_entry {

error: patch failed: drivers/net/i40e/i40e_rxtx.h:107
error: drivers/net/i40e/i40e_rxtx.h: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: while searching for:
	dev_info->max_rx_pktlen = I40E_FRAME_SIZE_MAX;
	dev_info->max_mac_addrs = vsi->max_macaddrs;
	dev_info->max_vfs = pci_dev->max_vfs;
	dev_info->rx_offload_capa =
		DEV_RX_OFFLOAD_VLAN_STRIP |
		DEV_RX_OFFLOAD_QINQ_STRIP |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3219
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
	/* For non-DPDK PF drivers, VF has no ability to disable HW
	 * CRC strip, and is implicitly enabled by the PF.
	 */
	if (!conf->rxmode.hw_strip_crc) {
		vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private);
		if ((vf->version_major == VIRTCHNL_VERSION_MAJOR) &&
		    (vf->version_minor <= VIRTCHNL_VERSION_MINOR)) {

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:1527
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_flow.c...
error: while searching for:
i40e_get_outer_vlan(struct rte_eth_dev *dev)
{
	struct i40e_hw *hw = I40E_DEV_PRIVATE_TO_HW(dev->data->dev_private);
	int qinq = dev->data->dev_conf.rxmode.hw_vlan_extend;
	uint64_t reg_r = 0;
	uint16_t reg_id;
	uint16_t tpid;

error: patch failed: drivers/net/i40e/i40e_flow.c:1939
error: drivers/net/i40e/i40e_flow.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return NULL;
}

int
i40e_dev_rx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1692
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool rx_deferred_start; /**< don't start this queue in dev start */
	uint16_t rx_using_sse; /**<flag indicate the usage of vPMD for rx */
	uint8_t dcb_tc;         /**< Traffic class of rx queue */
};

struct i40e_tx_entry {

error: patch failed: drivers/net/i40e/i40e_rxtx.h:107
error: drivers/net/i40e/i40e_rxtx.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: while searching for:
	dev_info->max_rx_pktlen = I40E_FRAME_SIZE_MAX;
	dev_info->max_mac_addrs = vsi->max_macaddrs;
	dev_info->max_vfs = pci_dev->max_vfs;
	dev_info->rx_offload_capa =
		DEV_RX_OFFLOAD_VLAN_STRIP |
		DEV_RX_OFFLOAD_QINQ_STRIP |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3219
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
	/* For non-DPDK PF drivers, VF has no ability to disable HW
	 * CRC strip, and is implicitly enabled by the PF.
	 */
	if (!conf->rxmode.hw_strip_crc) {
		vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private);
		if ((vf->version_major == VIRTCHNL_VERSION_MAJOR) &&
		    (vf->version_minor <= VIRTCHNL_VERSION_MINOR)) {

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:1527
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_flow.c...
error: while searching for:
i40e_get_outer_vlan(struct rte_eth_dev *dev)
{
	struct i40e_hw *hw = I40E_DEV_PRIVATE_TO_HW(dev->data->dev_private);
	int qinq = dev->data->dev_conf.rxmode.hw_vlan_extend;
	uint64_t reg_r = 0;
	uint16_t reg_id;
	uint16_t tpid;

error: patch failed: drivers/net/i40e/i40e_flow.c:1939
error: drivers/net/i40e/i40e_flow.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return NULL;
}

int
i40e_dev_rx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1692
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool rx_deferred_start; /**< don't start this queue in dev start */
	uint16_t rx_using_sse; /**<flag indicate the usage of vPMD for rx */
	uint8_t dcb_tc;         /**< Traffic class of rx queue */
};

struct i40e_tx_entry {

error: patch failed: drivers/net/i40e/i40e_rxtx.h:107
error: drivers/net/i40e/i40e_rxtx.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: while searching for:
	dev_info->max_rx_pktlen = I40E_FRAME_SIZE_MAX;
	dev_info->max_mac_addrs = vsi->max_macaddrs;
	dev_info->max_vfs = pci_dev->max_vfs;
	dev_info->rx_offload_capa =
		DEV_RX_OFFLOAD_VLAN_STRIP |
		DEV_RX_OFFLOAD_QINQ_STRIP |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3219
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
	/* For non-DPDK PF drivers, VF has no ability to disable HW
	 * CRC strip, and is implicitly enabled by the PF.
	 */
	if (!conf->rxmode.hw_strip_crc) {
		vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private);
		if ((vf->version_major == VIRTCHNL_VERSION_MAJOR) &&
		    (vf->version_minor <= VIRTCHNL_VERSION_MINOR)) {

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:1527
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_flow.c...
error: while searching for:
i40e_get_outer_vlan(struct rte_eth_dev *dev)
{
	struct i40e_hw *hw = I40E_DEV_PRIVATE_TO_HW(dev->data->dev_private);
	int qinq = dev->data->dev_conf.rxmode.hw_vlan_extend;
	uint64_t reg_r = 0;
	uint16_t reg_id;
	uint16_t tpid;

error: patch failed: drivers/net/i40e/i40e_flow.c:1939
error: drivers/net/i40e/i40e_flow.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return NULL;
}

int
i40e_dev_rx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1692
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool rx_deferred_start; /**< don't start this queue in dev start */
	uint16_t rx_using_sse; /**<flag indicate the usage of vPMD for rx */
	uint8_t dcb_tc;         /**< Traffic class of rx queue */
};

struct i40e_tx_entry {

error: patch failed: drivers/net/i40e/i40e_rxtx.h:107
error: drivers/net/i40e/i40e_rxtx.h: patch does not apply

DPDK STV team


More information about the test-report mailing list