Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/62851 _apply issues_ Submitter: Dekel Peled Date: 2019-11-11 17:47:34 Reply_mail: c54b7fb34a4086463f45b47881458c149a677a51.1573494112.git.dekelp@mellanox.com DPDK git baseline: Repo:dpdk-next-net, CommitID: 79af6d1336abd6012db15485e7a0a79fa5fd0a15 Repo:dpdk, CommitID: 08a234788ee548796fd6b394c7e897a2bf1df1b3 *Repo: dpdk-next-net /* LRO configurations structure. */ struct mlx5_lro_config { uint32_t supported:1; /* Whether LRO is supported. */ error: patch failed: drivers/net/mlx5/mlx5.h:218 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_ethdev.c... error: while searching for: /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; /* * Since we need one CQ per QP, the limit is the minimum number * between the two values. error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:606 error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_rxq.c... error: while searching for: return 0; } -- #define MLX5_MAX_LRO_SIZE (UINT8_MAX * 256u) #define MLX5_MAX_TCP_HDR_OFFSET ((unsigned int)(sizeof(struct rte_ether_hdr) + \ sizeof(struct rte_vlan_hdr) * 2 + \ sizeof(struct rte_ipv6_hdr))) error: patch failed: drivers/net/mlx5/mlx5_rxq.c:1701 error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply *Repo: dpdk /* LRO configurations structure. */ struct mlx5_lro_config { uint32_t supported:1; /* Whether LRO is supported. */ error: patch failed: drivers/net/mlx5/mlx5.h:218 error: drivers/net/mlx5/mlx5.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_ethdev.c... error: while searching for: /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; /* * Since we need one CQ per QP, the limit is the minimum number * between the two values. error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:606 error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_rxq.c... error: while searching for: return 0; } -- #define MLX5_MAX_LRO_SIZE (UINT8_MAX * 256u) #define MLX5_MAX_TCP_HDR_OFFSET ((unsigned int)(sizeof(struct rte_ether_hdr) + \ sizeof(struct rte_vlan_hdr) * 2 + \ sizeof(struct rte_ipv6_hdr))) error: patch failed: drivers/net/mlx5/mlx5_rxq.c:1701 error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply DPDK STV team