automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report]  |FAILURE| pw36634[dpdk-dev, v2, 2/2] net/i40e: convert to new Tx offloads API
@ 2018-05-10  8:04 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-05-10  8:04 UTC (permalink / raw)
  To: test-report; +Cc: xinfengx.zhao, zhaoyan.chen, peipeix.lu

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

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

_apply issues_

Submitter: yanglong wu <yanglong.wu@intel.com>
Date: 2018-03-29 05:26:55
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_RX_OFFLOAD_VLAN_EXTEND |
		DEV_RX_OFFLOAD_VLAN_FILTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3231
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
		DEV_RX_OFFLOAD_CRC_STRIP |
		DEV_RX_OFFLOAD_SCATTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2185
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return RTE_ETH_TX_DESC_FULL;
}

int
i40e_dev_tx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1998
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool q_set; /**< indicate if tx queue has been configured */
	bool tx_deferred_start; /**< don't start this queue in dev start */
	uint8_t dcb_tc;         /**< Traffic class of tx queue */
};

/** Offload features */

error: patch failed: drivers/net/i40e/i40e_rxtx.h:149
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_RX_OFFLOAD_VLAN_EXTEND |
		DEV_RX_OFFLOAD_VLAN_FILTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3231
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
		DEV_RX_OFFLOAD_CRC_STRIP |
		DEV_RX_OFFLOAD_SCATTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2185
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return RTE_ETH_TX_DESC_FULL;
}

int
i40e_dev_tx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1998
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool q_set; /**< indicate if tx queue has been configured */
	bool tx_deferred_start; /**< don't start this queue in dev start */
	uint8_t dcb_tc;         /**< Traffic class of tx queue */
};

/** Offload features */

error: patch failed: drivers/net/i40e/i40e_rxtx.h:149
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_RX_OFFLOAD_VLAN_EXTEND |
		DEV_RX_OFFLOAD_VLAN_FILTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3231
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
		DEV_RX_OFFLOAD_CRC_STRIP |
		DEV_RX_OFFLOAD_SCATTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2185
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return RTE_ETH_TX_DESC_FULL;
}

int
i40e_dev_tx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1998
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool q_set; /**< indicate if tx queue has been configured */
	bool tx_deferred_start; /**< don't start this queue in dev start */
	uint8_t dcb_tc;         /**< Traffic class of tx queue */
};

/** Offload features */

error: patch failed: drivers/net/i40e/i40e_rxtx.h:149
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_RX_OFFLOAD_VLAN_EXTEND |
		DEV_RX_OFFLOAD_VLAN_FILTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3231
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
		DEV_RX_OFFLOAD_CRC_STRIP |
		DEV_RX_OFFLOAD_SCATTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2185
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return RTE_ETH_TX_DESC_FULL;
}

int
i40e_dev_tx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1998
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool q_set; /**< indicate if tx queue has been configured */
	bool tx_deferred_start; /**< don't start this queue in dev start */
	uint8_t dcb_tc;         /**< Traffic class of tx queue */
};

/** Offload features */

error: patch failed: drivers/net/i40e/i40e_rxtx.h:149
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_RX_OFFLOAD_VLAN_EXTEND |
		DEV_RX_OFFLOAD_VLAN_FILTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev.c:3231
error: drivers/net/i40e/i40e_ethdev.c: patch does not apply
Checking patch drivers/net/i40e/i40e_ethdev_vf.c...
error: while searching for:
		DEV_RX_OFFLOAD_CRC_STRIP |
		DEV_RX_OFFLOAD_SCATTER;

	dev_info->tx_offload_capa =
		DEV_TX_OFFLOAD_VLAN_INSERT |
		DEV_TX_OFFLOAD_QINQ_INSERT |

error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2185
error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: while searching for:
	return RTE_ETH_TX_DESC_FULL;
}

int
i40e_dev_tx_queue_setup(struct rte_eth_dev *dev,
			uint16_t queue_idx,

error: patch failed: drivers/net/i40e/i40e_rxtx.c:1998
error: drivers/net/i40e/i40e_rxtx.c: patch does not apply
Checking patch drivers/net/i40e/i40e_rxtx.h...
error: while searching for:
	bool q_set; /**< indicate if tx queue has been configured */
	bool tx_deferred_start; /**< don't start this queue in dev start */
	uint8_t dcb_tc;         /**< Traffic class of tx queue */
};

/** Offload features */

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

DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-10  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10  8:04 [dpdk-test-report] |FAILURE| pw36634[dpdk-dev, v2, 2/2] net/i40e: convert to new Tx offloads API sys_stv

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).