automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Cc: xinfengx.zhao@intel.com, zhaoyan.chen@intel.com, peipeix.lu@intel.com
Subject: [dpdk-test-report]  |FAILURE| pw36594[dpdk-dev, v2, 1/2] net/i40e: convert to new Rx offloads API
Date: 10 May 2018 01:04:15 -0700	[thread overview]
Message-ID: <0590c7$1k59m4@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: yanglong wu <yanglong.wu@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

                 reply	other threads:[~2018-05-10  8:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='0590c7$1k59m4@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --cc=peipeix.lu@intel.com \
    --cc=test-report@dpdk.org \
    --cc=xinfengx.zhao@intel.com \
    --cc=zhaoyan.chen@intel.com \
    /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).