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
Subject: [dpdk-test-report]  |FAILURE| pw38505[dpdk-dev, v5, 06/16] ethdev: remove C99 flexible arrays from flow API
Date: 19 Apr 2018 03:27:10 -0700	[thread overview]
Message-ID: <0590c7$1er3k8@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Date: 2018-04-19 10:16:37
DPDK git baseline:
	Repo:dpdk-master, CommitID: e62f3a8a04768352bc78389d499be50c923bf6aa
	Repo:dpdk-next-eventdev, CommitID: fe5abd3150bc1caa8369e743c395c39f53265597
	Repo:dpdk-next-net, CommitID: 9f44b612637c29752d1585e8d1af2e299756cd60
	Repo:dpdk-next-crypto, CommitID: b1af489e6482a2247ef36418cee803e32bc84b2e
	Repo:dpdk-next-virtio, CommitID: 8adbe7e4847060d091c46abcbecd3dfea8362b7a

*Repo: dpdk-master
Checking patch app/test-pmd/cmdline_flow.c...
error: while searching for:
	ACTION_METER_ID,
};

/** Size of pattern[] field in struct rte_flow_item_raw. */
#define ITEM_RAW_PATTERN_SIZE 36
--
	} s;
};

/** Maximum number of subsequent tokens and arguments on the stack. */

error: patch failed: app/test-pmd/cmdline_flow.c:179
error: app/test-pmd/cmdline_flow.c: patch does not apply
Checking patch app/test-pmd/config.c...
error: while searching for:
		union {
			struct rte_flow_item_raw *raw;
		} dst;

	case RTE_FLOW_ITEM_TYPE_RAW:
--
			memcpy(dst.raw, src.raw, size);
		break;
	default:
		size = flow_item[item->type].size;

error: patch failed: app/test-pmd/config.c:1026
error: app/test-pmd/config.c: patch does not apply
Checking patch doc/guides/prog_guide/rte_flow.rst...
Hunk #1 succeeded at 1335 (offset 26 lines).
Checking patch drivers/net/mlx4/mlx4_flow.c...
Hunk #1 succeeded at 1264 (offset -18 lines).
Hunk #2 succeeded at 1295 (offset -18 lines).
Hunk #3 succeeded at 1355 (offset -18 lines).
Hunk #4 succeeded at 1395 (offset -18 lines).
Checking patch drivers/net/mlx5/mlx5_flow.c...
Checking patch examples/ipsec-secgw/ipsec.c...
Checking patch lib/librte_ether/rte_flow.c...
error: while searching for:
	MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),
	MK_FLOW_ACTION(DROP, 0),
	MK_FLOW_ACTION(COUNT, 0),
	MK_FLOW_ACTION(RSS, sizeof(struct rte_flow_action_rss)), /* +queue[] */
	MK_FLOW_ACTION(PF, 0),
	MK_FLOW_ACTION(VF, sizeof(struct rte_flow_action_vf)),
};

error: patch failed: lib/librte_ether/rte_flow.c:73
error: lib/librte_ether/rte_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: while searching for:
 * associated actions in hardware through flow rules.
 */

#include <stdint.h>

#include <rte_arp.h>

error: patch failed: lib/librte_ether/rte_flow.h:14
error: lib/librte_ether/rte_flow.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch app/test-pmd/cmdline_flow.c...
error: while searching for:
	ACTION_METER_ID,
};

/** Size of pattern[] field in struct rte_flow_item_raw. */
#define ITEM_RAW_PATTERN_SIZE 36
--
	} s;
};

/** Maximum number of subsequent tokens and arguments on the stack. */

error: patch failed: app/test-pmd/cmdline_flow.c:179
error: app/test-pmd/cmdline_flow.c: patch does not apply
Checking patch app/test-pmd/config.c...
Hunk #1 succeeded at 961 (offset -16 lines).
error: while searching for:
		union {
			struct rte_flow_item_raw *raw;
		} dst;

	case RTE_FLOW_ITEM_TYPE_RAW:
--
			memcpy(dst.raw, src.raw, size);
		break;
	default:
		size = flow_item[item->type].size;

