automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw37377[dpdk-dev, v5, 17/18] net/axgbe: add workaround for axgbe ethernet training bug
Date: 05 Jul 2018 01:37:31 -0700	[thread overview]
Message-ID: <0590c7$22vggd@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Ravi Kumar <ravi1.kumar@amd.com>
Date: 2018-04-06 12:36:50
DPDK git baseline:
	Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2
	Repo:dpdk-next-eventdev, CommitID: aa9cbfc8cd1cae3e91e4741edc2aaf3d08056a39
	Repo:dpdk-next-net, CommitID: 0b8b92e38cd55c68e4dc49dd597f62327798ec74
	Repo:dpdk-next-crypto, CommitID: a5203e08a5e9b6ee9ffbbf4c150b7776de833b08
	Repo:dpdk-next-virtio, CommitID: 9b954f9c455a76304601deb88e2df1549dc9e09a

*Repo: dpdk-master
Checking patch drivers/net/axgbe/axgbe_common.h...
error: while searching for:
#define MDIO_VEND2_AN_STAT		0x8002
#endif

#ifndef MDIO_CTRL1_SPEED1G
#define MDIO_CTRL1_SPEED1G		(MDIO_CTRL1_SPEED10G & ~BMCR_SPEED100)
#endif

error: patch failed: drivers/net/axgbe/axgbe_common.h:1247
error: drivers/net/axgbe/axgbe_common.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.c...
error: while searching for:
	.tx_tstamp_workaround		= 1,
	.ecc_support			= 1,
	.i2c_support			= 1,
};

static struct axgbe_version_data axgbe_v2b = {

error: patch failed: drivers/net/axgbe/axgbe_ethdev.c:50
error: drivers/net/axgbe/axgbe_ethdev.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.h...
error: while searching for:
	/* Process results of auto-negotiation */
	enum axgbe_mode (*an_outcome)(struct axgbe_port *);

