automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw40052[dpdk-dev] net/mlx5: fix default RSS level
@ 2018-05-17  7:08 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-05-17  7:08 UTC (permalink / raw)
  To: test-report; +Cc: xinfengx.zhao, zhaoyan.chen, peipeix.lu

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

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

_apply issues_

Submitter: Shahaf Shuler <shahafs@mellanox.com>
Date: 2018-05-15 13:23:24
DPDK git baseline:
	Repo:dpdk-master, CommitID: 08b7521c352952e4abe8cd6ed9e5e5084d5cfa9a
	Repo:dpdk-next-eventdev, CommitID: 3c955492b601d65402c02ac81dfdc7eeb62f23c9
	Repo:dpdk-next-net, CommitID: 08b7521c352952e4abe8cd6ed9e5e5084d5cfa9a
	Repo:dpdk-next-crypto, CommitID: e0d88a394e91f446234aa04d0f9e01c150b0d347
	Repo:dpdk-next-virtio, CommitID: b88ef5968604fb493930fa221672a4258d107852

*Repo: dpdk-master
Checking patch drivers/net/mlx5/mlx5_flow.c...
Hunk #1 succeeded at 773 (offset -32 lines).
Hunk #2 succeeded at 1117 (offset -49 lines).
Hunk #3 succeeded at 1749 (offset -49 lines).
Hunk #4 succeeded at 1821 (offset -49 lines).
error: while searching for:
	parser->tunnel = ptype_ext[PTYPE_IDX(RTE_PTYPE_TUNNEL_GRE)];
	parser->out_layer = parser->layer;
	parser->layer = HASH_RXQ_TUNNEL;
	/* Default GRE to inner RSS. */
	if (!parser->rss_conf.level)
		parser->rss_conf.level = 2;
#ifdef HAVE_IBV_DEVICE_MPLS_SUPPORT
	if (spec) {
		if (!mask)

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1956
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx5/mlx5_flow.c...
Hunk #1 succeeded at 800 (offset -5 lines).
Hunk #2 succeeded at 1144 (offset -22 lines).
Hunk #3 succeeded at 1776 (offset -22 lines).
Hunk #4 succeeded at 1848 (offset -22 lines).
error: while searching for:
	parser->tunnel = ptype_ext[PTYPE_IDX(RTE_PTYPE_TUNNEL_GRE)];
	parser->out_layer = parser->layer;
	parser->layer = HASH_RXQ_TUNNEL;
	/* Default GRE to inner RSS. */
	if (!parser->rss_conf.level)
		parser->rss_conf.level = 2;
#ifdef HAVE_IBV_DEVICE_MPLS_SUPPORT
	if (spec) {
		if (!mask)

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1956
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/mlx5/mlx5_flow.c...
Hunk #1 succeeded at 773 (offset -32 lines).
Hunk #2 succeeded at 1117 (offset -49 lines).
Hunk #3 succeeded at 1749 (offset -49 lines).
Hunk #4 succeeded at 1821 (offset -49 lines).
error: while searching for:
	parser->tunnel = ptype_ext[PTYPE_IDX(RTE_PTYPE_TUNNEL_GRE)];
	parser->out_layer = parser->layer;
	parser->layer = HASH_RXQ_TUNNEL;
	/* Default GRE to inner RSS. */
	if (!parser->rss_conf.level)
		parser->rss_conf.level = 2;
#ifdef HAVE_IBV_DEVICE_MPLS_SUPPORT
	if (spec) {
		if (!mask)

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1956
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx5/mlx5_flow.c...
Hunk #1 succeeded at 800 (offset -5 lines).
Hunk #2 succeeded at 1144 (offset -22 lines).
Hunk #3 succeeded at 1776 (offset -22 lines).
Hunk #4 succeeded at 1848 (offset -22 lines).
error: while searching for:
	parser->tunnel = ptype_ext[PTYPE_IDX(RTE_PTYPE_TUNNEL_GRE)];
	parser->out_layer = parser->layer;
	parser->layer = HASH_RXQ_TUNNEL;
	/* Default GRE to inner RSS. */
	if (!parser->rss_conf.level)
		parser->rss_conf.level = 2;
#ifdef HAVE_IBV_DEVICE_MPLS_SUPPORT
	if (spec) {
		if (!mask)

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1956
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx5/mlx5_flow.c...
Hunk #1 succeeded at 773 (offset -32 lines).
Hunk #2 succeeded at 1117 (offset -49 lines).
Hunk #3 succeeded at 1749 (offset -49 lines).
Hunk #4 succeeded at 1821 (offset -49 lines).
error: while searching for:
	parser->tunnel = ptype_ext[PTYPE_IDX(RTE_PTYPE_TUNNEL_GRE)];
	parser->out_layer = parser->layer;
	parser->layer = HASH_RXQ_TUNNEL;
	/* Default GRE to inner RSS. */
	if (!parser->rss_conf.level)
		parser->rss_conf.level = 2;
#ifdef HAVE_IBV_DEVICE_MPLS_SUPPORT
	if (spec) {
		if (!mask)

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1956
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply

DPDK STV team

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

only message in thread, other threads:[~2018-05-17  7:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-17  7:08 [dpdk-test-report] |FAILURE| pw40052[dpdk-dev] net/mlx5: fix default RSS level 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).