Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/36586 _apply issues_ Submitter: Ferruh Yigit Date: 2018-03-27 17:40:52 DPDK git baseline: Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571 Repo:dpdk-next-crypto, CommitID: 728ca9b0d5abea82cd01dee6645456a9d56215f7 Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689 *Repo: dpdk-master Checking patch app/test-pmd/config.c... error: while searching for: static int port_reg_off_is_invalid(portid_t port_id, uint32_t reg_off) { uint64_t pci_len; if (reg_off & 0x3) { error: patch failed: app/test-pmd/config.c:754 error: app/test-pmd/config.c: patch does not apply Checking patch app/test-pmd/testpmd.h... error: while searching for: static inline uint32_t port_pci_reg_read(struct rte_port *port, uint32_t reg_off) { void *reg_addr; uint32_t reg_v; -- reg_off); reg_v = *((volatile uint32_t *)reg_addr); return rte_le_to_cpu_32(reg_v); } error: patch failed: app/test-pmd/testpmd.h:500 error: app/test-pmd/testpmd.h: patch does not apply Checking patch drivers/net/af_packet/rte_eth_af_packet.c... Hunk #1 succeeded at 299 (offset 6 lines). Checking patch drivers/net/ark/ark_ethdev.c... error: while searching for: ETH_LINK_SPEED_40G | ETH_LINK_SPEED_50G | ETH_LINK_SPEED_100G); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); } static int error: patch failed: drivers/net/ark/ark_ethdev.c:771 error: drivers/net/ark/ark_ethdev.c: patch does not apply Checking patch drivers/net/avf/avf_ethdev.c... error: while searching for: struct avf_info *vf = AVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = AVF_BUF_SIZE_MIN; error: patch failed: drivers/net/avf/avf_ethdev.c:507 error: drivers/net/avf/avf_ethdev.c: patch does not apply Checking patch drivers/net/avp/avp_ethdev.c... error: while searching for: { struct avp_dev *avp = AVP_DEV_PRIVATE_TO_HW(eth_dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->max_rx_queues = avp->max_rx_queues; dev_info->max_tx_queues = avp->max_tx_queues; dev_info->min_rx_bufsize = AVP_MIN_RX_BUFSIZE; error: patch failed: drivers/net/avp/avp_ethdev.c:2206 error: drivers/net/avp/avp_ethdev.c: patch does not apply Checking patch drivers/net/bnx2x/bnx2x_ethdev.c... error: while searching for: bnx2x_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { struct bnx2x_softc *sc = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = sc->max_rx_queues; dev_info->max_tx_queues = sc->max_tx_queues; dev_info->min_rx_bufsize = BNX2X_MIN_RX_BUF_SIZE; error: patch failed: drivers/net/bnx2x/bnx2x_ethdev.c:447 error: drivers/net/bnx2x/bnx2x_ethdev.c: patch does not apply Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: while searching for: uint16_t max_vnics, i, j, vpool, vrxq; unsigned int max_rx_rings; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* MAC Specifics */ dev_info->max_mac_addrs = bp->max_l2_ctx; error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:407 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply Checking patch drivers/net/cxgbe/cxgbe_ethdev.c... error: while searching for: .nb_align = 1, }; device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); device_info->min_rx_bufsize = CXGBE_MIN_RX_BUFSIZE; device_info->max_rx_pktlen = CXGBE_MAX_RX_PKTLEN; error: patch failed: drivers/net/cxgbe/cxgbe_ethdev.c:148 error: drivers/net/cxgbe/cxgbe_ethdev.c: patch does not apply Checking patch drivers/net/dpaa/dpaa_ethdev.c... Hunk #1 succeeded at 312 (offset 67 lines). Checking patch drivers/net/dpaa2/dpaa2_ethdev.c... Hunk #1 succeeded at 195 (offset 32 lines). Checking patch drivers/net/e1000/em_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = em_get_max_pktlen(hw); dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/em_ethdev.c:1048 error: drivers/net/e1000/em_ethdev.c: patch does not apply Checking patch drivers/net/e1000/igb_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = 0x3FFF; /* See RLPML register. */ dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/igb_ethdev.c:2144 error: drivers/net/e1000/igb_ethdev.c: patch does not apply Checking patch drivers/net/ena/ena_ethdev.c... error: while searching for: ena_dev = &adapter->ena_dev; ena_assert_msg(ena_dev != NULL, "Uninitialized device"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->speed_capa = ETH_LINK_SPEED_1G | error: patch failed: drivers/net/ena/ena_ethdev.c:1527 error: drivers/net/ena/ena_ethdev.c: patch does not apply Checking patch drivers/net/enic/enic_ethdev.c... error: while searching for: struct enic *enic = pmd_priv(eth_dev); ENICPMD_FUNC_TRACE(); device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* Scattered Rx uses two receive queues per rx queue exposed to dpdk */ device_info->max_rx_queues = enic->conf_rq_count / 2; device_info->max_tx_queues = enic->conf_wq_count; error: patch failed: drivers/net/enic/enic_ethdev.c:471 error: drivers/net/enic/enic_ethdev.c: patch does not apply Checking patch drivers/net/fm10k/fm10k_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = pdev; dev_info->min_rx_bufsize = FM10K_MIN_RX_BUF_SIZE; dev_info->max_rx_pktlen = FM10K_MAX_PKT_SIZE; dev_info->max_rx_queues = hw->mac.max_queues; error: patch failed: drivers/net/fm10k/fm10k_ethdev.c:1375 error: drivers/net/fm10k/fm10k_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev.c... error: while searching for: struct i40e_vsi *vsi = pf->main_vsi; struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = vsi->nb_qps; dev_info->max_tx_queues = vsi->nb_qps; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev.c:3200 error: drivers/net/i40e/i40e_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev_vf.c... error: while searching for: struct i40e_vf *vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2165 error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); struct rte_eth_conf *dev_conf = &dev->data->dev_conf; dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = (uint16_t)hw->mac.max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->mac.max_tx_queues; if (RTE_ETH_DEV_SRIOV(dev).active == 0) { error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:3572 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/kni/rte_eth_kni.c... error: while searching for: dev_info->max_rx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->max_tx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; } static int error: patch failed: drivers/net/kni/rte_eth_kni.c:201 error: drivers/net/kni/rte_eth_kni.c: patch does not apply Checking patch drivers/net/liquidio/lio_ethdev.c... error: while searching for: struct lio_device *lio_dev = LIO_DEV(eth_dev); struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); devinfo->pci_dev = pci_dev; switch (pci_dev->id.subsystem_device_id) { /* CN23xx 10G cards */ error: patch failed: drivers/net/liquidio/lio_ethdev.c:373 error: drivers/net/liquidio/lio_ethdev.c: patch does not apply Checking patch drivers/net/mlx4/mlx4_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx4/mlx4_ethdev.c:555 error: drivers/net/mlx4/mlx4_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:403 error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply Checking patch drivers/net/mrvl/mrvl_ethdev.c... error: drivers/net/mrvl/mrvl_ethdev.c: No such file or directory Checking patch drivers/net/nfp/nfp_net.c... error: while searching for: hw = NFP_NET_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = (uint16_t)hw->max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->max_tx_queues; dev_info->min_rx_bufsize = ETHER_MIN_MTU; error: patch failed: drivers/net/nfp/nfp_net.c:1159 error: drivers/net/nfp/nfp_net.c: patch does not apply Checking patch drivers/net/null/rte_eth_null.c... Hunk #1 succeeded at 298 (offset 6 lines). Checking patch drivers/net/octeontx/octeontx_ethdev.c... error: while searching for: dev_info->max_rx_queues = 1; dev_info->max_tx_queues = PKO_MAX_NUM_DQ; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->default_rxconf = (struct rte_eth_rxconf) { .rx_free_thresh = 0, error: patch failed: drivers/net/octeontx/octeontx_ethdev.c:611 error: drivers/net/octeontx/octeontx_ethdev.c: patch does not apply Checking patch drivers/net/pcap/rte_eth_pcap.c... Hunk #1 succeeded at 532 (offset 6 lines). Checking patch drivers/net/qede/qede_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(edev); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->min_rx_bufsize = (uint32_t)QEDE_MIN_RX_BUFF_SIZE; dev_info->max_rx_pktlen = (uint32_t)ETH_TX_MAX_NON_LSO_PKT_LEN; dev_info->rx_desc_lim = qede_rx_desc_lim; error: patch failed: drivers/net/qede/qede_ethdev.c:1515 error: drivers/net/qede/qede_ethdev.c: patch does not apply Checking patch drivers/net/ring/rte_eth_ring.c... Hunk #1 succeeded at 159 (offset 6 lines). Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: sfc_log_init(sa, "entry"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_pktlen = EFX_MAC_PDU_MAX; /* Autonegotiation may be disabled */ error: patch failed: drivers/net/sfc/sfc_ethdev.c:89 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/szedata2/rte_eth_szedata2.c... error: while searching for: struct rte_eth_dev_info *dev_info) { struct pmd_internals *internals = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->if_index = 0; dev_info->max_mac_addrs = 1; dev_info->max_rx_pktlen = (uint32_t)-1; error: patch failed: drivers/net/szedata2/rte_eth_szedata2.c:1031 error: drivers/net/szedata2/rte_eth_szedata2.c: patch does not apply Checking patch drivers/net/tap/rte_eth_tap.c... error: while searching for: dev_info->max_rx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->max_tx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->speed_capa = tap_dev_speed_capa(); dev_info->rx_offload_capa = tap_rx_offload_get_port_capa(); dev_info->tx_offload_capa = tap_tx_offload_get_port_capa(); error: patch failed: drivers/net/tap/rte_eth_tap.c:688 error: drivers/net/tap/rte_eth_tap.c: patch does not apply Checking patch drivers/net/thunderx/nicvf_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* Autonegotiation may be disabled */ dev_info->speed_capa = ETH_LINK_SPEED_FIXED; error: patch failed: drivers/net/thunderx/nicvf_ethdev.c:1400 error: drivers/net/thunderx/nicvf_ethdev.c: patch does not apply Checking patch drivers/net/virtio/virtio_ethdev.c... error: while searching for: dev_info->speed_capa = ETH_LINK_SPEED_10G; /* fake value */ dev_info->pci_dev = dev->device ? RTE_ETH_DEV_TO_PCI(dev) : NULL; dev_info->max_rx_queues = RTE_MIN(hw->max_queue_pairs, VIRTIO_MAX_RX_QUEUES); dev_info->max_tx_queues = error: patch failed: drivers/net/virtio/virtio_ethdev.c:2057 error: drivers/net/virtio/virtio_ethdev.c: patch does not apply Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c... error: while searching for: vmxnet3_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = VMXNET3_MAX_RX_QUEUES; dev_info->max_tx_queues = VMXNET3_MAX_TX_QUEUES; error: patch failed: drivers/net/vmxnet3/vmxnet3_ethdev.c:1025 error: drivers/net/vmxnet3/vmxnet3_ethdev.c: patch does not apply Checking patch examples/ethtool/lib/rte_ethtool.c... error: while searching for: { struct rte_eth_dev_info dev_info; struct rte_dev_reg_info reg_info; int n; int ret; error: patch failed: examples/ethtool/lib/rte_ethtool.c:22 error: examples/ethtool/lib/rte_ethtool.c: patch does not apply Checking patch examples/ip_pipeline/init.c... error: examples/ip_pipeline/init.c: No such file or directory Checking patch examples/kni/main.c... error: while searching for: if (i == 0) { struct rte_kni_ops ops; struct rte_eth_dev_info dev_info; memset(&dev_info, 0, sizeof(dev_info)); -- conf.id = dev_info.pci_dev->id; } /* Get the interface default mac address */ rte_eth_macaddr_get(port_id, error: patch failed: examples/kni/main.c:834 error: examples/kni/main.c: patch does not apply Checking patch lib/librte_ether/rte_ethdev.h... error: lib/librte_ether/rte_ethdev.h: No such file or directory Checking patch test/test/test_kni.c... error: while searching for: struct rte_kni_conf conf; struct rte_eth_dev_info info; struct rte_kni_ops ops; if (!mp) return -1; error: patch failed: test/test/test_kni.c:357 error: test/test/test_kni.c: patch does not apply *Repo: dpdk-next-eventdev Checking patch app/test-pmd/config.c... error: while searching for: static int port_reg_off_is_invalid(portid_t port_id, uint32_t reg_off) { uint64_t pci_len; if (reg_off & 0x3) { error: patch failed: app/test-pmd/config.c:754 error: app/test-pmd/config.c: patch does not apply Checking patch app/test-pmd/testpmd.h... error: while searching for: static inline uint32_t port_pci_reg_read(struct rte_port *port, uint32_t reg_off) { void *reg_addr; uint32_t reg_v; -- reg_off); reg_v = *((volatile uint32_t *)reg_addr); return rte_le_to_cpu_32(reg_v); } error: patch failed: app/test-pmd/testpmd.h:500 error: app/test-pmd/testpmd.h: patch does not apply Checking patch drivers/net/af_packet/rte_eth_af_packet.c... Hunk #1 succeeded at 299 (offset 6 lines). Checking patch drivers/net/ark/ark_ethdev.c... error: while searching for: ETH_LINK_SPEED_40G | ETH_LINK_SPEED_50G | ETH_LINK_SPEED_100G); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); } static int error: patch failed: drivers/net/ark/ark_ethdev.c:771 error: drivers/net/ark/ark_ethdev.c: patch does not apply Checking patch drivers/net/avf/avf_ethdev.c... error: while searching for: struct avf_info *vf = AVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = AVF_BUF_SIZE_MIN; error: patch failed: drivers/net/avf/avf_ethdev.c:507 error: drivers/net/avf/avf_ethdev.c: patch does not apply Checking patch drivers/net/avp/avp_ethdev.c... error: while searching for: { struct avp_dev *avp = AVP_DEV_PRIVATE_TO_HW(eth_dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->max_rx_queues = avp->max_rx_queues; dev_info->max_tx_queues = avp->max_tx_queues; dev_info->min_rx_bufsize = AVP_MIN_RX_BUFSIZE; error: patch failed: drivers/net/avp/avp_ethdev.c:2206 error: drivers/net/avp/avp_ethdev.c: patch does not apply Checking patch drivers/net/bnx2x/bnx2x_ethdev.c... error: while searching for: bnx2x_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { struct bnx2x_softc *sc = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = sc->max_rx_queues; dev_info->max_tx_queues = sc->max_tx_queues; dev_info->min_rx_bufsize = BNX2X_MIN_RX_BUF_SIZE; error: patch failed: drivers/net/bnx2x/bnx2x_ethdev.c:447 error: drivers/net/bnx2x/bnx2x_ethdev.c: patch does not apply Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: while searching for: uint16_t max_vnics, i, j, vpool, vrxq; unsigned int max_rx_rings; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* MAC Specifics */ dev_info->max_mac_addrs = bp->max_l2_ctx; error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:407 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply Checking patch drivers/net/cxgbe/cxgbe_ethdev.c... error: while searching for: .nb_align = 1, }; device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); device_info->min_rx_bufsize = CXGBE_MIN_RX_BUFSIZE; device_info->max_rx_pktlen = CXGBE_MAX_RX_PKTLEN; error: patch failed: drivers/net/cxgbe/cxgbe_ethdev.c:148 error: drivers/net/cxgbe/cxgbe_ethdev.c: patch does not apply Checking patch drivers/net/dpaa/dpaa_ethdev.c... Hunk #1 succeeded at 312 (offset 67 lines). Checking patch drivers/net/dpaa2/dpaa2_ethdev.c... Hunk #1 succeeded at 195 (offset 32 lines). Checking patch drivers/net/e1000/em_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = em_get_max_pktlen(hw); dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/em_ethdev.c:1048 error: drivers/net/e1000/em_ethdev.c: patch does not apply Checking patch drivers/net/e1000/igb_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = 0x3FFF; /* See RLPML register. */ dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/igb_ethdev.c:2144 error: drivers/net/e1000/igb_ethdev.c: patch does not apply Checking patch drivers/net/ena/ena_ethdev.c... error: while searching for: ena_dev = &adapter->ena_dev; ena_assert_msg(ena_dev != NULL, "Uninitialized device"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->speed_capa = ETH_LINK_SPEED_1G | error: patch failed: drivers/net/ena/ena_ethdev.c:1527 error: drivers/net/ena/ena_ethdev.c: patch does not apply Checking patch drivers/net/enic/enic_ethdev.c... error: while searching for: struct enic *enic = pmd_priv(eth_dev); ENICPMD_FUNC_TRACE(); device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* Scattered Rx uses two receive queues per rx queue exposed to dpdk */ device_info->max_rx_queues = enic->conf_rq_count / 2; device_info->max_tx_queues = enic->conf_wq_count; error: patch failed: drivers/net/enic/enic_ethdev.c:471 error: drivers/net/enic/enic_ethdev.c: patch does not apply Checking patch drivers/net/fm10k/fm10k_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = pdev; dev_info->min_rx_bufsize = FM10K_MIN_RX_BUF_SIZE; dev_info->max_rx_pktlen = FM10K_MAX_PKT_SIZE; dev_info->max_rx_queues = hw->mac.max_queues; error: patch failed: drivers/net/fm10k/fm10k_ethdev.c:1375 error: drivers/net/fm10k/fm10k_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev.c... error: while searching for: struct i40e_vsi *vsi = pf->main_vsi; struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = vsi->nb_qps; dev_info->max_tx_queues = vsi->nb_qps; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev.c:3200 error: drivers/net/i40e/i40e_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev_vf.c... error: while searching for: struct i40e_vf *vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2165 error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); struct rte_eth_conf *dev_conf = &dev->data->dev_conf; dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = (uint16_t)hw->mac.max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->mac.max_tx_queues; if (RTE_ETH_DEV_SRIOV(dev).active == 0) { error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:3572 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/kni/rte_eth_kni.c... error: while searching for: dev_info->max_rx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->max_tx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; } static int error: patch failed: drivers/net/kni/rte_eth_kni.c:201 error: drivers/net/kni/rte_eth_kni.c: patch does not apply Checking patch drivers/net/liquidio/lio_ethdev.c... error: while searching for: struct lio_device *lio_dev = LIO_DEV(eth_dev); struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); devinfo->pci_dev = pci_dev; switch (pci_dev->id.subsystem_device_id) { /* CN23xx 10G cards */ error: patch failed: drivers/net/liquidio/lio_ethdev.c:373 error: drivers/net/liquidio/lio_ethdev.c: patch does not apply Checking patch drivers/net/mlx4/mlx4_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx4/mlx4_ethdev.c:555 error: drivers/net/mlx4/mlx4_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:403 error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply Checking patch drivers/net/mrvl/mrvl_ethdev.c... error: drivers/net/mrvl/mrvl_ethdev.c: No such file or directory Checking patch drivers/net/nfp/nfp_net.c... error: while searching for: hw = NFP_NET_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = (uint16_t)hw->max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->max_tx_queues; dev_info->min_rx_bufsize = ETHER_MIN_MTU; error: patch failed: drivers/net/nfp/nfp_net.c:1159 error: drivers/net/nfp/nfp_net.c: patch does not apply Checking patch drivers/net/null/rte_eth_null.c... Hunk #1 succeeded at 298 (offset 6 lines). Checking patch drivers/net/octeontx/octeontx_ethdev.c... error: while searching for: dev_info->max_rx_queues = 1; dev_info->max_tx_queues = PKO_MAX_NUM_DQ; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->default_rxconf = (struct rte_eth_rxconf) { .rx_free_thresh = 0, error: patch failed: drivers/net/octeontx/octeontx_ethdev.c:611 error: drivers/net/octeontx/octeontx_ethdev.c: patch does not apply Checking patch drivers/net/pcap/rte_eth_pcap.c... Hunk #1 succeeded at 532 (offset 6 lines). Checking patch drivers/net/qede/qede_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(edev); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->min_rx_bufsize = (uint32_t)QEDE_MIN_RX_BUFF_SIZE; dev_info->max_rx_pktlen = (uint32_t)ETH_TX_MAX_NON_LSO_PKT_LEN; dev_info->rx_desc_lim = qede_rx_desc_lim; error: patch failed: drivers/net/qede/qede_ethdev.c:1515 error: drivers/net/qede/qede_ethdev.c: patch does not apply Checking patch drivers/net/ring/rte_eth_ring.c... Hunk #1 succeeded at 159 (offset 6 lines). Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: sfc_log_init(sa, "entry"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_pktlen = EFX_MAC_PDU_MAX; /* Autonegotiation may be disabled */ error: patch failed: drivers/net/sfc/sfc_ethdev.c:89 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/szedata2/rte_eth_szedata2.c... error: while searching for: struct rte_eth_dev_info *dev_info) { struct pmd_internals *internals = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->if_index = 0; dev_info->max_mac_addrs = 1; dev_info->max_rx_pktlen = (uint32_t)-1; error: patch failed: drivers/net/szedata2/rte_eth_szedata2.c:1031 error: drivers/net/szedata2/rte_eth_szedata2.c: patch does not apply Checking patch drivers/net/tap/rte_eth_tap.c... error: while searching for: dev_info->max_rx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->max_tx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->speed_capa = tap_dev_speed_capa(); dev_info->rx_offload_capa = tap_rx_offload_get_port_capa(); dev_info->tx_offload_capa = tap_tx_offload_get_port_capa(); error: patch failed: drivers/net/tap/rte_eth_tap.c:688 error: drivers/net/tap/rte_eth_tap.c: patch does not apply Checking patch drivers/net/thunderx/nicvf_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* Autonegotiation may be disabled */ dev_info->speed_capa = ETH_LINK_SPEED_FIXED; error: patch failed: drivers/net/thunderx/nicvf_ethdev.c:1400 error: drivers/net/thunderx/nicvf_ethdev.c: patch does not apply Checking patch drivers/net/virtio/virtio_ethdev.c... error: while searching for: dev_info->speed_capa = ETH_LINK_SPEED_10G; /* fake value */ dev_info->pci_dev = dev->device ? RTE_ETH_DEV_TO_PCI(dev) : NULL; dev_info->max_rx_queues = RTE_MIN(hw->max_queue_pairs, VIRTIO_MAX_RX_QUEUES); dev_info->max_tx_queues = error: patch failed: drivers/net/virtio/virtio_ethdev.c:2057 error: drivers/net/virtio/virtio_ethdev.c: patch does not apply Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c... error: while searching for: vmxnet3_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = VMXNET3_MAX_RX_QUEUES; dev_info->max_tx_queues = VMXNET3_MAX_TX_QUEUES; error: patch failed: drivers/net/vmxnet3/vmxnet3_ethdev.c:1025 error: drivers/net/vmxnet3/vmxnet3_ethdev.c: patch does not apply Checking patch examples/ethtool/lib/rte_ethtool.c... error: while searching for: { struct rte_eth_dev_info dev_info; struct rte_dev_reg_info reg_info; int n; int ret; error: patch failed: examples/ethtool/lib/rte_ethtool.c:22 error: examples/ethtool/lib/rte_ethtool.c: patch does not apply Checking patch examples/ip_pipeline/init.c... error: examples/ip_pipeline/init.c: No such file or directory Checking patch examples/kni/main.c... error: while searching for: if (i == 0) { struct rte_kni_ops ops; struct rte_eth_dev_info dev_info; memset(&dev_info, 0, sizeof(dev_info)); -- conf.id = dev_info.pci_dev->id; } /* Get the interface default mac address */ rte_eth_macaddr_get(port_id, error: patch failed: examples/kni/main.c:834 error: examples/kni/main.c: patch does not apply Checking patch lib/librte_ether/rte_ethdev.h... error: lib/librte_ether/rte_ethdev.h: No such file or directory Checking patch test/test/test_kni.c... error: while searching for: struct rte_kni_conf conf; struct rte_eth_dev_info info; struct rte_kni_ops ops; if (!mp) return -1; error: patch failed: test/test/test_kni.c:357 error: test/test/test_kni.c: patch does not apply *Repo: dpdk-next-net Checking patch app/test-pmd/config.c... error: while searching for: static int port_reg_off_is_invalid(portid_t port_id, uint32_t reg_off) { uint64_t pci_len; if (reg_off & 0x3) { error: patch failed: app/test-pmd/config.c:754 error: app/test-pmd/config.c: patch does not apply Checking patch app/test-pmd/testpmd.h... error: while searching for: static inline uint32_t port_pci_reg_read(struct rte_port *port, uint32_t reg_off) { void *reg_addr; uint32_t reg_v; -- reg_off); reg_v = *((volatile uint32_t *)reg_addr); return rte_le_to_cpu_32(reg_v); } error: patch failed: app/test-pmd/testpmd.h:500 error: app/test-pmd/testpmd.h: patch does not apply Checking patch drivers/net/af_packet/rte_eth_af_packet.c... Hunk #1 succeeded at 299 (offset 6 lines). Checking patch drivers/net/ark/ark_ethdev.c... error: while searching for: ETH_LINK_SPEED_40G | ETH_LINK_SPEED_50G | ETH_LINK_SPEED_100G); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); } static int error: patch failed: drivers/net/ark/ark_ethdev.c:771 error: drivers/net/ark/ark_ethdev.c: patch does not apply Checking patch drivers/net/avf/avf_ethdev.c... error: while searching for: struct avf_info *vf = AVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = AVF_BUF_SIZE_MIN; error: patch failed: drivers/net/avf/avf_ethdev.c:507 error: drivers/net/avf/avf_ethdev.c: patch does not apply Checking patch drivers/net/avp/avp_ethdev.c... error: while searching for: { struct avp_dev *avp = AVP_DEV_PRIVATE_TO_HW(eth_dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->max_rx_queues = avp->max_rx_queues; dev_info->max_tx_queues = avp->max_tx_queues; dev_info->min_rx_bufsize = AVP_MIN_RX_BUFSIZE; error: patch failed: drivers/net/avp/avp_ethdev.c:2206 error: drivers/net/avp/avp_ethdev.c: patch does not apply Checking patch drivers/net/bnx2x/bnx2x_ethdev.c... error: while searching for: bnx2x_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { struct bnx2x_softc *sc = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = sc->max_rx_queues; dev_info->max_tx_queues = sc->max_tx_queues; dev_info->min_rx_bufsize = BNX2X_MIN_RX_BUF_SIZE; error: patch failed: drivers/net/bnx2x/bnx2x_ethdev.c:447 error: drivers/net/bnx2x/bnx2x_ethdev.c: patch does not apply Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: while searching for: uint16_t max_vnics, i, j, vpool, vrxq; unsigned int max_rx_rings; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* MAC Specifics */ dev_info->max_mac_addrs = bp->max_l2_ctx; error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:407 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply Checking patch drivers/net/cxgbe/cxgbe_ethdev.c... error: while searching for: .nb_align = 1, }; device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); device_info->min_rx_bufsize = CXGBE_MIN_RX_BUFSIZE; device_info->max_rx_pktlen = CXGBE_MAX_RX_PKTLEN; error: patch failed: drivers/net/cxgbe/cxgbe_ethdev.c:148 error: drivers/net/cxgbe/cxgbe_ethdev.c: patch does not apply Checking patch drivers/net/dpaa/dpaa_ethdev.c... Hunk #1 succeeded at 297 (offset 52 lines). Checking patch drivers/net/dpaa2/dpaa2_ethdev.c... Hunk #1 succeeded at 195 (offset 32 lines). Checking patch drivers/net/e1000/em_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = em_get_max_pktlen(hw); dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/em_ethdev.c:1048 error: drivers/net/e1000/em_ethdev.c: patch does not apply Checking patch drivers/net/e1000/igb_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = 0x3FFF; /* See RLPML register. */ dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/igb_ethdev.c:2144 error: drivers/net/e1000/igb_ethdev.c: patch does not apply Checking patch drivers/net/ena/ena_ethdev.c... error: while searching for: ena_dev = &adapter->ena_dev; ena_assert_msg(ena_dev != NULL, "Uninitialized device"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->speed_capa = ETH_LINK_SPEED_1G | error: patch failed: drivers/net/ena/ena_ethdev.c:1527 error: drivers/net/ena/ena_ethdev.c: patch does not apply Checking patch drivers/net/enic/enic_ethdev.c... error: while searching for: struct enic *enic = pmd_priv(eth_dev); ENICPMD_FUNC_TRACE(); device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* Scattered Rx uses two receive queues per rx queue exposed to dpdk */ device_info->max_rx_queues = enic->conf_rq_count / 2; device_info->max_tx_queues = enic->conf_wq_count; error: patch failed: drivers/net/enic/enic_ethdev.c:471 error: drivers/net/enic/enic_ethdev.c: patch does not apply Checking patch drivers/net/fm10k/fm10k_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = pdev; dev_info->min_rx_bufsize = FM10K_MIN_RX_BUF_SIZE; dev_info->max_rx_pktlen = FM10K_MAX_PKT_SIZE; dev_info->max_rx_queues = hw->mac.max_queues; error: patch failed: drivers/net/fm10k/fm10k_ethdev.c:1375 error: drivers/net/fm10k/fm10k_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev.c... error: while searching for: struct i40e_vsi *vsi = pf->main_vsi; struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = vsi->nb_qps; dev_info->max_tx_queues = vsi->nb_qps; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev.c:3200 error: drivers/net/i40e/i40e_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev_vf.c... error: while searching for: struct i40e_vf *vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2165 error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); struct rte_eth_conf *dev_conf = &dev->data->dev_conf; dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = (uint16_t)hw->mac.max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->mac.max_tx_queues; if (RTE_ETH_DEV_SRIOV(dev).active == 0) { error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:3572 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/kni/rte_eth_kni.c... error: while searching for: dev_info->max_rx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->max_tx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; } static int error: patch failed: drivers/net/kni/rte_eth_kni.c:201 error: drivers/net/kni/rte_eth_kni.c: patch does not apply Checking patch drivers/net/liquidio/lio_ethdev.c... error: while searching for: struct lio_device *lio_dev = LIO_DEV(eth_dev); struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); devinfo->pci_dev = pci_dev; switch (pci_dev->id.subsystem_device_id) { /* CN23xx 10G cards */ error: patch failed: drivers/net/liquidio/lio_ethdev.c:373 error: drivers/net/liquidio/lio_ethdev.c: patch does not apply Checking patch drivers/net/mlx4/mlx4_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx4/mlx4_ethdev.c:555 error: drivers/net/mlx4/mlx4_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:403 error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply Checking patch drivers/net/mrvl/mrvl_ethdev.c... error: drivers/net/mrvl/mrvl_ethdev.c: No such file or directory Checking patch drivers/net/nfp/nfp_net.c... error: while searching for: hw = NFP_NET_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = (uint16_t)hw->max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->max_tx_queues; dev_info->min_rx_bufsize = ETHER_MIN_MTU; error: patch failed: drivers/net/nfp/nfp_net.c:1159 error: drivers/net/nfp/nfp_net.c: patch does not apply Checking patch drivers/net/null/rte_eth_null.c... Hunk #1 succeeded at 298 (offset 6 lines). Checking patch drivers/net/octeontx/octeontx_ethdev.c... error: while searching for: dev_info->max_rx_queues = 1; dev_info->max_tx_queues = PKO_MAX_NUM_DQ; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->default_rxconf = (struct rte_eth_rxconf) { .rx_free_thresh = 0, error: patch failed: drivers/net/octeontx/octeontx_ethdev.c:611 error: drivers/net/octeontx/octeontx_ethdev.c: patch does not apply Checking patch drivers/net/pcap/rte_eth_pcap.c... Hunk #1 succeeded at 532 (offset 6 lines). Checking patch drivers/net/qede/qede_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(edev); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->min_rx_bufsize = (uint32_t)QEDE_MIN_RX_BUFF_SIZE; dev_info->max_rx_pktlen = (uint32_t)ETH_TX_MAX_NON_LSO_PKT_LEN; dev_info->rx_desc_lim = qede_rx_desc_lim; error: patch failed: drivers/net/qede/qede_ethdev.c:1515 error: drivers/net/qede/qede_ethdev.c: patch does not apply Checking patch drivers/net/ring/rte_eth_ring.c... Hunk #1 succeeded at 159 (offset 6 lines). Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: sfc_log_init(sa, "entry"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_pktlen = EFX_MAC_PDU_MAX; /* Autonegotiation may be disabled */ error: patch failed: drivers/net/sfc/sfc_ethdev.c:89 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/szedata2/rte_eth_szedata2.c... error: while searching for: struct rte_eth_dev_info *dev_info) { struct pmd_internals *internals = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->if_index = 0; dev_info->max_mac_addrs = 1; dev_info->max_rx_pktlen = (uint32_t)-1; error: patch failed: drivers/net/szedata2/rte_eth_szedata2.c:1031 error: drivers/net/szedata2/rte_eth_szedata2.c: patch does not apply Checking patch drivers/net/tap/rte_eth_tap.c... error: while searching for: dev_info->max_rx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->max_tx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->speed_capa = tap_dev_speed_capa(); dev_info->rx_offload_capa = tap_rx_offload_get_port_capa(); dev_info->tx_offload_capa = tap_tx_offload_get_port_capa(); error: patch failed: drivers/net/tap/rte_eth_tap.c:688 error: drivers/net/tap/rte_eth_tap.c: patch does not apply Checking patch drivers/net/thunderx/nicvf_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* Autonegotiation may be disabled */ dev_info->speed_capa = ETH_LINK_SPEED_FIXED; error: patch failed: drivers/net/thunderx/nicvf_ethdev.c:1400 error: drivers/net/thunderx/nicvf_ethdev.c: patch does not apply Checking patch drivers/net/virtio/virtio_ethdev.c... error: while searching for: dev_info->speed_capa = ETH_LINK_SPEED_10G; /* fake value */ dev_info->pci_dev = dev->device ? RTE_ETH_DEV_TO_PCI(dev) : NULL; dev_info->max_rx_queues = RTE_MIN(hw->max_queue_pairs, VIRTIO_MAX_RX_QUEUES); dev_info->max_tx_queues = error: patch failed: drivers/net/virtio/virtio_ethdev.c:2057 error: drivers/net/virtio/virtio_ethdev.c: patch does not apply Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c... error: while searching for: vmxnet3_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = VMXNET3_MAX_RX_QUEUES; dev_info->max_tx_queues = VMXNET3_MAX_TX_QUEUES; error: patch failed: drivers/net/vmxnet3/vmxnet3_ethdev.c:1025 error: drivers/net/vmxnet3/vmxnet3_ethdev.c: patch does not apply Checking patch examples/ethtool/lib/rte_ethtool.c... error: while searching for: { struct rte_eth_dev_info dev_info; struct rte_dev_reg_info reg_info; int n; int ret; error: patch failed: examples/ethtool/lib/rte_ethtool.c:22 error: examples/ethtool/lib/rte_ethtool.c: patch does not apply Checking patch examples/ip_pipeline/init.c... error: examples/ip_pipeline/init.c: No such file or directory Checking patch examples/kni/main.c... error: while searching for: if (i == 0) { struct rte_kni_ops ops; struct rte_eth_dev_info dev_info; memset(&dev_info, 0, sizeof(dev_info)); -- conf.id = dev_info.pci_dev->id; } /* Get the interface default mac address */ rte_eth_macaddr_get(port_id, error: patch failed: examples/kni/main.c:834 error: examples/kni/main.c: patch does not apply Checking patch lib/librte_ether/rte_ethdev.h... error: lib/librte_ether/rte_ethdev.h: No such file or directory Checking patch test/test/test_kni.c... error: while searching for: struct rte_kni_conf conf; struct rte_eth_dev_info info; struct rte_kni_ops ops; if (!mp) return -1; error: patch failed: test/test/test_kni.c:357 error: test/test/test_kni.c: patch does not apply *Repo: dpdk-next-crypto Checking patch app/test-pmd/config.c... error: while searching for: static int port_reg_off_is_invalid(portid_t port_id, uint32_t reg_off) { uint64_t pci_len; if (reg_off & 0x3) { error: patch failed: app/test-pmd/config.c:754 error: app/test-pmd/config.c: patch does not apply Checking patch app/test-pmd/testpmd.h... error: while searching for: static inline uint32_t port_pci_reg_read(struct rte_port *port, uint32_t reg_off) { void *reg_addr; uint32_t reg_v; -- reg_off); reg_v = *((volatile uint32_t *)reg_addr); return rte_le_to_cpu_32(reg_v); } error: patch failed: app/test-pmd/testpmd.h:500 error: app/test-pmd/testpmd.h: patch does not apply Checking patch drivers/net/af_packet/rte_eth_af_packet.c... Hunk #1 succeeded at 299 (offset 6 lines). Checking patch drivers/net/ark/ark_ethdev.c... error: while searching for: ETH_LINK_SPEED_40G | ETH_LINK_SPEED_50G | ETH_LINK_SPEED_100G); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); } static int error: patch failed: drivers/net/ark/ark_ethdev.c:771 error: drivers/net/ark/ark_ethdev.c: patch does not apply Checking patch drivers/net/avf/avf_ethdev.c... error: while searching for: struct avf_info *vf = AVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = AVF_BUF_SIZE_MIN; error: patch failed: drivers/net/avf/avf_ethdev.c:507 error: drivers/net/avf/avf_ethdev.c: patch does not apply Checking patch drivers/net/avp/avp_ethdev.c... error: while searching for: { struct avp_dev *avp = AVP_DEV_PRIVATE_TO_HW(eth_dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->max_rx_queues = avp->max_rx_queues; dev_info->max_tx_queues = avp->max_tx_queues; dev_info->min_rx_bufsize = AVP_MIN_RX_BUFSIZE; error: patch failed: drivers/net/avp/avp_ethdev.c:2206 error: drivers/net/avp/avp_ethdev.c: patch does not apply Checking patch drivers/net/bnx2x/bnx2x_ethdev.c... error: while searching for: bnx2x_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { struct bnx2x_softc *sc = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = sc->max_rx_queues; dev_info->max_tx_queues = sc->max_tx_queues; dev_info->min_rx_bufsize = BNX2X_MIN_RX_BUF_SIZE; error: patch failed: drivers/net/bnx2x/bnx2x_ethdev.c:447 error: drivers/net/bnx2x/bnx2x_ethdev.c: patch does not apply Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: while searching for: uint16_t max_vnics, i, j, vpool, vrxq; unsigned int max_rx_rings; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* MAC Specifics */ dev_info->max_mac_addrs = bp->max_l2_ctx; error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:407 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply Checking patch drivers/net/cxgbe/cxgbe_ethdev.c... error: while searching for: .nb_align = 1, }; device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); device_info->min_rx_bufsize = CXGBE_MIN_RX_BUFSIZE; device_info->max_rx_pktlen = CXGBE_MAX_RX_PKTLEN; error: patch failed: drivers/net/cxgbe/cxgbe_ethdev.c:148 error: drivers/net/cxgbe/cxgbe_ethdev.c: patch does not apply Checking patch drivers/net/dpaa/dpaa_ethdev.c... Hunk #1 succeeded at 312 (offset 67 lines). Checking patch drivers/net/dpaa2/dpaa2_ethdev.c... Hunk #1 succeeded at 195 (offset 32 lines). Checking patch drivers/net/e1000/em_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = em_get_max_pktlen(hw); dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/em_ethdev.c:1048 error: drivers/net/e1000/em_ethdev.c: patch does not apply Checking patch drivers/net/e1000/igb_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = 0x3FFF; /* See RLPML register. */ dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/igb_ethdev.c:2144 error: drivers/net/e1000/igb_ethdev.c: patch does not apply Checking patch drivers/net/ena/ena_ethdev.c... error: while searching for: ena_dev = &adapter->ena_dev; ena_assert_msg(ena_dev != NULL, "Uninitialized device"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->speed_capa = ETH_LINK_SPEED_1G | error: patch failed: drivers/net/ena/ena_ethdev.c:1527 error: drivers/net/ena/ena_ethdev.c: patch does not apply Checking patch drivers/net/enic/enic_ethdev.c... error: while searching for: struct enic *enic = pmd_priv(eth_dev); ENICPMD_FUNC_TRACE(); device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* Scattered Rx uses two receive queues per rx queue exposed to dpdk */ device_info->max_rx_queues = enic->conf_rq_count / 2; device_info->max_tx_queues = enic->conf_wq_count; error: patch failed: drivers/net/enic/enic_ethdev.c:471 error: drivers/net/enic/enic_ethdev.c: patch does not apply Checking patch drivers/net/fm10k/fm10k_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = pdev; dev_info->min_rx_bufsize = FM10K_MIN_RX_BUF_SIZE; dev_info->max_rx_pktlen = FM10K_MAX_PKT_SIZE; dev_info->max_rx_queues = hw->mac.max_queues; error: patch failed: drivers/net/fm10k/fm10k_ethdev.c:1375 error: drivers/net/fm10k/fm10k_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev.c... error: while searching for: struct i40e_vsi *vsi = pf->main_vsi; struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = vsi->nb_qps; dev_info->max_tx_queues = vsi->nb_qps; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev.c:3200 error: drivers/net/i40e/i40e_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev_vf.c... error: while searching for: struct i40e_vf *vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2165 error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); struct rte_eth_conf *dev_conf = &dev->data->dev_conf; dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = (uint16_t)hw->mac.max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->mac.max_tx_queues; if (RTE_ETH_DEV_SRIOV(dev).active == 0) { error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:3572 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/kni/rte_eth_kni.c... error: while searching for: dev_info->max_rx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->max_tx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; } static int error: patch failed: drivers/net/kni/rte_eth_kni.c:201 error: drivers/net/kni/rte_eth_kni.c: patch does not apply Checking patch drivers/net/liquidio/lio_ethdev.c... error: while searching for: struct lio_device *lio_dev = LIO_DEV(eth_dev); struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); devinfo->pci_dev = pci_dev; switch (pci_dev->id.subsystem_device_id) { /* CN23xx 10G cards */ error: patch failed: drivers/net/liquidio/lio_ethdev.c:373 error: drivers/net/liquidio/lio_ethdev.c: patch does not apply Checking patch drivers/net/mlx4/mlx4_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx4/mlx4_ethdev.c:555 error: drivers/net/mlx4/mlx4_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:403 error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply Checking patch drivers/net/mrvl/mrvl_ethdev.c... error: drivers/net/mrvl/mrvl_ethdev.c: No such file or directory Checking patch drivers/net/nfp/nfp_net.c... error: while searching for: hw = NFP_NET_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = (uint16_t)hw->max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->max_tx_queues; dev_info->min_rx_bufsize = ETHER_MIN_MTU; error: patch failed: drivers/net/nfp/nfp_net.c:1159 error: drivers/net/nfp/nfp_net.c: patch does not apply Checking patch drivers/net/null/rte_eth_null.c... Hunk #1 succeeded at 298 (offset 6 lines). Checking patch drivers/net/octeontx/octeontx_ethdev.c... error: while searching for: dev_info->max_rx_queues = 1; dev_info->max_tx_queues = PKO_MAX_NUM_DQ; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->default_rxconf = (struct rte_eth_rxconf) { .rx_free_thresh = 0, error: patch failed: drivers/net/octeontx/octeontx_ethdev.c:611 error: drivers/net/octeontx/octeontx_ethdev.c: patch does not apply Checking patch drivers/net/pcap/rte_eth_pcap.c... Hunk #1 succeeded at 532 (offset 6 lines). Checking patch drivers/net/qede/qede_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(edev); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->min_rx_bufsize = (uint32_t)QEDE_MIN_RX_BUFF_SIZE; dev_info->max_rx_pktlen = (uint32_t)ETH_TX_MAX_NON_LSO_PKT_LEN; dev_info->rx_desc_lim = qede_rx_desc_lim; error: patch failed: drivers/net/qede/qede_ethdev.c:1515 error: drivers/net/qede/qede_ethdev.c: patch does not apply Checking patch drivers/net/ring/rte_eth_ring.c... Hunk #1 succeeded at 159 (offset 6 lines). Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: sfc_log_init(sa, "entry"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_pktlen = EFX_MAC_PDU_MAX; /* Autonegotiation may be disabled */ error: patch failed: drivers/net/sfc/sfc_ethdev.c:89 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/szedata2/rte_eth_szedata2.c... error: while searching for: struct rte_eth_dev_info *dev_info) { struct pmd_internals *internals = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->if_index = 0; dev_info->max_mac_addrs = 1; dev_info->max_rx_pktlen = (uint32_t)-1; error: patch failed: drivers/net/szedata2/rte_eth_szedata2.c:1031 error: drivers/net/szedata2/rte_eth_szedata2.c: patch does not apply Checking patch drivers/net/tap/rte_eth_tap.c... error: while searching for: dev_info->max_rx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->max_tx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->speed_capa = tap_dev_speed_capa(); dev_info->rx_offload_capa = tap_rx_offload_get_port_capa(); dev_info->tx_offload_capa = tap_tx_offload_get_port_capa(); error: patch failed: drivers/net/tap/rte_eth_tap.c:688 error: drivers/net/tap/rte_eth_tap.c: patch does not apply Checking patch drivers/net/thunderx/nicvf_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* Autonegotiation may be disabled */ dev_info->speed_capa = ETH_LINK_SPEED_FIXED; error: patch failed: drivers/net/thunderx/nicvf_ethdev.c:1400 error: drivers/net/thunderx/nicvf_ethdev.c: patch does not apply Checking patch drivers/net/virtio/virtio_ethdev.c... error: while searching for: dev_info->speed_capa = ETH_LINK_SPEED_10G; /* fake value */ dev_info->pci_dev = dev->device ? RTE_ETH_DEV_TO_PCI(dev) : NULL; dev_info->max_rx_queues = RTE_MIN(hw->max_queue_pairs, VIRTIO_MAX_RX_QUEUES); dev_info->max_tx_queues = error: patch failed: drivers/net/virtio/virtio_ethdev.c:2057 error: drivers/net/virtio/virtio_ethdev.c: patch does not apply Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c... error: while searching for: vmxnet3_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = VMXNET3_MAX_RX_QUEUES; dev_info->max_tx_queues = VMXNET3_MAX_TX_QUEUES; error: patch failed: drivers/net/vmxnet3/vmxnet3_ethdev.c:1025 error: drivers/net/vmxnet3/vmxnet3_ethdev.c: patch does not apply Checking patch examples/ethtool/lib/rte_ethtool.c... error: while searching for: { struct rte_eth_dev_info dev_info; struct rte_dev_reg_info reg_info; int n; int ret; error: patch failed: examples/ethtool/lib/rte_ethtool.c:22 error: examples/ethtool/lib/rte_ethtool.c: patch does not apply Checking patch examples/ip_pipeline/init.c... error: examples/ip_pipeline/init.c: No such file or directory Checking patch examples/kni/main.c... error: while searching for: if (i == 0) { struct rte_kni_ops ops; struct rte_eth_dev_info dev_info; memset(&dev_info, 0, sizeof(dev_info)); -- conf.id = dev_info.pci_dev->id; } /* Get the interface default mac address */ rte_eth_macaddr_get(port_id, error: patch failed: examples/kni/main.c:834 error: examples/kni/main.c: patch does not apply Checking patch lib/librte_ether/rte_ethdev.h... error: lib/librte_ether/rte_ethdev.h: No such file or directory Checking patch test/test/test_kni.c... error: while searching for: struct rte_kni_conf conf; struct rte_eth_dev_info info; struct rte_kni_ops ops; if (!mp) return -1; error: patch failed: test/test/test_kni.c:357 error: test/test/test_kni.c: patch does not apply *Repo: dpdk-next-virtio Checking patch app/test-pmd/config.c... error: while searching for: static int port_reg_off_is_invalid(portid_t port_id, uint32_t reg_off) { uint64_t pci_len; if (reg_off & 0x3) { error: patch failed: app/test-pmd/config.c:754 error: app/test-pmd/config.c: patch does not apply Checking patch app/test-pmd/testpmd.h... error: while searching for: static inline uint32_t port_pci_reg_read(struct rte_port *port, uint32_t reg_off) { void *reg_addr; uint32_t reg_v; -- reg_off); reg_v = *((volatile uint32_t *)reg_addr); return rte_le_to_cpu_32(reg_v); } error: patch failed: app/test-pmd/testpmd.h:500 error: app/test-pmd/testpmd.h: patch does not apply Checking patch drivers/net/af_packet/rte_eth_af_packet.c... Hunk #1 succeeded at 299 (offset 6 lines). Checking patch drivers/net/ark/ark_ethdev.c... error: while searching for: ETH_LINK_SPEED_40G | ETH_LINK_SPEED_50G | ETH_LINK_SPEED_100G); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); } static int error: patch failed: drivers/net/ark/ark_ethdev.c:771 error: drivers/net/ark/ark_ethdev.c: patch does not apply Checking patch drivers/net/avf/avf_ethdev.c... error: while searching for: struct avf_info *vf = AVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = AVF_BUF_SIZE_MIN; error: patch failed: drivers/net/avf/avf_ethdev.c:507 error: drivers/net/avf/avf_ethdev.c: patch does not apply Checking patch drivers/net/avp/avp_ethdev.c... error: while searching for: { struct avp_dev *avp = AVP_DEV_PRIVATE_TO_HW(eth_dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->max_rx_queues = avp->max_rx_queues; dev_info->max_tx_queues = avp->max_tx_queues; dev_info->min_rx_bufsize = AVP_MIN_RX_BUFSIZE; error: patch failed: drivers/net/avp/avp_ethdev.c:2206 error: drivers/net/avp/avp_ethdev.c: patch does not apply Checking patch drivers/net/bnx2x/bnx2x_ethdev.c... error: while searching for: bnx2x_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { struct bnx2x_softc *sc = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = sc->max_rx_queues; dev_info->max_tx_queues = sc->max_tx_queues; dev_info->min_rx_bufsize = BNX2X_MIN_RX_BUF_SIZE; error: patch failed: drivers/net/bnx2x/bnx2x_ethdev.c:447 error: drivers/net/bnx2x/bnx2x_ethdev.c: patch does not apply Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: while searching for: uint16_t max_vnics, i, j, vpool, vrxq; unsigned int max_rx_rings; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* MAC Specifics */ dev_info->max_mac_addrs = bp->max_l2_ctx; error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:407 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply Checking patch drivers/net/cxgbe/cxgbe_ethdev.c... error: while searching for: .nb_align = 1, }; device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); device_info->min_rx_bufsize = CXGBE_MIN_RX_BUFSIZE; device_info->max_rx_pktlen = CXGBE_MAX_RX_PKTLEN; error: patch failed: drivers/net/cxgbe/cxgbe_ethdev.c:148 error: drivers/net/cxgbe/cxgbe_ethdev.c: patch does not apply Checking patch drivers/net/dpaa/dpaa_ethdev.c... Hunk #1 succeeded at 312 (offset 67 lines). Checking patch drivers/net/dpaa2/dpaa2_ethdev.c... Hunk #1 succeeded at 195 (offset 32 lines). Checking patch drivers/net/e1000/em_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = em_get_max_pktlen(hw); dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/em_ethdev.c:1048 error: drivers/net/e1000/em_ethdev.c: patch does not apply Checking patch drivers/net/e1000/igb_ethdev.c... error: while searching for: { struct e1000_hw *hw = E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->min_rx_bufsize = 256; /* See BSIZE field of RCTL register. */ dev_info->max_rx_pktlen = 0x3FFF; /* See RLPML register. */ dev_info->max_mac_addrs = hw->mac.rar_entry_count; error: patch failed: drivers/net/e1000/igb_ethdev.c:2144 error: drivers/net/e1000/igb_ethdev.c: patch does not apply Checking patch drivers/net/ena/ena_ethdev.c... error: while searching for: ena_dev = &adapter->ena_dev; ena_assert_msg(ena_dev != NULL, "Uninitialized device"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->speed_capa = ETH_LINK_SPEED_1G | error: patch failed: drivers/net/ena/ena_ethdev.c:1527 error: drivers/net/ena/ena_ethdev.c: patch does not apply Checking patch drivers/net/enic/enic_ethdev.c... error: while searching for: struct enic *enic = pmd_priv(eth_dev); ENICPMD_FUNC_TRACE(); device_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); /* Scattered Rx uses two receive queues per rx queue exposed to dpdk */ device_info->max_rx_queues = enic->conf_rq_count / 2; device_info->max_tx_queues = enic->conf_wq_count; error: patch failed: drivers/net/enic/enic_ethdev.c:471 error: drivers/net/enic/enic_ethdev.c: patch does not apply Checking patch drivers/net/fm10k/fm10k_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = pdev; dev_info->min_rx_bufsize = FM10K_MIN_RX_BUF_SIZE; dev_info->max_rx_pktlen = FM10K_MAX_PKT_SIZE; dev_info->max_rx_queues = hw->mac.max_queues; error: patch failed: drivers/net/fm10k/fm10k_ethdev.c:1375 error: drivers/net/fm10k/fm10k_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev.c... error: while searching for: struct i40e_vsi *vsi = pf->main_vsi; struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = vsi->nb_qps; dev_info->max_tx_queues = vsi->nb_qps; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev.c:3200 error: drivers/net/i40e/i40e_ethdev.c: patch does not apply Checking patch drivers/net/i40e/i40e_ethdev_vf.c... error: while searching for: struct i40e_vf *vf = I40EVF_DEV_PRIVATE_TO_VF(dev->data->dev_private); memset(dev_info, 0, sizeof(*dev_info)); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = vf->vsi_res->num_queue_pairs; dev_info->max_tx_queues = vf->vsi_res->num_queue_pairs; dev_info->min_rx_bufsize = I40E_BUF_SIZE_MIN; error: patch failed: drivers/net/i40e/i40e_ethdev_vf.c:2165 error: drivers/net/i40e/i40e_ethdev_vf.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); struct rte_eth_conf *dev_conf = &dev->data->dev_conf; dev_info->pci_dev = pci_dev; dev_info->max_rx_queues = (uint16_t)hw->mac.max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->mac.max_tx_queues; if (RTE_ETH_DEV_SRIOV(dev).active == 0) { error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:3572 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/kni/rte_eth_kni.c... error: while searching for: dev_info->max_rx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->max_tx_queues = KNI_MAX_QUEUE_PER_PORT; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; } static int error: patch failed: drivers/net/kni/rte_eth_kni.c:201 error: drivers/net/kni/rte_eth_kni.c: patch does not apply Checking patch drivers/net/liquidio/lio_ethdev.c... error: while searching for: struct lio_device *lio_dev = LIO_DEV(eth_dev); struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); devinfo->pci_dev = pci_dev; switch (pci_dev->id.subsystem_device_id) { /* CN23xx 10G cards */ error: patch failed: drivers/net/liquidio/lio_ethdev.c:373 error: drivers/net/liquidio/lio_ethdev.c: patch does not apply Checking patch drivers/net/mlx4/mlx4_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx4/mlx4_ethdev.c:555 error: drivers/net/mlx4/mlx4_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_ethdev.c... error: while searching for: unsigned int max; char ifname[IF_NAMESIZE]; info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* FIXME: we should ask the device for these values. */ info->min_rx_bufsize = 32; info->max_rx_pktlen = 65536; error: patch failed: drivers/net/mlx5/mlx5_ethdev.c:403 error: drivers/net/mlx5/mlx5_ethdev.c: patch does not apply Checking patch drivers/net/mrvl/mrvl_ethdev.c... error: drivers/net/mrvl/mrvl_ethdev.c: No such file or directory Checking patch drivers/net/nfp/nfp_net.c... error: while searching for: hw = NFP_NET_DEV_PRIVATE_TO_HW(dev->data->dev_private); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = (uint16_t)hw->max_rx_queues; dev_info->max_tx_queues = (uint16_t)hw->max_tx_queues; dev_info->min_rx_bufsize = ETHER_MIN_MTU; error: patch failed: drivers/net/nfp/nfp_net.c:1159 error: drivers/net/nfp/nfp_net.c: patch does not apply Checking patch drivers/net/null/rte_eth_null.c... Hunk #1 succeeded at 298 (offset 6 lines). Checking patch drivers/net/octeontx/octeontx_ethdev.c... error: while searching for: dev_info->max_rx_queues = 1; dev_info->max_tx_queues = PKO_MAX_NUM_DQ; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->default_rxconf = (struct rte_eth_rxconf) { .rx_free_thresh = 0, error: patch failed: drivers/net/octeontx/octeontx_ethdev.c:611 error: drivers/net/octeontx/octeontx_ethdev.c: patch does not apply Checking patch drivers/net/pcap/rte_eth_pcap.c... Hunk #1 succeeded at 532 (offset 6 lines). Checking patch drivers/net/qede/qede_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(edev); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); dev_info->min_rx_bufsize = (uint32_t)QEDE_MIN_RX_BUFF_SIZE; dev_info->max_rx_pktlen = (uint32_t)ETH_TX_MAX_NON_LSO_PKT_LEN; dev_info->rx_desc_lim = qede_rx_desc_lim; error: patch failed: drivers/net/qede/qede_ethdev.c:1515 error: drivers/net/qede/qede_ethdev.c: patch does not apply Checking patch drivers/net/ring/rte_eth_ring.c... Hunk #1 succeeded at 159 (offset 6 lines). Checking patch drivers/net/sfc/sfc_ethdev.c... error: while searching for: sfc_log_init(sa, "entry"); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_pktlen = EFX_MAC_PDU_MAX; /* Autonegotiation may be disabled */ error: patch failed: drivers/net/sfc/sfc_ethdev.c:89 error: drivers/net/sfc/sfc_ethdev.c: patch does not apply Checking patch drivers/net/szedata2/rte_eth_szedata2.c... error: while searching for: struct rte_eth_dev_info *dev_info) { struct pmd_internals *internals = dev->data->dev_private; dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->if_index = 0; dev_info->max_mac_addrs = 1; dev_info->max_rx_pktlen = (uint32_t)-1; error: patch failed: drivers/net/szedata2/rte_eth_szedata2.c:1031 error: drivers/net/szedata2/rte_eth_szedata2.c: patch does not apply Checking patch drivers/net/tap/rte_eth_tap.c... error: while searching for: dev_info->max_rx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->max_tx_queues = RTE_PMD_TAP_MAX_QUEUES; dev_info->min_rx_bufsize = 0; dev_info->pci_dev = NULL; dev_info->speed_capa = tap_dev_speed_capa(); dev_info->rx_offload_capa = tap_rx_offload_get_port_capa(); dev_info->tx_offload_capa = tap_tx_offload_get_port_capa(); error: patch failed: drivers/net/tap/rte_eth_tap.c:688 error: drivers/net/tap/rte_eth_tap.c: patch does not apply Checking patch drivers/net/thunderx/nicvf_ethdev.c... error: while searching for: PMD_INIT_FUNC_TRACE(); dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); /* Autonegotiation may be disabled */ dev_info->speed_capa = ETH_LINK_SPEED_FIXED; error: patch failed: drivers/net/thunderx/nicvf_ethdev.c:1400 error: drivers/net/thunderx/nicvf_ethdev.c: patch does not apply Checking patch drivers/net/virtio/virtio_ethdev.c... error: while searching for: dev_info->speed_capa = ETH_LINK_SPEED_10G; /* fake value */ dev_info->pci_dev = dev->device ? RTE_ETH_DEV_TO_PCI(dev) : NULL; dev_info->max_rx_queues = RTE_MIN(hw->max_queue_pairs, VIRTIO_MAX_RX_QUEUES); dev_info->max_tx_queues = error: patch failed: drivers/net/virtio/virtio_ethdev.c:2057 error: drivers/net/virtio/virtio_ethdev.c: patch does not apply Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c... error: while searching for: vmxnet3_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) { dev_info->pci_dev = RTE_ETH_DEV_TO_PCI(dev); dev_info->max_rx_queues = VMXNET3_MAX_RX_QUEUES; dev_info->max_tx_queues = VMXNET3_MAX_TX_QUEUES; error: patch failed: drivers/net/vmxnet3/vmxnet3_ethdev.c:1025 error: drivers/net/vmxnet3/vmxnet3_ethdev.c: patch does not apply Checking patch examples/ethtool/lib/rte_ethtool.c... error: while searching for: { struct rte_eth_dev_info dev_info; struct rte_dev_reg_info reg_info; int n; int ret; error: patch failed: examples/ethtool/lib/rte_ethtool.c:22 error: examples/ethtool/lib/rte_ethtool.c: patch does not apply Checking patch examples/ip_pipeline/init.c... error: examples/ip_pipeline/init.c: No such file or directory Checking patch examples/kni/main.c... error: while searching for: if (i == 0) { struct rte_kni_ops ops; struct rte_eth_dev_info dev_info; memset(&dev_info, 0, sizeof(dev_info)); -- conf.id = dev_info.pci_dev->id; } /* Get the interface default mac address */ rte_eth_macaddr_get(port_id, error: patch failed: examples/kni/main.c:834 error: examples/kni/main.c: patch does not apply Checking patch lib/librte_ether/rte_ethdev.h... error: lib/librte_ether/rte_ethdev.h: No such file or directory Checking patch test/test/test_kni.c... error: while searching for: struct rte_kni_conf conf; struct rte_eth_dev_info info; struct rte_kni_ops ops; if (!mp) return -1; error: patch failed: test/test/test_kni.c:357 error: test/test/test_kni.c: patch does not apply DPDK STV team