Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/100710 _apply patch failure_ Submitter: Ferruh Yigit Date: Thursday, October 07 2021 16:56:25 Applied on: CommitID:44fe9bd8e467201e3924b4330eaec27734676f6e Apply patch set 100710-100714 failed: Checking patch app/test-eventdev/test_perf_common.c... Checking patch app/test-eventdev/test_pipeline_common.c... Checking patch app/test-pmd/cmdline.c... Checking patch app/test-pmd/config.c... Checking patch app/test-pmd/parameters.c... Checking patch app/test-pmd/testpmd.c... Checking patch app/test-pmd/testpmd.h... Checking patch app/test/test_link_bonding.c... Checking patch app/test/test_link_bonding_mode4.c... Checking patch app/test/test_link_bonding_rssconf.c... Checking patch app/test/test_pmd_perf.c... Checking patch doc/guides/nics/dpaa.rst... Checking patch doc/guides/nics/dpaa2.rst... Checking patch doc/guides/nics/features.rst... Checking patch doc/guides/nics/fm10k.rst... Checking patch doc/guides/nics/mlx5.rst... Checking patch doc/guides/nics/octeontx.rst... Checking patch doc/guides/nics/thunderx.rst... Checking patch doc/guides/rel_notes/deprecation.rst... Checking patch doc/guides/sample_app_ug/flow_classify.rst... Checking patch doc/guides/sample_app_ug/l3_forward.rst... Checking patch doc/guides/sample_app_ug/l3_forward_access_ctrl.rst... Checking patch doc/guides/sample_app_ug/l3_forward_graph.rst... Checking patch doc/guides/sample_app_ug/l3_forward_power_man.rst... Checking patch doc/guides/sample_app_ug/performance_thread.rst... Checking patch doc/guides/sample_app_ug/skeleton.rst... Checking patch drivers/net/atlantic/atl_ethdev.c... Checking patch drivers/net/avp/avp_ethdev.c... Checking patch drivers/net/axgbe/axgbe_ethdev.c... Checking patch drivers/net/bnx2x/bnx2x_ethdev.c... Checking patch drivers/net/bnxt/bnxt_ethdev.c... Checking patch drivers/net/bonding/rte_eth_bond_pmd.c... Checking patch drivers/net/cnxk/cnxk_ethdev.c... Checking patch drivers/net/cnxk/cnxk_ethdev_ops.c... Checking patch drivers/net/cxgbe/cxgbe_ethdev.c... Checking patch drivers/net/cxgbe/cxgbe_main.c... Checking patch drivers/net/cxgbe/sge.c... Checking patch drivers/net/dpaa/dpaa_ethdev.c... Checking patch drivers/net/dpaa2/dpaa2_ethdev.c... error: while searching for: tx_offloads, dev_tx_offloads_nodis); } if (rx_offloads & DEV_RX_OFFLOAD_JUMBO_FRAME) { if (eth_conf->rxmode.max_rx_pkt_len <= DPAA2_MAX_RX_PKT_LEN) { ret = dpni_set_max_frame_length(dpni, CMD_PRI_LOW, priv->token, eth_conf->rxmode.max_rx_pkt_len - RTE_ETHER_CRC_LEN); if (ret) { DPAA2_PMD_ERR( "Unable to set mtu. check config"); return ret; } dev->data->mtu = dev->data->dev_conf.rxmode.max_rx_pkt_len - RTE_ETHER_HDR_LEN - RTE_ETHER_CRC_LEN - VLAN_TAG_SIZE; DPAA2_PMD_INFO("MTU configured for the device: %d", dev->data->mtu); } else { return -1; } } if (eth_conf->rxmode.mq_mode == ETH_MQ_RX_RSS) { error: patch failed: drivers/net/dpaa2/dpaa2_ethdev.c:559 Hunk #3 succeeded at 1476 (offset 4 lines). Checking patch drivers/net/e1000/em_ethdev.c... Checking patch drivers/net/e1000/igb_ethdev.c... Checking patch drivers/net/e1000/igb_rxtx.c... Checking patch drivers/net/ena/ena_ethdev.c... Checking patch drivers/net/enetc/enetc_ethdev.c... Checking patch drivers/net/enic/enic_ethdev.c... Checking patch drivers/net/enic/enic_main.c... Checking patch drivers/net/fm10k/fm10k_ethdev.c... Checking patch drivers/net/hinic/hinic_pmd_ethdev.c... Checking patch drivers/net/hns3/hns3_ethdev.c... Checking patch drivers/net/hns3/hns3_ethdev_vf.c... Checking patch drivers/net/hns3/hns3_rxtx.c... Checking patch drivers/net/i40e/i40e_ethdev.c... Checking patch drivers/net/i40e/i40e_rxtx.c... Checking patch drivers/net/iavf/iavf_ethdev.c... Checking patch drivers/net/ice/ice_dcf_ethdev.c... Checking patch drivers/net/ice/ice_ethdev.c... Checking patch drivers/net/ice/ice_rxtx.c... Checking patch drivers/net/igc/igc_ethdev.c... Checking patch drivers/net/igc/igc_ethdev.h... Checking patch drivers/net/igc/igc_txrx.c... Checking patch drivers/net/ionic/ionic_ethdev.c... Checking patch drivers/net/ionic/ionic_rxtx.c... Checking patch drivers/net/ipn3ke/ipn3ke_representor.c... Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... Checking patch drivers/net/ixgbe/ixgbe_pf.c... Checking patch drivers/net/ixgbe/ixgbe_rxtx.c... Checking patch drivers/net/liquidio/lio_ethdev.c... Checking patch drivers/net/mlx4/mlx4_rxq.c... Checking patch drivers/net/mlx5/mlx5_rxq.c... Checking patch drivers/net/mvneta/mvneta_ethdev.c... Checking patch drivers/net/mvneta/mvneta_rxtx.c... Checking patch drivers/net/mvpp2/mrvl_ethdev.c... Checking patch drivers/net/nfp/nfp_common.c... Checking patch drivers/net/octeontx/octeontx_ethdev.c... Checking patch drivers/net/octeontx2/otx2_ethdev.c... Checking patch drivers/net/octeontx2/otx2_ethdev_ops.c... Checking patch drivers/net/pfe/pfe_ethdev.c... Checking patch drivers/net/qede/qede_ethdev.c... Checking patch drivers/net/qede/qede_rxtx.c... Checking patch drivers/net/sfc/sfc_ethdev.c... Checking patch drivers/net/sfc/sfc_port.c... Checking patch drivers/net/tap/rte_eth_tap.c... Checking patch drivers/net/thunderx/nicvf_ethdev.c... Checking patch drivers/net/txgbe/txgbe_ethdev.c... Checking patch drivers/net/txgbe/txgbe_ethdev.h... Checking patch drivers/net/txgbe/txgbe_ethdev_vf.c... Checking patch drivers/net/txgbe/txgbe_rxtx.c... Checking patch drivers/net/virtio/virtio_ethdev.c... Checking patch examples/bbdev_app/main.c... Checking patch examples/bond/main.c... Checking patch examples/distributor/main.c... Checking patch examples/eventdev_pipeline/pipeline_worker_generic.c... Checking patch examples/eventdev_pipeline/pipeline_worker_tx.c... Checking patch examples/flow_classify/flow_classify.c... Checking patch examples/ioat/ioatfwd.c... Checking patch examples/ip_fragmentation/main.c... Checking patch examples/ip_pipeline/link.c... Checking patch examples/ip_reassembly/main.c... Checking patch examples/ipsec-secgw/ipsec-secgw.c... Checking patch examples/ipv4_multicast/main.c... Checking patch examples/kni/main.c... Checking patch examples/l2fwd-cat/l2fwd-cat.c... Checking patch examples/l2fwd-crypto/main.c... Checking patch examples/l2fwd-event/l2fwd_common.c... Checking patch examples/l3fwd-acl/main.c... Checking patch examples/l3fwd-graph/main.c... Checking patch examples/l3fwd-power/main.c... Checking patch examples/l3fwd/main.c... Checking patch examples/performance-thread/l3fwd-thread/main.c... Checking patch examples/performance-thread/l3fwd-thread/test.sh... Checking patch examples/pipeline/obj.c... Checking patch examples/ptpclient/ptpclient.c... Checking patch examples/qos_meter/main.c... Checking patch examples/qos_sched/init.c... Checking patch examples/rxtx_callbacks/main.c... Checking patch examples/skeleton/basicfwd.c... Checking patch examples/vhost/main.c... Checking patch examples/vm_power_manager/main.c... Checking patch lib/ethdev/rte_ethdev.c... Checking patch lib/ethdev/rte_ethdev.h... Checking patch lib/ethdev/rte_ethdev_trace.h... Applied patch app/test-eventdev/test_perf_common.c cleanly. Applied patch app/test-eventdev/test_pipeline_common.c cleanly. Applied patch app/test-pmd/cmdline.c cleanly. Applied patch app/test-pmd/config.c cleanly. Applied patch app/test-pmd/parameters.c cleanly. Applied patch app/test-pmd/testpmd.c cleanly. Applied patch app/test-pmd/testpmd.h cleanly. Applied patch app/test/test_link_bonding.c cleanly. Applied patch app/test/test_link_bonding_mode4.c cleanly. Applied patch app/test/test_link_bonding_rssconf.c cleanly. Applied patch app/test/test_pmd_perf.c cleanly. Applied patch doc/guides/nics/dpaa.rst cleanly. Applied patch doc/guides/nics/dpaa2.rst cleanly. Applied patch doc/guides/nics/features.rst cleanly. Applied patch doc/guides/nics/fm10k.rst cleanly. Applied patch doc/guides/nics/mlx5.rst cleanly. Applied patch doc/guides/nics/octeontx.rst cleanly. Applied patch doc/guides/nics/thunderx.rst cleanly. Applied patch doc/guides/rel_notes/deprecation.rst cleanly. Applied patch doc/guides/sample_app_ug/flow_classify.rst cleanly. Applied patch doc/guides/sample_app_ug/l3_forward.rst cleanly. Applied patch doc/guides/sample_app_ug/l3_forward_access_ctrl.rst cleanly. Applied patch doc/guides/sample_app_ug/l3_forward_graph.rst cleanly. Applied patch doc/guides/sample_app_ug/l3_forward_power_man.rst cleanly. Applied patch doc/guides/sample_app_ug/performance_thread.rst cleanly. Applied patch doc/guides/sample_app_ug/skeleton.rst cleanly. Applied patch drivers/net/atlantic/atl_ethdev.c cleanly. Applied patch drivers/net/avp/avp_ethdev.c cleanly. Applied patch drivers/net/axgbe/axgbe_ethdev.c cleanly. Applied patch drivers/net/bnx2x/bnx2x_ethdev.c cleanly. Applied patch drivers/net/bnxt/bnxt_ethdev.c cleanly. Applied patch drivers/net/bonding/rte_eth_bond_pmd.c cleanly. Applied patch drivers/net/cnxk/cnxk_ethdev.c cleanly. Applied patch drivers/net/cnxk/cnxk_ethdev_ops.c cleanly. Applied patch drivers/net/cxgbe/cxgbe_ethdev.c cleanly. Applied patch drivers/net/cxgbe/cxgbe_main.c cleanly. Applied patch drivers/net/cxgbe/sge.c cleanly. Applied patch drivers/net/dpaa/dpaa_ethdev.c cleanly. Applying patch drivers/net/dpaa2/dpaa2_ethdev.c with 1 reject... Hunk #1 applied cleanly. Rejected hunk #2. Hunk #3 applied cleanly. Applied patch drivers/net/e1000/em_ethdev.c cleanly. Applied patch drivers/net/e1000/igb_ethdev.c cleanly. Applied patch drivers/net/e1000/igb_rxtx.c cleanly. Applied patch drivers/net/ena/ena_ethdev.c cleanly. Applied patch drivers/net/enetc/enetc_ethdev.c cleanly. Applied patch drivers/net/enic/enic_ethdev.c cleanly. Applied patch drivers/net/enic/enic_main.c cleanly. Applied patch drivers/net/fm10k/fm10k_ethdev.c cleanly. Applied patch drivers/net/hinic/hinic_pmd_ethdev.c cleanly. Applied patch drivers/net/hns3/hns3_ethdev.c cleanly. Applied patch drivers/net/hns3/hns3_ethdev_vf.c cleanly. Applied patch drivers/net/hns3/hns3_rxtx.c cleanly. Applied patch drivers/net/i40e/i40e_ethdev.c cleanly. Applied patch drivers/net/i40e/i40e_rxtx.c cleanly. Applied patch drivers/net/iavf/iavf_ethdev.c cleanly. Applied patch drivers/net/ice/ice_dcf_ethdev.c cleanly. Applied patch drivers/net/ice/ice_ethdev.c cleanly. Applied patch drivers/net/ice/ice_rxtx.c cleanly. Applied patch drivers/net/igc/igc_ethdev.c cleanly. Applied patch drivers/net/igc/igc_ethdev.h cleanly. Applied patch drivers/net/igc/igc_txrx.c cleanly. Applied patch drivers/net/ionic/ionic_ethdev.c cleanly. Applied patch drivers/net/ionic/ionic_rxtx.c cleanly. Applied patch drivers/net/ipn3ke/ipn3ke_representor.c cleanly. Applied patch drivers/net/ixgbe/ixgbe_ethdev.c cleanly. Applied patch drivers/net/ixgbe/ixgbe_pf.c cleanly. Applied patch drivers/net/ixgbe/ixgbe_rxtx.c cleanly. Applied patch drivers/net/liquidio/lio_ethdev.c cleanly. Applied patch drivers/net/mlx4/mlx4_rxq.c cleanly. Applied patch drivers/net/mlx5/mlx5_rxq.c cleanly. Applied patch drivers/net/mvneta/mvneta_ethdev.c cleanly. Applied patch drivers/net/mvneta/mvneta_rxtx.c cleanly. Applied patch drivers/net/mvpp2/mrvl_ethdev.c cleanly. Applied patch drivers/net/nfp/nfp_common.c cleanly. Applied patch drivers/net/octeontx/octeontx_ethdev.c cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev.c cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev_ops.c cleanly. Applied patch drivers/net/pfe/pfe_ethdev.c cleanly. Applied patch drivers/net/qede/qede_ethdev.c cleanly. Applied patch drivers/net/qede/qede_rxtx.c cleanly. Applied patch drivers/net/sfc/sfc_ethdev.c cleanly. Applied patch drivers/net/sfc/sfc_port.c cleanly. Applied patch drivers/net/tap/rte_eth_tap.c cleanly. Applied patch drivers/net/thunderx/nicvf_ethdev.c cleanly. Applied patch drivers/net/txgbe/txgbe_ethdev.c cleanly. Applied patch drivers/net/txgbe/txgbe_ethdev.h cleanly. Applied patch drivers/net/txgbe/txgbe_ethdev_vf.c cleanly. Applied patch drivers/net/txgbe/txgbe_rxtx.c cleanly. Applied patch drivers/net/virtio/virtio_ethdev.c cleanly. Applied patch examples/bbdev_app/main.c cleanly. Applied patch examples/bond/main.c cleanly. Applied patch examples/distributor/main.c cleanly. Applied patch examples/eventdev_pipeline/pipeline_worker_generic.c cleanly. Applied patch examples/eventdev_pipeline/pipeline_worker_tx.c cleanly. Applied patch examples/flow_classify/flow_classify.c cleanly. Applied patch examples/ioat/ioatfwd.c cleanly. Applied patch examples/ip_fragmentation/main.c cleanly. Applied patch examples/ip_pipeline/link.c cleanly. Applied patch examples/ip_reassembly/main.c cleanly. Applied patch examples/ipsec-secgw/ipsec-secgw.c cleanly. Applied patch examples/ipv4_multicast/main.c cleanly. Applied patch examples/kni/main.c cleanly. Applied patch examples/l2fwd-cat/l2fwd-cat.c cleanly. Applied patch examples/l2fwd-crypto/main.c cleanly. Applied patch examples/l2fwd-event/l2fwd_common.c cleanly. Applied patch examples/l3fwd-acl/main.c cleanly. Applied patch examples/l3fwd-graph/main.c cleanly. Applied patch examples/l3fwd-power/main.c cleanly. Applied patch examples/l3fwd/main.c cleanly. Applied patch examples/performance-thread/l3fwd-thread/main.c cleanly. Applied patch examples/performance-thread/l3fwd-thread/test.sh cleanly. Applied patch examples/pipeline/obj.c cleanly. Applied patch examples/ptpclient/ptpclient.c cleanly. Applied patch examples/qos_meter/main.c cleanly. Applied patch examples/qos_sched/init.c cleanly. Applied patch examples/rxtx_callbacks/main.c cleanly. Applied patch examples/skeleton/basicfwd.c cleanly. Applied patch examples/vhost/main.c cleanly. Applied patch examples/vm_power_manager/main.c cleanly. Applied patch lib/ethdev/rte_ethdev.c cleanly. Applied patch lib/ethdev/rte_ethdev.h cleanly. Applied patch lib/ethdev/rte_ethdev_trace.h cleanly. diff a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c (rejected hunks) @@ -559,25 +560,19 @@ dpaa2_eth_dev_configure(struct rte_eth_dev *dev) tx_offloads, dev_tx_offloads_nodis); } - if (rx_offloads & DEV_RX_OFFLOAD_JUMBO_FRAME) { - if (eth_conf->rxmode.max_rx_pkt_len <= DPAA2_MAX_RX_PKT_LEN) { - ret = dpni_set_max_frame_length(dpni, CMD_PRI_LOW, - priv->token, eth_conf->rxmode.max_rx_pkt_len - - RTE_ETHER_CRC_LEN); - if (ret) { - DPAA2_PMD_ERR( - "Unable to set mtu. check config"); - return ret; - } - dev->data->mtu = - dev->data->dev_conf.rxmode.max_rx_pkt_len - - RTE_ETHER_HDR_LEN - RTE_ETHER_CRC_LEN - - VLAN_TAG_SIZE; - DPAA2_PMD_INFO("MTU configured for the device: %d", - dev->data->mtu); - } else { - return -1; + max_rx_pktlen = eth_conf->rxmode.mtu + RTE_ETHER_HDR_LEN + + RTE_ETHER_CRC_LEN + VLAN_TAG_SIZE; + if (max_rx_pktlen <= DPAA2_MAX_RX_PKT_LEN) { + ret = dpni_set_max_frame_length(dpni, CMD_PRI_LOW, + priv->token, max_rx_pktlen - RTE_ETHER_CRC_LEN); + if (ret != 0) { + DPAA2_PMD_ERR("Unable to set mtu. check config"); + return ret; + DPAA2_PMD_INFO("MTU configured for the device: %d", + dev->data->mtu); } + } else { + return -1; } if (eth_conf->rxmode.mq_mode == ETH_MQ_RX_RSS) { Checking patch drivers/net/axgbe/axgbe_ethdev.c... error: drivers/net/axgbe/axgbe_ethdev.c: does not match index Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: drivers/net/bnxt/bnxt_ethdev.c: does not match index Checking patch drivers/net/cnxk/cnxk_ethdev_ops.c... error: drivers/net/cnxk/cnxk_ethdev_ops.c: does not match index Checking patch drivers/net/cxgbe/cxgbe_ethdev.c... error: drivers/net/cxgbe/cxgbe_ethdev.c: does not match index Checking patch drivers/net/dpaa/dpaa_ethdev.c... error: drivers/net/dpaa/dpaa_ethdev.c: does not match index Checking patch drivers/net/dpaa2/dpaa2_ethdev.c... error: drivers/net/dpaa2/dpaa2_ethdev.c: does not match index Checking patch drivers/net/e1000/em_ethdev.c... error: drivers/net/e1000/em_ethdev.c: does not match index Checking patch drivers/net/e1000/igb_ethdev.c... error: drivers/net/e1000/igb_ethdev.c: does not match index Checking patch drivers/net/enetc/enetc_ethdev.c... error: drivers/net/enetc/enetc_ethdev.c: does not match index Checking patch drivers/net/hinic/hinic_pmd_ethdev.c... error: drivers/net/hinic/hinic_pmd_ethdev.c: does not match index Checking patch drivers/net/hns3/hns3_ethdev.c... error: drivers/net/hns3/hns3_ethdev.c: does not match index Checking patch drivers/net/hns3/hns3_ethdev_vf.c... error: drivers/net/hns3/hns3_ethdev_vf.c: does not match index Checking patch drivers/net/i40e/i40e_ethdev.c... error: drivers/net/i40e/i40e_ethdev.c: does not match index Checking patch drivers/net/iavf/iavf_ethdev.c... error: drivers/net/iavf/iavf_ethdev.c: does not match index Checking patch drivers/net/ice/ice_ethdev.c... error: drivers/net/ice/ice_ethdev.c: does not match index Checking patch drivers/net/igc/igc_ethdev.c... error: drivers/net/igc/igc_ethdev.c: does not match index Checking patch drivers/net/ipn3ke/ipn3ke_representor.c... error: drivers/net/ipn3ke/ipn3ke_representor.c: does not match index Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: drivers/net/ixgbe/ixgbe_ethdev.c: does not match index Checking patch drivers/net/liquidio/lio_ethdev.c... error: drivers/net/liquidio/lio_ethdev.c: does not match index Checking patch drivers/net/nfp/nfp_common.c... error: drivers/net/nfp/nfp_common.c: does not match index Checking patch drivers/net/octeontx/octeontx_ethdev.c... error: drivers/net/octeontx/octeontx_ethdev.c: does not match index Checking patch drivers/net/octeontx2/otx2_ethdev_ops.c... error: drivers/net/octeontx2/otx2_ethdev_ops.c: does not match index Checking patch drivers/net/qede/qede_ethdev.c... error: drivers/net/qede/qede_ethdev.c: does not match index Checking patch drivers/net/sfc/sfc_ethdev.c... error: drivers/net/sfc/sfc_ethdev.c: does not match index Checking patch drivers/net/thunderx/nicvf_ethdev.c... error: drivers/net/thunderx/nicvf_ethdev.c: does not match index Checking patch drivers/net/txgbe/txgbe_ethdev.c... error: drivers/net/txgbe/txgbe_ethdev.c: does not match index Checking patch lib/ethdev/rte_ethdev.c... error: lib/ethdev/rte_ethdev.c: does not match index Checking patch drivers/net/axgbe/axgbe_ethdev.c... error: drivers/net/axgbe/axgbe_ethdev.c: does not match index Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: drivers/net/bnxt/bnxt_ethdev.c: does not match index Checking patch drivers/net/cxgbe/cxgbe_ethdev.c... error: drivers/net/cxgbe/cxgbe_ethdev.c: does not match index Checking patch drivers/net/dpaa/dpaa_ethdev.c... error: drivers/net/dpaa/dpaa_ethdev.c: does not match index Checking patch drivers/net/dpaa2/dpaa2_ethdev.c... error: drivers/net/dpaa2/dpaa2_ethdev.c: does not match index Checking patch drivers/net/e1000/em_ethdev.c... error: drivers/net/e1000/em_ethdev.c: does not match index Checking patch drivers/net/e1000/igb_ethdev.c... error: drivers/net/e1000/igb_ethdev.c: does not match index Checking patch drivers/net/enetc/enetc_ethdev.c... error: drivers/net/enetc/enetc_ethdev.c: does not match index Checking patch drivers/net/hinic/hinic_pmd_ethdev.c... error: drivers/net/hinic/hinic_pmd_ethdev.c: does not match index Checking patch drivers/net/i40e/i40e_ethdev.c... error: drivers/net/i40e/i40e_ethdev.c: does not match index Checking patch drivers/net/iavf/iavf_ethdev.c... error: drivers/net/iavf/iavf_ethdev.c: does not match index Checking patch drivers/net/ice/ice_ethdev.c... error: drivers/net/ice/ice_ethdev.c: does not match index Checking patch drivers/net/igc/igc_ethdev.c... error: drivers/net/igc/igc_ethdev.c: does not match index Checking patch drivers/net/ipn3ke/ipn3ke_representor.c... error: drivers/net/ipn3ke/ipn3ke_representor.c: does not match index Checking patch drivers/net/liquidio/lio_ethdev.c... error: drivers/net/liquidio/lio_ethdev.c: does not match index Checking patch drivers/net/nfp/nfp_common.c... error: drivers/net/nfp/nfp_common.c: does not match index Checking patch drivers/net/octeontx/octeontx_ethdev.c... error: drivers/net/octeontx/octeontx_ethdev.c: does not match index Checking patch drivers/net/octeontx2/otx2_ethdev_ops.c... error: drivers/net/octeontx2/otx2_ethdev_ops.c: does not match index Checking patch drivers/net/qede/qede_ethdev.c... error: drivers/net/qede/qede_ethdev.c: does not match index Checking patch drivers/net/thunderx/nicvf_ethdev.c... error: drivers/net/thunderx/nicvf_ethdev.c: does not match index Checking patch drivers/net/txgbe/txgbe_ethdev.c... error: drivers/net/txgbe/txgbe_ethdev.c: does not match index Checking patch lib/ethdev/rte_ethdev.c... error: lib/ethdev/rte_ethdev.c: does not match index Checking patch app/test-eventdev/test_pipeline_common.c... error: app/test-eventdev/test_pipeline_common.c: does not match index Checking patch app/test-pmd/cmdline.c... error: app/test-pmd/cmdline.c: does not match index Checking patch app/test-pmd/config.c... error: app/test-pmd/config.c: does not match index Checking patch app/test-pmd/testpmd.c... error: app/test-pmd/testpmd.c: does not match index Checking patch app/test-pmd/testpmd.h... error: app/test-pmd/testpmd.h: does not match index Checking patch doc/guides/howto/debug_troubleshoot.rst... Checking patch doc/guides/nics/bnxt.rst... Checking patch doc/guides/nics/features.rst... error: doc/guides/nics/features.rst: does not match index Checking patch drivers/net/atlantic/atl_ethdev.c... error: drivers/net/atlantic/atl_ethdev.c: does not match index Checking patch drivers/net/axgbe/axgbe_ethdev.c... error: drivers/net/axgbe/axgbe_ethdev.c: does not match index Checking patch drivers/net/bnx2x/bnx2x_ethdev.c... error: drivers/net/bnx2x/bnx2x_ethdev.c: does not match index Checking patch drivers/net/bnxt/bnxt.h... Checking patch drivers/net/bnxt/bnxt_ethdev.c... error: drivers/net/bnxt/bnxt_ethdev.c: does not match index Checking patch drivers/net/bonding/rte_eth_bond_pmd.c... error: drivers/net/bonding/rte_eth_bond_pmd.c: does not match index Checking patch drivers/net/cnxk/cnxk_ethdev.h... Checking patch drivers/net/cnxk/cnxk_ethdev_ops.c... error: drivers/net/cnxk/cnxk_ethdev_ops.c: does not match index Checking patch drivers/net/cxgbe/cxgbe.h... Checking patch drivers/net/cxgbe/cxgbe_ethdev.c... error: drivers/net/cxgbe/cxgbe_ethdev.c: does not match index Checking patch drivers/net/cxgbe/sge.c... error: drivers/net/cxgbe/sge.c: does not match index Checking patch drivers/net/dpaa/dpaa_ethdev.c... error: drivers/net/dpaa/dpaa_ethdev.c: does not match index Checking patch drivers/net/dpaa2/dpaa2_ethdev.c... error: drivers/net/dpaa2/dpaa2_ethdev.c: does not match index Checking patch drivers/net/e1000/e1000_ethdev.h... Checking patch drivers/net/e1000/em_ethdev.c... error: drivers/net/e1000/em_ethdev.c: does not match index Checking patch drivers/net/e1000/em_rxtx.c... Checking patch drivers/net/e1000/igb_rxtx.c... error: drivers/net/e1000/igb_rxtx.c: does not match index Checking patch drivers/net/ena/ena_ethdev.c... error: drivers/net/ena/ena_ethdev.c: does not match index Checking patch drivers/net/enetc/enetc_ethdev.c... error: drivers/net/enetc/enetc_ethdev.c: does not match index Checking patch drivers/net/enic/enic_res.c... Checking patch drivers/net/failsafe/failsafe_ops.c... Checking patch drivers/net/fm10k/fm10k_ethdev.c... error: drivers/net/fm10k/fm10k_ethdev.c: does not match index Checking patch drivers/net/hinic/hinic_pmd_ethdev.c... error: drivers/net/hinic/hinic_pmd_ethdev.c: does not match index Checking patch drivers/net/hns3/hns3_ethdev.c... error: drivers/net/hns3/hns3_ethdev.c: does not match index Checking patch drivers/net/hns3/hns3_ethdev_vf.c... error: drivers/net/hns3/hns3_ethdev_vf.c: does not match index Checking patch drivers/net/i40e/i40e_ethdev.c... error: drivers/net/i40e/i40e_ethdev.c: does not match index Checking patch drivers/net/i40e/i40e_rxtx.c... error: drivers/net/i40e/i40e_rxtx.c: does not match index Checking patch drivers/net/iavf/iavf_ethdev.c... error: drivers/net/iavf/iavf_ethdev.c: does not match index Checking patch drivers/net/ice/ice_dcf_ethdev.c... error: drivers/net/ice/ice_dcf_ethdev.c: does not match index Checking patch drivers/net/ice/ice_dcf_vf_representor.c... Checking patch drivers/net/ice/ice_ethdev.c... error: drivers/net/ice/ice_ethdev.c: does not match index Checking patch drivers/net/ice/ice_rxtx.c... error: drivers/net/ice/ice_rxtx.c: does not match index Checking patch drivers/net/igc/igc_ethdev.h... error: drivers/net/igc/igc_ethdev.h: does not match index Checking patch drivers/net/igc/igc_txrx.c... error: drivers/net/igc/igc_txrx.c: does not match index Checking patch drivers/net/ionic/ionic_ethdev.c... error: drivers/net/ionic/ionic_ethdev.c: does not match index Checking patch drivers/net/ipn3ke/ipn3ke_representor.c... error: drivers/net/ipn3ke/ipn3ke_representor.c: does not match index Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: drivers/net/ixgbe/ixgbe_ethdev.c: does not match index Checking patch drivers/net/ixgbe/ixgbe_pf.c... error: drivers/net/ixgbe/ixgbe_pf.c: does not match index Checking patch drivers/net/ixgbe/ixgbe_rxtx.c... error: drivers/net/ixgbe/ixgbe_rxtx.c: does not match index Checking patch drivers/net/mlx4/mlx4_rxq.c... error: drivers/net/mlx4/mlx4_rxq.c: does not match index Checking patch drivers/net/mlx5/mlx5_rxq.c... error: drivers/net/mlx5/mlx5_rxq.c: does not match index Checking patch drivers/net/mvneta/mvneta_ethdev.h... Checking patch drivers/net/mvpp2/mrvl_ethdev.c... error: drivers/net/mvpp2/mrvl_ethdev.c: does not match index Checking patch drivers/net/nfp/nfp_common.c... error: drivers/net/nfp/nfp_common.c: does not match index Checking patch drivers/net/octeontx/octeontx_ethdev.h... Checking patch drivers/net/octeontx2/otx2_ethdev.h... Checking patch drivers/net/octeontx_ep/otx_ep_ethdev.c... Checking patch drivers/net/octeontx_ep/otx_ep_rxtx.c... Checking patch drivers/net/qede/qede_ethdev.c... error: drivers/net/qede/qede_ethdev.c: does not match index Checking patch drivers/net/sfc/sfc_rx.c... Checking patch drivers/net/thunderx/nicvf_ethdev.h... Checking patch drivers/net/txgbe/txgbe_rxtx.c... error: drivers/net/txgbe/txgbe_rxtx.c: does not match index Checking patch drivers/net/virtio/virtio_ethdev.c... error: drivers/net/virtio/virtio_ethdev.c: does not match index Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c... Checking patch examples/ip_fragmentation/main.c... error: examples/ip_fragmentation/main.c: does not match index Checking patch examples/ip_reassembly/main.c... error: examples/ip_reassembly/main.c: does not match index Checking patch examples/ipsec-secgw/ipsec-secgw.c... error: examples/ipsec-secgw/ipsec-secgw.c: does not match index Checking patch examples/ipv4_multicast/main.c... error: examples/ipv4_multicast/main.c: does not match index Checking patch examples/kni/main.c... error: examples/kni/main.c: does not match index Checking patch examples/l3fwd-acl/main.c... error: examples/l3fwd-acl/main.c: does not match index Checking patch examples/l3fwd-graph/main.c... error: examples/l3fwd-graph/main.c: does not match index Checking patch examples/l3fwd-power/main.c... error: examples/l3fwd-power/main.c: does not match index Checking patch examples/l3fwd/main.c... error: examples/l3fwd/main.c: does not match index Checking patch examples/performance-thread/l3fwd-thread/main.c... error: examples/performance-thread/l3fwd-thread/main.c: does not match index Checking patch examples/vhost/main.c... error: examples/vhost/main.c: does not match index Checking patch lib/ethdev/rte_ethdev.c... error: lib/ethdev/rte_ethdev.c: does not match index Checking patch lib/ethdev/rte_ethdev.h... error: lib/ethdev/rte_ethdev.h: does not match index Applied patch doc/guides/howto/debug_troubleshoot.rst cleanly. Applied patch doc/guides/nics/bnxt.rst cleanly. Applied patch drivers/net/bnxt/bnxt.h cleanly. Applied patch drivers/net/cnxk/cnxk_ethdev.h cleanly. Applied patch drivers/net/cxgbe/cxgbe.h cleanly. Applied patch drivers/net/e1000/e1000_ethdev.h cleanly. Applied patch drivers/net/e1000/em_rxtx.c cleanly. Applied patch drivers/net/enic/enic_res.c cleanly. Applied patch drivers/net/failsafe/failsafe_ops.c cleanly. Applied patch drivers/net/ice/ice_dcf_vf_representor.c cleanly. Applied patch drivers/net/mvneta/mvneta_ethdev.h cleanly. Applied patch drivers/net/octeontx/octeontx_ethdev.h cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev.h cleanly. Applied patch drivers/net/octeontx_ep/otx_ep_ethdev.c cleanly. Applied patch drivers/net/octeontx_ep/otx_ep_rxtx.c cleanly. Applied patch drivers/net/sfc/sfc_rx.c cleanly. Applied patch drivers/net/thunderx/nicvf_ethdev.h cleanly. Applied patch drivers/net/vmxnet3/vmxnet3_ethdev.c cleanly. Checking patch lib/ethdev/rte_ethdev.c... error: lib/ethdev/rte_ethdev.c: does not match index Checking patch lib/ethdev/rte_ethdev.h... error: lib/ethdev/rte_ethdev.h: does not match index Checking patch examples/ip_reassembly/main.c... error: examples/ip_reassembly/main.c: does not match index https://lab.dpdk.org/results/dashboard/patchsets/19220/ UNH-IOL DPDK Community Lab