	/* Pre/Post KR training enablement support */
	void (*kr_training_pre)(struct axgbe_port *);
	void (*kr_training_post)(struct axgbe_port *);

error: patch failed: drivers/net/axgbe/axgbe_ethdev.h:337
error: drivers/net/axgbe/axgbe_ethdev.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_mdio.c...
error: while searching for:
{
	axgbe_an73_set(pdata, false, false);
	axgbe_an73_disable_interrupts(pdata);
}

--
{
	switch (pdata->an_mode) {
	case AXGBE_AN_MODE_CL73:
	case AXGBE_AN_MODE_CL73_REDRV:

error: patch failed: drivers/net/axgbe/axgbe_mdio.c:287
error: drivers/net/axgbe/axgbe_mdio.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_phy_impl.c...
error: while searching for:
/* Rate-change complete wait/retry count */
#define AXGBE_RATECHANGE_COUNT		500

enum axgbe_port_mode {
	AXGBE_PORT_MODE_RSVD = 0,
	AXGBE_PORT_MODE_BACKPLANE,

error: patch failed: drivers/net/axgbe/axgbe_phy_impl.c:31
error: drivers/net/axgbe/axgbe_phy_impl.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/axgbe/axgbe_common.h...
error: while searching for:
#define MDIO_VEND2_AN_STAT		0x8002
#endif

#ifndef MDIO_CTRL1_SPEED1G
#define MDIO_CTRL1_SPEED1G		(MDIO_CTRL1_SPEED10G & ~BMCR_SPEED100)
#endif

error: patch failed: drivers/net/axgbe/axgbe_common.h:1247
error: drivers/net/axgbe/axgbe_common.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.c...
error: while searching for:
	.tx_tstamp_workaround		= 1,
	.ecc_support			= 1,
	.i2c_support			= 1,
};

static struct axgbe_version_data axgbe_v2b = {

error: patch failed: drivers/net/axgbe/axgbe_ethdev.c:50
error: drivers/net/axgbe/axgbe_ethdev.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.h...
error: while searching for:
	/* Process results of auto-negotiation */
	enum axgbe_mode (*an_outcome)(struct axgbe_port *);

	/* Pre/Post KR training enablement support */
	void (*kr_training_pre)(struct axgbe_port *);
	void (*kr_training_post)(struct axgbe_port *);

error: patch failed: drivers/net/axgbe/axgbe_ethdev.h:337
error: drivers/net/axgbe/axgbe_ethdev.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_mdio.c...
error: while searching for:
{
	axgbe_an73_set(pdata, false, false);
	axgbe_an73_disable_interrupts(pdata);
}

--
{
	switch (pdata->an_mode) {
	case AXGBE_AN_MODE_CL73:
	case AXGBE_AN_MODE_CL73_REDRV:

error: patch failed: drivers/net/axgbe/axgbe_mdio.c:287
error: drivers/net/axgbe/axgbe_mdio.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_phy_impl.c...
error: while searching for:
/* Rate-change complete wait/retry count */
#define AXGBE_RATECHANGE_COUNT		500

enum axgbe_port_mode {
	AXGBE_PORT_MODE_RSVD = 0,
	AXGBE_PORT_MODE_BACKPLANE,

error: patch failed: drivers/net/axgbe/axgbe_phy_impl.c:31
error: drivers/net/axgbe/axgbe_phy_impl.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/axgbe/axgbe_common.h...
error: while searching for:
#define MDIO_VEND2_AN_STAT		0x8002
#endif

#ifndef MDIO_CTRL1_SPEED1G
#define MDIO_CTRL1_SPEED1G		(MDIO_CTRL1_SPEED10G & ~BMCR_SPEED100)
#endif

error: patch failed: drivers/net/axgbe/axgbe_common.h:1247
error: drivers/net/axgbe/axgbe_common.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.c...
error: while searching for:
	.tx_tstamp_workaround		= 1,
	.ecc_support			= 1,
	.i2c_support			= 1,
};

static struct axgbe_version_data axgbe_v2b = {

error: patch failed: drivers/net/axgbe/axgbe_ethdev.c:50
error: drivers/net/axgbe/axgbe_ethdev.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.h...
error: while searching for:
	/* Process results of auto-negotiation */
	enum axgbe_mode (*an_outcome)(struct axgbe_port *);

	/* Pre/Post KR training enablement support */
	void (*kr_training_pre)(struct axgbe_port *);
	void (*kr_training_post)(struct axgbe_port *);

error: patch failed: drivers/net/axgbe/axgbe_ethdev.h:337
error: drivers/net/axgbe/axgbe_ethdev.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_mdio.c...
error: while searching for:
{
	axgbe_an73_set(pdata, false, false);
	axgbe_an73_disable_interrupts(pdata);
}

--
{
	switch (pdata->an_mode) {
	case AXGBE_AN_MODE_CL73:
	case AXGBE_AN_MODE_CL73_REDRV:

error: patch failed: drivers/net/axgbe/axgbe_mdio.c:287
error: drivers/net/axgbe/axgbe_mdio.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_phy_impl.c...
error: while searching for:
/* Rate-change complete wait/retry count */
#define AXGBE_RATECHANGE_COUNT		500

enum axgbe_port_mode {
	AXGBE_PORT_MODE_RSVD = 0,
	AXGBE_PORT_MODE_BACKPLANE,

error: patch failed: drivers/net/axgbe/axgbe_phy_impl.c:31
error: drivers/net/axgbe/axgbe_phy_impl.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/axgbe/axgbe_common.h...
error: while searching for:
#define MDIO_VEND2_AN_STAT		0x8002
#endif

#ifndef MDIO_CTRL1_SPEED1G
#define MDIO_CTRL1_SPEED1G		(MDIO_CTRL1_SPEED10G & ~BMCR_SPEED100)
#endif

error: patch failed: drivers/net/axgbe/axgbe_common.h:1247
error: drivers/net/axgbe/axgbe_common.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.c...
error: while searching for:
	.tx_tstamp_workaround		= 1,
	.ecc_support			= 1,
	.i2c_support			= 1,
};

static struct axgbe_version_data axgbe_v2b = {

error: patch failed: drivers/net/axgbe/axgbe_ethdev.c:50
error: drivers/net/axgbe/axgbe_ethdev.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.h...
error: while searching for:
	/* Process results of auto-negotiation */
	enum axgbe_mode (*an_outcome)(struct axgbe_port *);

	/* Pre/Post KR training enablement support */
	void (*kr_training_pre)(struct axgbe_port *);
	void (*kr_training_post)(struct axgbe_port *);

error: patch failed: drivers/net/axgbe/axgbe_ethdev.h:337
error: drivers/net/axgbe/axgbe_ethdev.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_mdio.c...
error: while searching for:
{
	axgbe_an73_set(pdata, false, false);
	axgbe_an73_disable_interrupts(pdata);
}

--
{
	switch (pdata->an_mode) {
	case AXGBE_AN_MODE_CL73:
	case AXGBE_AN_MODE_CL73_REDRV:

error: patch failed: drivers/net/axgbe/axgbe_mdio.c:287
error: drivers/net/axgbe/axgbe_mdio.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_phy_impl.c...
error: while searching for:
/* Rate-change complete wait/retry count */
#define AXGBE_RATECHANGE_COUNT		500

enum axgbe_port_mode {
	AXGBE_PORT_MODE_RSVD = 0,
	AXGBE_PORT_MODE_BACKPLANE,

error: patch failed: drivers/net/axgbe/axgbe_phy_impl.c:31
error: drivers/net/axgbe/axgbe_phy_impl.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/axgbe/axgbe_common.h...
error: while searching for:
#define MDIO_VEND2_AN_STAT		0x8002
#endif

#ifndef MDIO_CTRL1_SPEED1G
#define MDIO_CTRL1_SPEED1G		(MDIO_CTRL1_SPEED10G & ~BMCR_SPEED100)
#endif

error: patch failed: drivers/net/axgbe/axgbe_common.h:1247
error: drivers/net/axgbe/axgbe_common.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.c...
error: while searching for:
	.tx_tstamp_workaround		= 1,
	.ecc_support			= 1,
	.i2c_support			= 1,
};

static struct axgbe_version_data axgbe_v2b = {

error: patch failed: drivers/net/axgbe/axgbe_ethdev.c:50
error: drivers/net/axgbe/axgbe_ethdev.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_ethdev.h...
error: while searching for:
	/* Process results of auto-negotiation */
	enum axgbe_mode (*an_outcome)(struct axgbe_port *);

	/* Pre/Post KR training enablement support */
	void (*kr_training_pre)(struct axgbe_port *);
	void (*kr_training_post)(struct axgbe_port *);

error: patch failed: drivers/net/axgbe/axgbe_ethdev.h:337
error: drivers/net/axgbe/axgbe_ethdev.h: patch does not apply
Checking patch drivers/net/axgbe/axgbe_mdio.c...
error: while searching for:
{
	axgbe_an73_set(pdata, false, false);
	axgbe_an73_disable_interrupts(pdata);
}

--
{
	switch (pdata->an_mode) {
	case AXGBE_AN_MODE_CL73:
	case AXGBE_AN_MODE_CL73_REDRV:

error: patch failed: drivers/net/axgbe/axgbe_mdio.c:287
error: drivers/net/axgbe/axgbe_mdio.c: patch does not apply
Checking patch drivers/net/axgbe/axgbe_phy_impl.c...
error: while searching for:
/* Rate-change complete wait/retry count */
#define AXGBE_RATECHANGE_COUNT		500

enum axgbe_port_mode {
	AXGBE_PORT_MODE_RSVD = 0,
	AXGBE_PORT_MODE_BACKPLANE,

error: patch failed: drivers/net/axgbe/axgbe_phy_impl.c:31
error: drivers/net/axgbe/axgbe_phy_impl.c: patch does not apply

DPDK STV team

                 reply	other threads:[~2018-07-05  8:37 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$22vggd@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).