error: patch failed: app/test-pmd/config.c:1026
error: app/test-pmd/config.c: patch does not apply
Checking patch doc/guides/prog_guide/rte_flow.rst...
Hunk #1 succeeded at 1335 (offset 26 lines).
Checking patch drivers/net/mlx4/mlx4_flow.c...
Hunk #1 succeeded at 1264 (offset -18 lines).
Hunk #2 succeeded at 1295 (offset -18 lines).
Hunk #3 succeeded at 1355 (offset -18 lines).
Hunk #4 succeeded at 1395 (offset -18 lines).
Checking patch drivers/net/mlx5/mlx5_flow.c...
Checking patch examples/ipsec-secgw/ipsec.c...
Checking patch lib/librte_ether/rte_flow.c...
error: while searching for:
	MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),
	MK_FLOW_ACTION(DROP, 0),
	MK_FLOW_ACTION(COUNT, 0),
	MK_FLOW_ACTION(RSS, sizeof(struct rte_flow_action_rss)), /* +queue[] */
	MK_FLOW_ACTION(PF, 0),
	MK_FLOW_ACTION(VF, sizeof(struct rte_flow_action_vf)),
};

error: patch failed: lib/librte_ether/rte_flow.c:73
error: lib/librte_ether/rte_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: while searching for:
 * associated actions in hardware through flow rules.
 */

#include <stdint.h>

#include <rte_arp.h>

error: patch failed: lib/librte_ether/rte_flow.h:14
error: lib/librte_ether/rte_flow.h: patch does not apply
*Repo: dpdk-next-net
Checking patch app/test-pmd/cmdline_flow.c...
error: while searching for:
	ACTION_METER_ID,
};

/** Size of pattern[] field in struct rte_flow_item_raw. */
#define ITEM_RAW_PATTERN_SIZE 36
--
	} s;
};

/** Maximum number of subsequent tokens and arguments on the stack. */

error: patch failed: app/test-pmd/cmdline_flow.c:179
error: app/test-pmd/cmdline_flow.c: patch does not apply
Checking patch app/test-pmd/config.c...
error: while searching for:
		union {
			struct rte_flow_item_raw *raw;
		} dst;

	case RTE_FLOW_ITEM_TYPE_RAW:
--
			memcpy(dst.raw, src.raw, size);
		break;
	default:
		size = flow_item[item->type].size;

error: patch failed: app/test-pmd/config.c:1026
error: app/test-pmd/config.c: patch does not apply
Checking patch doc/guides/prog_guide/rte_flow.rst...
Hunk #1 succeeded at 1335 (offset 26 lines).
Checking patch drivers/net/mlx4/mlx4_flow.c...
Hunk #1 succeeded at 1264 (offset -18 lines).
Hunk #2 succeeded at 1295 (offset -18 lines).
Hunk #3 succeeded at 1355 (offset -18 lines).
Hunk #4 succeeded at 1395 (offset -18 lines).
Checking patch drivers/net/mlx5/mlx5_flow.c...
Checking patch examples/ipsec-secgw/ipsec.c...
Checking patch lib/librte_ether/rte_flow.c...
error: while searching for:
	MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),
	MK_FLOW_ACTION(DROP, 0),
	MK_FLOW_ACTION(COUNT, 0),
	MK_FLOW_ACTION(RSS, sizeof(struct rte_flow_action_rss)), /* +queue[] */
	MK_FLOW_ACTION(PF, 0),
	MK_FLOW_ACTION(VF, sizeof(struct rte_flow_action_vf)),
};

error: patch failed: lib/librte_ether/rte_flow.c:73
error: lib/librte_ether/rte_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: while searching for:
 * associated actions in hardware through flow rules.
 */

#include <stdint.h>

#include <rte_arp.h>

error: patch failed: lib/librte_ether/rte_flow.h:14
error: lib/librte_ether/rte_flow.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch app/test-pmd/cmdline_flow.c...
error: while searching for:
	ACTION_METER_ID,
};

/** Size of pattern[] field in struct rte_flow_item_raw. */
#define ITEM_RAW_PATTERN_SIZE 36
--
	} s;
};

/** Maximum number of subsequent tokens and arguments on the stack. */

error: patch failed: app/test-pmd/cmdline_flow.c:179
error: app/test-pmd/cmdline_flow.c: patch does not apply
Checking patch app/test-pmd/config.c...
error: while searching for:
		union {
			struct rte_flow_item_raw *raw;
		} dst;

	case RTE_FLOW_ITEM_TYPE_RAW:
