[dpdk-test-report] |FAILURE| pw65835net/mlx5: fix the matching for ICMP fragments
sys_stv at intel.com
sys_stv at intel.com
Sun Feb 23 21:05:13 CET 2020
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/65835
_apply issues_
Submitter: Bing Zhao <bingz at mellanox.com>
Date: 2020-02-17 14:10:55
Reply_mail: 1581948655-2491-1-git-send-email-bingz at mellanox.com
DPDK git baseline:
Repo:dpdk-next-net-mlx, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240
Repo:dpdk, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240
*Repo: dpdk-next-net-mlx
icmp6_m = &rte_flow_item_icmp6_mask;
MLX5_SET(fte_match_set_misc3, misc3_m, icmpv6_type, icmp6_m->type);
MLX5_SET(fte_match_set_misc3, misc3_v, icmpv6_type,
icmp6_v->type & icmp6_m->type);
error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:6403
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk
icmp6_m = &rte_flow_item_icmp6_mask;
MLX5_SET(fte_match_set_misc3, misc3_m, icmpv6_type, icmp6_m->type);
MLX5_SET(fte_match_set_misc3, misc3_v, icmpv6_type,
icmp6_v->type & icmp6_m->type);
error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:6403
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
DPDK STV team
More information about the test-report
mailing list