[dpdk-test-report] |FAILURE| pw62825ethdev: fix last item detection on RSS flow expand

sys_stv at intel.com sys_stv at intel.com
Wed Nov 13 13:08:39 CET 2019


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

_apply issues_

Submitter: Matan Azrad <matan at mellanox.com>
Date: 2019-11-11 10:42:05
Reply_mail: 1573468925-24415-1-git-send-email-matan at mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: 79af6d1336abd6012db15485e7a0a79fa5fd0a15
	Repo:dpdk, CommitID: 08a234788ee548796fd6b394c7e897a2bf1df1b3

*Repo: dpdk-next-net
case RTE_FLOW_ITEM_TYPE_ETH:
		ether_type = ((const struct rte_flow_item_eth *)
				(item->spec))->type;
		if (rte_be_to_cpu_16(ether_type) == RTE_ETHER_TYPE_IPV4)

error: patch failed: lib/librte_ethdev/rte_flow.c:218
error: lib/librte_ethdev/rte_flow.c: patch does not apply
*Repo: dpdk
case RTE_FLOW_ITEM_TYPE_ETH:
		ether_type = ((const struct rte_flow_item_eth *)
				(item->spec))->type;
		if (rte_be_to_cpu_16(ether_type) == RTE_ETHER_TYPE_IPV4)

error: patch failed: lib/librte_ethdev/rte_flow.c:218
error: lib/librte_ethdev/rte_flow.c: patch does not apply

DPDK STV team


More information about the test-report mailing list