[dpdk-test-report] |FAILURE| pw65730net/mlx5: fix the blocker for push VLAN in Rx path

sys_stv at intel.com sys_stv at intel.com
Sat Feb 22 14:35:22 CET 2020


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

_apply issues_

Submitter: Wisam Jaddo <wisamm at mellanox.com>
Date: 2020-02-11 13:20:06
Reply_mail: 1581427206-3434-1-git-send-email-wisamm at mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: 8c2e6036a173bc494fa8069e62d35fe3ff3f171f
	Repo:dpdk, CommitID: 29391fce85133ded6595a635e8b811df23e8c511

*Repo: dpdk-next-net-mlx
The HW doesn't support to do modify header action after ant
    encapsulation action.
    
    The split metadata function wrongly added the copy action in the end of
    the original actions list, hence, NIC egress flow with encapsulation
    action failed when the PMD worked with dv_xmeta_en mode.
    
    Move the copy action to be before and back to back with the
    encapsulation action for the aforementioned case.
    
    Fixes: 71e254bc0294 ("net/mlx5: split Rx flows to provide metadata copy")
--
{
	const struct rte_flow_action_of_push_vlan *push_vlan = action->conf;

	if (attr->ingress)
		return rte_flow_error_set(error, ENOTSUP,
					  RTE_FLOW_ERROR_TYPE_ATTR_INGRESS,
					  NULL,

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:1746
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk
{
	const struct rte_flow_action_of_push_vlan *push_vlan = action->conf;

	if (attr->ingress)
		return rte_flow_error_set(error, ENOTSUP,
					  RTE_FLOW_ERROR_TYPE_ATTR_INGRESS,
					  NULL,

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:1746
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply

DPDK STV team


More information about the test-report mailing list