Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/62793 _apply issues_ Submitter: Dekel Peled Date: 2019-11-08 16:42:27 Reply_mail: f1184cc375193d244855ec25c2dc057f1ab3d9e0.1573231011.git.dekelp@mellanox.com DPDK git baseline: Repo:dpdk-next-net, CommitID: 31aa07759ecd151967b568b1f1aa12b7794217c8 Repo:dpdk, CommitID: 31aa07759ecd151967b568b1f1aa12b7794217c8 *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:206 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 Checking patch drivers/net/qede/qede_ethdev.c... Hunk #1 succeeded at 1279 (offset 2 lines). Checking patch drivers/net/virtio/virtio_ethdev.c... Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c... -- int rte_eth_dev_configure(uint16_t port_id, uint16_t nb_rx_q, uint16_t nb_tx_q, const struct rte_eth_conf *dev_conf) error: patch failed: lib/librte_ethdev/rte_ethdev.c:1136 error: lib/librte_ethdev/rte_ethdev.c: patch does not apply Checking patch lib/librte_ethdev/rte_ethdev.h... error: while searching for: /** The multi-queue packet distribution mode to be used, e.g. RSS. */ enum rte_eth_rx_mq_mode mq_mode; uint32_t max_rx_pkt_len; /**< Only used if JUMBO_FRAME enabled. */ uint16_t split_hdr_size; /**< hdr buf size (header_split enabled).*/ /** * Per-port Rx offloads to be set using DEV_RX_OFFLOAD_* flags. error: patch failed: lib/librte_ethdev/rte_ethdev.h:395 error: lib/librte_ethdev/rte_ethdev.h: 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:206 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 Checking patch drivers/net/qede/qede_ethdev.c... Hunk #1 succeeded at 1279 (offset 2 lines). Checking patch drivers/net/virtio/virtio_ethdev.c... Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c... -- int rte_eth_dev_configure(uint16_t port_id, uint16_t nb_rx_q, uint16_t nb_tx_q, const struct rte_eth_conf *dev_conf) error: patch failed: lib/librte_ethdev/rte_ethdev.c:1136 error: lib/librte_ethdev/rte_ethdev.c: patch does not apply Checking patch lib/librte_ethdev/rte_ethdev.h... error: while searching for: /** The multi-queue packet distribution mode to be used, e.g. RSS. */ enum rte_eth_rx_mq_mode mq_mode; uint32_t max_rx_pkt_len; /**< Only used if JUMBO_FRAME enabled. */ uint16_t split_hdr_size; /**< hdr buf size (header_split enabled).*/ /** * Per-port Rx offloads to be set using DEV_RX_OFFLOAD_* flags. error: patch failed: lib/librte_ethdev/rte_ethdev.h:395 error: lib/librte_ethdev/rte_ethdev.h: patch does not apply DPDK STV team