--
			memcpy(dst.raw, src.raw, size);
		break;
	default:
		size = flow_item[item->type].size;

error: patch failed: app/test-pmd/config.c:1026
error: app/test-pmd/config.c: patch does not apply
Checking patch doc/guides/prog_guide/rte_flow.rst...
Hunk #1 succeeded at 1335 (offset 26 lines).
Checking patch drivers/net/mlx4/mlx4_flow.c...
Hunk #1 succeeded at 1264 (offset -18 lines).
Hunk #2 succeeded at 1295 (offset -18 lines).
Hunk #3 succeeded at 1355 (offset -18 lines).
Hunk #4 succeeded at 1395 (offset -18 lines).
Checking patch drivers/net/mlx5/mlx5_flow.c...
Checking patch examples/ipsec-secgw/ipsec.c...
Checking patch lib/librte_ether/rte_flow.c...
error: while searching for:
	MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),
	MK_FLOW_ACTION(DROP, 0),
	MK_FLOW_ACTION(COUNT, 0),
	MK_FLOW_ACTION(RSS, sizeof(struct rte_flow_action_rss)), /* +queue[] */
	MK_FLOW_ACTION(PF, 0),
	MK_FLOW_ACTION(VF, sizeof(struct rte_flow_action_vf)),
};

error: patch failed: lib/librte_ether/rte_flow.c:73
error: lib/librte_ether/rte_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: while searching for:
 * associated actions in hardware through flow rules.
 */

#include <stdint.h>

#include <rte_arp.h>

error: patch failed: lib/librte_ether/rte_flow.h:14
error: lib/librte_ether/rte_flow.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch app/test-pmd/cmdline_flow.c...
error: while searching for:
	ACTION_METER_ID,
};

/** Size of pattern[] field in struct rte_flow_item_raw. */
#define ITEM_RAW_PATTERN_SIZE 36
--
	} s;
};

/** Maximum number of subsequent tokens and arguments on the stack. */

error: patch failed: app/test-pmd/cmdline_flow.c:179
error: app/test-pmd/cmdline_flow.c: patch does not apply
Checking patch app/test-pmd/config.c...
error: while searching for:
		union {
			struct rte_flow_item_raw *raw;
		} dst;

	case RTE_FLOW_ITEM_TYPE_RAW:
--
			memcpy(dst.raw, src.raw, size);
		break;
	default:
		size = flow_item[item->type].size;

error: patch failed: app/test-pmd/config.c:1026
error: app/test-pmd/config.c: patch does not apply
Checking patch doc/guides/prog_guide/rte_flow.rst...
Hunk #1 succeeded at 1335 (offset 26 lines).
Checking patch drivers/net/mlx4/mlx4_flow.c...
Hunk #1 succeeded at 1264 (offset -18 lines).
Hunk #2 succeeded at 1295 (offset -18 lines).
Hunk #3 succeeded at 1355 (offset -18 lines).
Hunk #4 succeeded at 1395 (offset -18 lines).
Checking patch drivers/net/mlx5/mlx5_flow.c...
Checking patch examples/ipsec-secgw/ipsec.c...
Checking patch lib/librte_ether/rte_flow.c...
error: while searching for:
	MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),
	MK_FLOW_ACTION(DROP, 0),
	MK_FLOW_ACTION(COUNT, 0),
	MK_FLOW_ACTION(RSS, sizeof(struct rte_flow_action_rss)), /* +queue[] */
	MK_FLOW_ACTION(PF, 0),
	MK_FLOW_ACTION(VF, sizeof(struct rte_flow_action_vf)),
};

error: patch failed: lib/librte_ether/rte_flow.c:73
error: lib/librte_ether/rte_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: while searching for:
 * associated actions in hardware through flow rules.
 */

#include <stdint.h>

#include <rte_arp.h>

error: patch failed: lib/librte_ether/rte_flow.h:14
error: lib/librte_ether/rte_flow.h: patch does not apply

DPDK STV team

                 reply	other threads:[~2018-04-19 10:27 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$1er3k8@orsmga001.jf.intel.com' \
    --to=sys_stv@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).