automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw95434-95435 [PATCH] [2/2] net/mlx5: fix missing RSS expansion of IPv6 frag
@ 2021-07-07  2:43 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-07-07  2:43 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/95434

_apply patch failure_

Submitter: Xiaoyu Min <jackmin@nvidia.com>
Date: Wednesday, July 07 2021 02:32:47 
Applied on: CommitID:254501687fade29b11125d79c734346a9dd21138
Apply patch set 95434-95435 failed:

Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
	case RTE_FLOW_ITEM_TYPE_GRE:
	case RTE_FLOW_ITEM_TYPE_GENEVE:
	case RTE_FLOW_ITEM_TYPE_MPLS:
		return true;
	default:
		break;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:132
Applying patch drivers/net/mlx5/mlx5_flow.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c	(rejected hunks)
@@ -132,6 +132,8 @@ mlx5_flow_is_rss_expandable_item(const struct rte_flow_item *item)
 	case RTE_FLOW_ITEM_TYPE_GRE:
 	case RTE_FLOW_ITEM_TYPE_GENEVE:
 	case RTE_FLOW_ITEM_TYPE_MPLS:
+	case RTE_FLOW_ITEM_TYPE_VXLAN_GPE:
+	case RTE_FLOW_ITEM_TYPE_GRE_KEY:
 		return true;
 	default:
 		break;
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
	case RTE_FLOW_ITEM_TYPE_MPLS:
	case RTE_FLOW_ITEM_TYPE_VXLAN_GPE:
	case RTE_FLOW_ITEM_TYPE_GRE_KEY:
		return true;
	default:
		break;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:134
Hunk #2 succeeded at 447 (offset -7 lines).
Hunk #3 succeeded at 598 (offset -11 lines).
Hunk #4 succeeded at 612 (offset -11 lines).
Applying patch drivers/net/mlx5/mlx5_flow.c with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
diff a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c	(rejected hunks)
@@ -134,6 +134,7 @@ mlx5_flow_is_rss_expandable_item(const struct rte_flow_item *item)
 	case RTE_FLOW_ITEM_TYPE_MPLS:
 	case RTE_FLOW_ITEM_TYPE_VXLAN_GPE:
 	case RTE_FLOW_ITEM_TYPE_GRE_KEY:
+	case RTE_FLOW_ITEM_TYPE_IPV6_FRAG_EXT:
 		return true;
 	default:
 		break;

https://lab.dpdk.org/results/dashboard/patchsets/17690/

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2021-07-07  2:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  2:43 [dpdk-test-report] |WARNING| pw95434-95435 [PATCH] [2/2] net/mlx5: fix missing RSS expansion of IPv6 frag dpdklab

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).