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| pw37173[dpdk-dev, v1, 06/16] ethdev: alter behavior of flow API actions
Date: 10 May 2018 01:07:52 -0700 [thread overview]
Message-ID: <0590c7$1k5ajq@orsmga001.jf.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 13776 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/37173
_apply issues_
Submitter: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Date: 2018-04-04 15:56:40
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 doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
Each possible action is represented by a type. Some have associated
configuration structures. Several actions combined in a list can be assigned
to a flow rule. That list is not ordered.
--
When several actions are combined in a flow rule, they should all have
different types (e.g. dropping a packet twice is not possible).
Only the last action of a given type is taken into account. PMDs still
perform error checking on the entire list.
Like matching patterns, action lists are terminated by END items.
*Note that PASSTHRU is the only action able to override a terminating rule.*
Example of action that redirects packets to queue index 10:
.. _table_rte_flow_action_example:
error: patch failed: doc/guides/prog_guide/rte_flow.rst:995
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch drivers/net/enic/enic_flow.c...
error: while searching for:
*/
#include <errno.h>
#include <rte_log.h>
#include <rte_ethdev_driver.h>
#include <rte_flow_driver.h>
error: patch failed: drivers/net/enic/enic_flow.c:3
error: drivers/net/enic/enic_flow.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_flow.c...
error: while searching for:
struct rte_flow temp = { .ibv_attr_size = sizeof(*temp.ibv_attr) };
struct rte_flow *flow = &temp;
const char *msg = NULL;
if (attr->group)
return rte_flow_error_set
error: patch failed: drivers/net/mlx4/mlx4_flow.c:637
error: drivers/net/mlx4/mlx4_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
*/
#include <sys/queue.h>
#include <string.h>
/* Verbs header. */
error: patch failed: drivers/net/mlx5/mlx5_flow.c:4
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; actions++) {
switch (actions->type) {
case RTE_FLOW_ACTION_TYPE_VOID:
--
case RTE_FLOW_ACTION_TYPE_QUEUE:
rc = sfc_flow_parse_queue(sa, actions->conf, flow);
if (rc != 0) {
error: patch failed: drivers/net/sfc/sfc_flow.c:1468
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/tap/tap_flow.c...
error: while searching for:
else
goto end;
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; ++actions) {
int err = 0;
error: patch failed: drivers/net/tap/tap_flow.c:1140
error: drivers/net/tap/tap_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
*Repo: dpdk-next-eventdev
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
Each possible action is represented by a type. Some have associated
configuration structures. Several actions combined in a list can be assigned
to a flow rule. That list is not ordered.
--
When several actions are combined in a flow rule, they should all have
different types (e.g. dropping a packet twice is not possible).
Only the last action of a given type is taken into account. PMDs still
perform error checking on the entire list.
Like matching patterns, action lists are terminated by END items.
*Note that PASSTHRU is the only action able to override a terminating rule.*
Example of action that redirects packets to queue index 10:
.. _table_rte_flow_action_example:
error: patch failed: doc/guides/prog_guide/rte_flow.rst:995
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch drivers/net/enic/enic_flow.c...
error: while searching for:
*/
#include <errno.h>
#include <rte_log.h>
#include <rte_ethdev_driver.h>
#include <rte_flow_driver.h>
error: patch failed: drivers/net/enic/enic_flow.c:3
error: drivers/net/enic/enic_flow.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_flow.c...
error: while searching for:
struct rte_flow temp = { .ibv_attr_size = sizeof(*temp.ibv_attr) };
struct rte_flow *flow = &temp;
const char *msg = NULL;
if (attr->group)
return rte_flow_error_set
error: patch failed: drivers/net/mlx4/mlx4_flow.c:637
error: drivers/net/mlx4/mlx4_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
*/
#include <sys/queue.h>
#include <string.h>
/* Verbs header. */
error: patch failed: drivers/net/mlx5/mlx5_flow.c:4
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; actions++) {
switch (actions->type) {
case RTE_FLOW_ACTION_TYPE_VOID:
--
case RTE_FLOW_ACTION_TYPE_QUEUE:
rc = sfc_flow_parse_queue(sa, actions->conf, flow);
if (rc != 0) {
error: patch failed: drivers/net/sfc/sfc_flow.c:1468
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/tap/tap_flow.c...
error: while searching for:
else
goto end;
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; ++actions) {
int err = 0;
error: patch failed: drivers/net/tap/tap_flow.c:1140
error: drivers/net/tap/tap_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
*Repo: dpdk-next-net
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
Each possible action is represented by a type. Some have associated
configuration structures. Several actions combined in a list can be assigned
to a flow rule. That list is not ordered.
--
When several actions are combined in a flow rule, they should all have
different types (e.g. dropping a packet twice is not possible).
Only the last action of a given type is taken into account. PMDs still
perform error checking on the entire list.
Like matching patterns, action lists are terminated by END items.
*Note that PASSTHRU is the only action able to override a terminating rule.*
Example of action that redirects packets to queue index 10:
.. _table_rte_flow_action_example:
error: patch failed: doc/guides/prog_guide/rte_flow.rst:995
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch drivers/net/enic/enic_flow.c...
error: while searching for:
*/
#include <errno.h>
#include <rte_log.h>
#include <rte_ethdev_driver.h>
#include <rte_flow_driver.h>
error: patch failed: drivers/net/enic/enic_flow.c:3
error: drivers/net/enic/enic_flow.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_flow.c...
error: while searching for:
struct rte_flow temp = { .ibv_attr_size = sizeof(*temp.ibv_attr) };
struct rte_flow *flow = &temp;
const char *msg = NULL;
if (attr->group)
return rte_flow_error_set
error: patch failed: drivers/net/mlx4/mlx4_flow.c:637
error: drivers/net/mlx4/mlx4_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
*/
#include <sys/queue.h>
#include <string.h>
/* Verbs header. */
error: patch failed: drivers/net/mlx5/mlx5_flow.c:4
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; actions++) {
switch (actions->type) {
case RTE_FLOW_ACTION_TYPE_VOID:
--
case RTE_FLOW_ACTION_TYPE_QUEUE:
rc = sfc_flow_parse_queue(sa, actions->conf, flow);
if (rc != 0) {
error: patch failed: drivers/net/sfc/sfc_flow.c:1468
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/tap/tap_flow.c...
error: while searching for:
else
goto end;
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; ++actions) {
int err = 0;
error: patch failed: drivers/net/tap/tap_flow.c:1140
error: drivers/net/tap/tap_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
*Repo: dpdk-next-crypto
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
Each possible action is represented by a type. Some have associated
configuration structures. Several actions combined in a list can be assigned
to a flow rule. That list is not ordered.
--
When several actions are combined in a flow rule, they should all have
different types (e.g. dropping a packet twice is not possible).
Only the last action of a given type is taken into account. PMDs still
perform error checking on the entire list.
Like matching patterns, action lists are terminated by END items.
*Note that PASSTHRU is the only action able to override a terminating rule.*
Example of action that redirects packets to queue index 10:
.. _table_rte_flow_action_example:
error: patch failed: doc/guides/prog_guide/rte_flow.rst:995
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch drivers/net/enic/enic_flow.c...
error: while searching for:
*/
#include <errno.h>
#include <rte_log.h>
#include <rte_ethdev_driver.h>
#include <rte_flow_driver.h>
error: patch failed: drivers/net/enic/enic_flow.c:3
error: drivers/net/enic/enic_flow.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_flow.c...
error: while searching for:
struct rte_flow temp = { .ibv_attr_size = sizeof(*temp.ibv_attr) };
struct rte_flow *flow = &temp;
const char *msg = NULL;
if (attr->group)
return rte_flow_error_set
error: patch failed: drivers/net/mlx4/mlx4_flow.c:637
error: drivers/net/mlx4/mlx4_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
*/
#include <sys/queue.h>
#include <string.h>
/* Verbs header. */
error: patch failed: drivers/net/mlx5/mlx5_flow.c:4
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; actions++) {
switch (actions->type) {
case RTE_FLOW_ACTION_TYPE_VOID:
--
case RTE_FLOW_ACTION_TYPE_QUEUE:
rc = sfc_flow_parse_queue(sa, actions->conf, flow);
if (rc != 0) {
error: patch failed: drivers/net/sfc/sfc_flow.c:1468
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/tap/tap_flow.c...
error: while searching for:
else
goto end;
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; ++actions) {
int err = 0;
error: patch failed: drivers/net/tap/tap_flow.c:1140
error: drivers/net/tap/tap_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
*Repo: dpdk-next-virtio
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
Each possible action is represented by a type. Some have associated
configuration structures. Several actions combined in a list can be assigned
to a flow rule. That list is not ordered.
--
When several actions are combined in a flow rule, they should all have
different types (e.g. dropping a packet twice is not possible).
Only the last action of a given type is taken into account. PMDs still
perform error checking on the entire list.
Like matching patterns, action lists are terminated by END items.
*Note that PASSTHRU is the only action able to override a terminating rule.*
Example of action that redirects packets to queue index 10:
.. _table_rte_flow_action_example:
error: patch failed: doc/guides/prog_guide/rte_flow.rst:995
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch drivers/net/enic/enic_flow.c...
error: while searching for:
*/
#include <errno.h>
#include <rte_log.h>
#include <rte_ethdev_driver.h>
#include <rte_flow_driver.h>
error: patch failed: drivers/net/enic/enic_flow.c:3
error: drivers/net/enic/enic_flow.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_flow.c...
error: while searching for:
struct rte_flow temp = { .ibv_attr_size = sizeof(*temp.ibv_attr) };
struct rte_flow *flow = &temp;
const char *msg = NULL;
if (attr->group)
return rte_flow_error_set
error: patch failed: drivers/net/mlx4/mlx4_flow.c:637
error: drivers/net/mlx4/mlx4_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
*/
#include <sys/queue.h>
#include <string.h>
/* Verbs header. */
error: patch failed: drivers/net/mlx5/mlx5_flow.c:4
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; actions++) {
switch (actions->type) {
case RTE_FLOW_ACTION_TYPE_VOID:
--
case RTE_FLOW_ACTION_TYPE_QUEUE:
rc = sfc_flow_parse_queue(sa, actions->conf, flow);
if (rc != 0) {
error: patch failed: drivers/net/sfc/sfc_flow.c:1468
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/tap/tap_flow.c...
error: while searching for:
else
goto end;
}
for (; actions->type != RTE_FLOW_ACTION_TYPE_END; ++actions) {
int err = 0;
error: patch failed: drivers/net/tap/tap_flow.c:1140
error: drivers/net/tap/tap_flow.c: patch does not apply
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
DPDK STV team
reply other threads:[~2018-05-10 8:07 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$1k5ajq@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).