Lines Matching refs:PMD_DRV_LOG
676 PMD_DRV_LOG(ERR, "failed to create i40e vf " in eth_i40e_pci_probe()
717 PMD_DRV_LOG(WARNING, in i40e_write_global_rx_ctl()
1103 PMD_DRV_LOG(INFO, "FDIR guarantee space: %u, best_effort space %u.", alloc, best); in i40e_init_fdir_filter_list()
1185 PMD_DRV_LOG(INFO, "FDIR INVALPRIO set to guaranteed first"); in i40e_init_filter_invalidation()
1190 PMD_DRV_LOG(INFO, "FDIR INVALPRIO is: guaranteed first"); in i40e_init_filter_invalidation()
1193 PMD_DRV_LOG(INFO, "FDIR INVALPRIO is: shared first"); in i40e_init_filter_invalidation()
1226 PMD_DRV_LOG(WARNING, "Wrong global configuration"); in i40e_parse_multi_drv_handler()
1233 PMD_DRV_LOG(WARNING, "%s must be 1 or 0,", in i40e_parse_multi_drv_handler()
1263 PMD_DRV_LOG(WARNING, "More than one argument \"%s\" and only " in i40e_support_multi_driver()
1288 PMD_DRV_LOG(ERR, in i40e_aq_debug_write_global_register()
1296 PMD_DRV_LOG(WARNING, in i40e_aq_debug_write_global_register()
1315 PMD_DRV_LOG(WARNING, "Value should be 0 or 1, set it as 1!"); in i40e_parse_latest_vec_handler()
1346 PMD_DRV_LOG(WARNING, "More than one argument \"%s\" and only " in i40e_use_latest_vec()
1370 PMD_DRV_LOG(ERR, "format error! example: " in read_vf_msg_config()
1381 PMD_DRV_LOG(ERR, "%s error! the second and third" in read_vf_msg_config()
1412 PMD_DRV_LOG(ERR, "More than one argument \"%s\"!", in i40e_parse_vf_msg_config()
1936 PMD_DRV_LOG(ERR, "Failed to setup flow director."); in i40e_dev_configure()
1941 PMD_DRV_LOG(ERR, "failed to configure fdir."); in i40e_dev_configure()
1970 PMD_DRV_LOG(ERR, "failed to configure DCB."); in i40e_dev_configure()
2134 PMD_DRV_LOG(ERR, "No msix resource"); in i40e_vsi_queues_bind_intr()
2158 PMD_DRV_LOG(ERR, "No msix resource"); in i40e_vsi_queues_bind_intr()
2283 PMD_DRV_LOG(ERR, "Failed to get PHY capabilities: %d\n", in i40e_phy_conf_link()
2293 PMD_DRV_LOG(ERR, "Failed to get the current PHY config: %d\n", in i40e_phy_conf_link()
2318 PMD_DRV_LOG(WARNING, "Invalid speed setting, set to default!\n"); in i40e_phy_conf_link()
2338 PMD_DRV_LOG(DEBUG, "\tCurrent: abilities %x, link_speed %x", in i40e_phy_conf_link()
2340 PMD_DRV_LOG(DEBUG, "\tConfig: abilities %x, link_speed %x", in i40e_phy_conf_link()
2420 PMD_DRV_LOG(ERR, "Failed to init rx/tx queues"); in i40e_dev_start()
2458 PMD_DRV_LOG(INFO, "fail to set vsi broadcast"); in i40e_dev_start()
2464 PMD_DRV_LOG(INFO, "fail to set vsi broadcast"); in i40e_dev_start()
2481 PMD_DRV_LOG(ERR, "fail to set loopback link"); in i40e_dev_start()
2489 PMD_DRV_LOG(ERR, "Fail to apply link setting"); in i40e_dev_start()
2510 PMD_DRV_LOG(WARNING, "Fail to set phy mask"); in i40e_dev_start()
2527 PMD_DRV_LOG(WARNING, in i40e_dev_start()
2643 PMD_DRV_LOG(ERR, "failed to remove mirror rule: " in i40e_dev_close()
2785 PMD_DRV_LOG(ERR, "Failed to enable unicast promiscuous"); in i40e_dev_promiscuous_enable()
2792 PMD_DRV_LOG(ERR, "Failed to enable multicast promiscuous"); in i40e_dev_promiscuous_enable()
2813 PMD_DRV_LOG(ERR, "Failed to disable unicast promiscuous"); in i40e_dev_promiscuous_disable()
2824 PMD_DRV_LOG(ERR, "Failed to disable multicast promiscuous"); in i40e_dev_promiscuous_disable()
2844 PMD_DRV_LOG(ERR, "Failed to enable multicast promiscuous"); in i40e_dev_allmulticast_enable()
2865 PMD_DRV_LOG(ERR, "Failed to disable multicast promiscuous"); in i40e_dev_allmulticast_disable()
2954 PMD_DRV_LOG(ERR, "Unknown link speed info %u", link_speed); in update_link_reg()
2980 PMD_DRV_LOG(ERR, "Failed to get link info"); in update_link_aq()
3114 PMD_DRV_LOG(DEBUG, "***************** VSI[%u] stats start *******************", in i40e_update_vsi_stats()
3116 PMD_DRV_LOG(DEBUG, "rx_bytes: %"PRIu64"", nes->rx_bytes); in i40e_update_vsi_stats()
3117 PMD_DRV_LOG(DEBUG, "rx_unicast: %"PRIu64"", nes->rx_unicast); in i40e_update_vsi_stats()
3118 PMD_DRV_LOG(DEBUG, "rx_multicast: %"PRIu64"", nes->rx_multicast); in i40e_update_vsi_stats()
3119 PMD_DRV_LOG(DEBUG, "rx_broadcast: %"PRIu64"", nes->rx_broadcast); in i40e_update_vsi_stats()
3120 PMD_DRV_LOG(DEBUG, "rx_discards: %"PRIu64"", nes->rx_discards); in i40e_update_vsi_stats()
3121 PMD_DRV_LOG(DEBUG, "rx_unknown_protocol: %"PRIu64"", in i40e_update_vsi_stats()
3123 PMD_DRV_LOG(DEBUG, "tx_bytes: %"PRIu64"", nes->tx_bytes); in i40e_update_vsi_stats()
3124 PMD_DRV_LOG(DEBUG, "tx_unicast: %"PRIu64"", nes->tx_unicast); in i40e_update_vsi_stats()
3125 PMD_DRV_LOG(DEBUG, "tx_multicast: %"PRIu64"", nes->tx_multicast); in i40e_update_vsi_stats()
3126 PMD_DRV_LOG(DEBUG, "tx_broadcast: %"PRIu64"", nes->tx_broadcast); in i40e_update_vsi_stats()
3127 PMD_DRV_LOG(DEBUG, "tx_discards: %"PRIu64"", nes->tx_discards); in i40e_update_vsi_stats()
3128 PMD_DRV_LOG(DEBUG, "tx_errors: %"PRIu64"", nes->tx_errors); in i40e_update_vsi_stats()
3129 PMD_DRV_LOG(DEBUG, "***************** VSI[%u] stats end *******************", in i40e_update_vsi_stats()
3480 PMD_DRV_LOG(DEBUG, "***************** PF stats start *******************"); in i40e_dev_stats_get()
3481 PMD_DRV_LOG(DEBUG, "rx_bytes: %"PRIu64"", ns->eth.rx_bytes); in i40e_dev_stats_get()
3482 PMD_DRV_LOG(DEBUG, "rx_unicast: %"PRIu64"", ns->eth.rx_unicast); in i40e_dev_stats_get()
3483 PMD_DRV_LOG(DEBUG, "rx_multicast: %"PRIu64"", ns->eth.rx_multicast); in i40e_dev_stats_get()
3484 PMD_DRV_LOG(DEBUG, "rx_broadcast: %"PRIu64"", ns->eth.rx_broadcast); in i40e_dev_stats_get()
3485 PMD_DRV_LOG(DEBUG, "rx_discards: %"PRIu64"", ns->eth.rx_discards); in i40e_dev_stats_get()
3486 PMD_DRV_LOG(DEBUG, "rx_unknown_protocol: %"PRIu64"", in i40e_dev_stats_get()
3488 PMD_DRV_LOG(DEBUG, "tx_bytes: %"PRIu64"", ns->eth.tx_bytes); in i40e_dev_stats_get()
3489 PMD_DRV_LOG(DEBUG, "tx_unicast: %"PRIu64"", ns->eth.tx_unicast); in i40e_dev_stats_get()
3490 PMD_DRV_LOG(DEBUG, "tx_multicast: %"PRIu64"", ns->eth.tx_multicast); in i40e_dev_stats_get()
3491 PMD_DRV_LOG(DEBUG, "tx_broadcast: %"PRIu64"", ns->eth.tx_broadcast); in i40e_dev_stats_get()
3492 PMD_DRV_LOG(DEBUG, "tx_discards: %"PRIu64"", ns->eth.tx_discards); in i40e_dev_stats_get()
3493 PMD_DRV_LOG(DEBUG, "tx_errors: %"PRIu64"", ns->eth.tx_errors); in i40e_dev_stats_get()
3495 PMD_DRV_LOG(DEBUG, "tx_dropped_link_down: %"PRIu64"", in i40e_dev_stats_get()
3497 PMD_DRV_LOG(DEBUG, "crc_errors: %"PRIu64"", ns->crc_errors); in i40e_dev_stats_get()
3498 PMD_DRV_LOG(DEBUG, "illegal_bytes: %"PRIu64"", in i40e_dev_stats_get()
3500 PMD_DRV_LOG(DEBUG, "error_bytes: %"PRIu64"", ns->error_bytes); in i40e_dev_stats_get()
3501 PMD_DRV_LOG(DEBUG, "mac_local_faults: %"PRIu64"", in i40e_dev_stats_get()
3503 PMD_DRV_LOG(DEBUG, "mac_remote_faults: %"PRIu64"", in i40e_dev_stats_get()
3505 PMD_DRV_LOG(DEBUG, "rx_length_errors: %"PRIu64"", in i40e_dev_stats_get()
3507 PMD_DRV_LOG(DEBUG, "link_xon_rx: %"PRIu64"", ns->link_xon_rx); in i40e_dev_stats_get()
3508 PMD_DRV_LOG(DEBUG, "link_xoff_rx: %"PRIu64"", ns->link_xoff_rx); in i40e_dev_stats_get()
3510 PMD_DRV_LOG(DEBUG, "priority_xon_rx[%d]: %"PRIu64"", in i40e_dev_stats_get()
3512 PMD_DRV_LOG(DEBUG, "priority_xoff_rx[%d]: %"PRIu64"", in i40e_dev_stats_get()
3515 PMD_DRV_LOG(DEBUG, "link_xon_tx: %"PRIu64"", ns->link_xon_tx); in i40e_dev_stats_get()
3516 PMD_DRV_LOG(DEBUG, "link_xoff_tx: %"PRIu64"", ns->link_xoff_tx); in i40e_dev_stats_get()
3518 PMD_DRV_LOG(DEBUG, "priority_xon_tx[%d]: %"PRIu64"", in i40e_dev_stats_get()
3520 PMD_DRV_LOG(DEBUG, "priority_xoff_tx[%d]: %"PRIu64"", in i40e_dev_stats_get()
3522 PMD_DRV_LOG(DEBUG, "priority_xon_2_xoff[%d]: %"PRIu64"", in i40e_dev_stats_get()
3525 PMD_DRV_LOG(DEBUG, "rx_size_64: %"PRIu64"", ns->rx_size_64); in i40e_dev_stats_get()
3526 PMD_DRV_LOG(DEBUG, "rx_size_127: %"PRIu64"", ns->rx_size_127); in i40e_dev_stats_get()
3527 PMD_DRV_LOG(DEBUG, "rx_size_255: %"PRIu64"", ns->rx_size_255); in i40e_dev_stats_get()
3528 PMD_DRV_LOG(DEBUG, "rx_size_511: %"PRIu64"", ns->rx_size_511); in i40e_dev_stats_get()
3529 PMD_DRV_LOG(DEBUG, "rx_size_1023: %"PRIu64"", ns->rx_size_1023); in i40e_dev_stats_get()
3530 PMD_DRV_LOG(DEBUG, "rx_size_1522: %"PRIu64"", ns->rx_size_1522); in i40e_dev_stats_get()
3531 PMD_DRV_LOG(DEBUG, "rx_size_big: %"PRIu64"", ns->rx_size_big); in i40e_dev_stats_get()
3532 PMD_DRV_LOG(DEBUG, "rx_undersize: %"PRIu64"", ns->rx_undersize); in i40e_dev_stats_get()
3533 PMD_DRV_LOG(DEBUG, "rx_fragments: %"PRIu64"", ns->rx_fragments); in i40e_dev_stats_get()
3534 PMD_DRV_LOG(DEBUG, "rx_oversize: %"PRIu64"", ns->rx_oversize); in i40e_dev_stats_get()
3535 PMD_DRV_LOG(DEBUG, "rx_jabber: %"PRIu64"", ns->rx_jabber); in i40e_dev_stats_get()
3536 PMD_DRV_LOG(DEBUG, "tx_size_64: %"PRIu64"", ns->tx_size_64); in i40e_dev_stats_get()
3537 PMD_DRV_LOG(DEBUG, "tx_size_127: %"PRIu64"", ns->tx_size_127); in i40e_dev_stats_get()
3538 PMD_DRV_LOG(DEBUG, "tx_size_255: %"PRIu64"", ns->tx_size_255); in i40e_dev_stats_get()
3539 PMD_DRV_LOG(DEBUG, "tx_size_511: %"PRIu64"", ns->tx_size_511); in i40e_dev_stats_get()
3540 PMD_DRV_LOG(DEBUG, "tx_size_1023: %"PRIu64"", ns->tx_size_1023); in i40e_dev_stats_get()
3541 PMD_DRV_LOG(DEBUG, "tx_size_1522: %"PRIu64"", ns->tx_size_1522); in i40e_dev_stats_get()
3542 PMD_DRV_LOG(DEBUG, "tx_size_big: %"PRIu64"", ns->tx_size_big); in i40e_dev_stats_get()
3543 PMD_DRV_LOG(DEBUG, "mac_short_packet_dropped: %"PRIu64"", in i40e_dev_stats_get()
3545 PMD_DRV_LOG(DEBUG, "checksum_error: %"PRIu64"", in i40e_dev_stats_get()
3547 PMD_DRV_LOG(DEBUG, "fdir_match: %"PRIu64"", ns->fd_sb_match); in i40e_dev_stats_get()
3548 PMD_DRV_LOG(DEBUG, "***************** PF stats end ********************"); in i40e_dev_stats_get()
3916 PMD_DRV_LOG(ERR, in i40e_vlan_tpid_set_by_registers()
3921 PMD_DRV_LOG(DEBUG, in i40e_vlan_tpid_set_by_registers()
3928 PMD_DRV_LOG(DEBUG, "No need to write"); in i40e_vlan_tpid_set_by_registers()
3936 PMD_DRV_LOG(ERR, in i40e_vlan_tpid_set_by_registers()
3941 PMD_DRV_LOG(DEBUG, in i40e_vlan_tpid_set_by_registers()
3962 PMD_DRV_LOG(ERR, in i40e_vlan_tpid_set()
3968 PMD_DRV_LOG(ERR, "Setting TPID is not supported."); in i40e_vlan_tpid_set()
3985 PMD_DRV_LOG(ERR, in i40e_vlan_tpid_set()
4007 PMD_DRV_LOG(ERR, "VSI ID exceeds the maximum"); in i40e_vsi_config_outer_vlan_stripping()
4023 PMD_DRV_LOG(ERR, "Failed to update VSI_TSR[%d]", in i40e_vsi_config_outer_vlan_stripping()
4281 PMD_DRV_LOG(ERR, in i40e_flow_ctrl_set()
4315 PMD_DRV_LOG(ERR, "VMDQ not %s, can't set mac to pool %u", in i40e_macaddr_add()
4322 PMD_DRV_LOG(ERR, "Pool number %u invalid. Max pool is %u", in i40e_macaddr_add()
4340 PMD_DRV_LOG(ERR, "Failed to add MACVLAN filter"); in i40e_macaddr_add()
4370 PMD_DRV_LOG(ERR, in i40e_macaddr_remove()
4379 PMD_DRV_LOG(ERR, "Failed to remove MACVLAN filter"); in i40e_macaddr_remove()
4402 PMD_DRV_LOG(ERR, "Failed to get RSS lookup table"); in i40e_get_rss_lut()
4442 PMD_DRV_LOG(ERR, "Failed to set RSS lookup table"); in i40e_set_rss_lut()
4479 PMD_DRV_LOG(ERR, in i40e_dev_rss_reta_update()
4487 PMD_DRV_LOG(ERR, "No memory can be allocated"); in i40e_dev_rss_reta_update()
4522 PMD_DRV_LOG(ERR, in i40e_dev_rss_reta_query()
4530 PMD_DRV_LOG(ERR, "No memory can be allocated"); in i40e_dev_rss_reta_query()
4579 PMD_DRV_LOG(DEBUG, in i40e_allocate_dma_mem_d()
4598 PMD_DRV_LOG(DEBUG, in i40e_free_dma_mem_d()
4690 PMD_DRV_LOG(ERR, "Failed to allocate memory"); in i40e_get_cap()
4698 PMD_DRV_LOG(ERR, "Failed to discover capabilities"); in i40e_get_cap()
4722 PMD_DRV_LOG(WARNING, "Wrong VF queue number = %s, Now it is " in i40e_pf_parse_vf_queue_number_handler()
4731 PMD_DRV_LOG(WARNING, "Wrong VF queue number = %lu, it must be " in i40e_pf_parse_vf_queue_number_handler()
4761 PMD_DRV_LOG(WARNING, "More than one argument \"%s\" and only " in i40e_pf_config_vf_rxq_number()
4828 PMD_DRV_LOG(DEBUG, in i40e_pf_parameter_init()
4858 PMD_DRV_LOG(DEBUG, in i40e_pf_parameter_init()
4863 PMD_DRV_LOG(INFO, in i40e_pf_parameter_init()
4867 PMD_DRV_LOG(INFO, "No queue or VSI left for VMDq"); in i40e_pf_parameter_init()
4877 PMD_DRV_LOG(ERR, in i40e_pf_parameter_init()
4883 PMD_DRV_LOG(ERR, in i40e_pf_parameter_init()
4904 PMD_DRV_LOG(ERR, "Failed to allocated memory"); in i40e_pf_get_switch_config()
4912 PMD_DRV_LOG(ERR, "Failed to get switch configurations"); in i40e_pf_get_switch_config()
4917 PMD_DRV_LOG(ERR, "Wrong number of switch config reported"); in i40e_pf_get_switch_config()
4927 PMD_DRV_LOG(INFO, "Unknown element type"); in i40e_pf_get_switch_config()
4946 PMD_DRV_LOG(ERR, "Failed to allocate memory for resource pool"); in i40e_res_pool_init()
5004 PMD_DRV_LOG(ERR, "Invalid parameter"); in i40e_res_pool_free()
5020 PMD_DRV_LOG(ERR, "Failed to find entry"); in i40e_res_pool_free()
5092 PMD_DRV_LOG(ERR, "Invalid parameter"); in i40e_res_pool_alloc()
5097 PMD_DRV_LOG(ERR, "No resource. ask:%u, available:%u", in i40e_res_pool_alloc()
5118 PMD_DRV_LOG(ERR, "No valid entry found"); in i40e_res_pool_alloc()
5135 PMD_DRV_LOG(ERR, in i40e_res_pool_alloc()
5171 PMD_DRV_LOG(ERR, "DCB is not enabled, only TC0 is supported"); in validate_tcmap_parameter()
5176 PMD_DRV_LOG(ERR, in validate_tcmap_parameter()
5194 PMD_DRV_LOG(ERR, "invalid parameters"); in i40e_vsi_vlan_pvid_set()
5226 PMD_DRV_LOG(ERR, "Failed to update VSI params"); in i40e_vsi_vlan_pvid_set()
5243 PMD_DRV_LOG(ERR, "seid not valid"); in i40e_vsi_update_tc_bandwidth()
5255 PMD_DRV_LOG(ERR, "Failed to configure TC BW"); in i40e_vsi_update_tc_bandwidth()
5337 PMD_DRV_LOG(ERR, "VEB still has VSI attached, can't remove"); in i40e_veb_release()
5366 PMD_DRV_LOG(ERR, in i40e_veb_setup()
5374 PMD_DRV_LOG(ERR, "Failed to allocate memory for veb"); in i40e_veb_setup()
5394 PMD_DRV_LOG(ERR, "Add veb failed, aq_err: %d", in i40e_veb_setup()
5404 PMD_DRV_LOG(ERR, "Get veb statistics index failed, aq_err: %d", in i40e_veb_setup()
5467 PMD_DRV_LOG(ERR, "VSI's parent VSI is NULL"); in i40e_vsi_release()
5476 PMD_DRV_LOG(ERR, "Failed to delete element"); in i40e_vsi_release()
5484 PMD_DRV_LOG(ERR, "VSI's parent VSI is NULL"); in i40e_vsi_release()
5493 PMD_DRV_LOG(ERR, "Failed to delete element"); in i40e_vsi_release()
5526 PMD_DRV_LOG(DEBUG, in i40e_update_default_filter_setting()
5531 PMD_DRV_LOG(ERR, "failed to allocate memory"); in i40e_update_default_filter_setting()
5568 PMD_DRV_LOG(ERR, "VSI failed to get bandwidth configuration %u", in i40e_vsi_get_bw_config()
5577 PMD_DRV_LOG(ERR, in i40e_vsi_get_bw_config()
5586 PMD_DRV_LOG(DEBUG, "VSI bw limit:%u", vsi->bw_info.bw_limit); in i40e_vsi_get_bw_config()
5587 PMD_DRV_LOG(DEBUG, "VSI max_bw:%u", vsi->bw_info.bw_max); in i40e_vsi_get_bw_config()
5600 PMD_DRV_LOG(DEBUG, "\tVSI TC%u:share credits %u", i, in i40e_vsi_get_bw_config()
5602 PMD_DRV_LOG(DEBUG, "\tVSI TC%u:credits %u", i, in i40e_vsi_get_bw_config()
5604 PMD_DRV_LOG(DEBUG, "\tVSI TC%u: max credits: %u", i, in i40e_vsi_get_bw_config()
5634 PMD_DRV_LOG(ERR, "cannot get pf vsi config, err %d, aq_err %d", in i40e_enable_pf_lb()
5646 PMD_DRV_LOG(ERR, "update vsi switch failed, aq_err=%d", in i40e_enable_pf_lb()
5667 PMD_DRV_LOG(ERR, in i40e_vsi_setup()
5673 PMD_DRV_LOG(ERR, in i40e_vsi_setup()
5690 PMD_DRV_LOG(ERR, "VEB setup failed"); in i40e_vsi_setup()
5702 PMD_DRV_LOG(ERR, "VEB setup failed"); in i40e_vsi_setup()
5709 PMD_DRV_LOG(ERR, "Failed to allocate memory for vsi"); in i40e_vsi_setup()
5748 PMD_DRV_LOG(ERR, "VSI %d allocate queue failed %d", in i40e_vsi_setup()
5771 PMD_DRV_LOG(ERR, in i40e_vsi_setup()
5783 PMD_DRV_LOG(ERR, "VSI %d get heap failed %d", vsi->seid, ret); in i40e_vsi_setup()
5817 PMD_DRV_LOG(ERR, "Failed to get VSI params"); in i40e_vsi_setup()
5828 PMD_DRV_LOG(ERR, "Failed to update TC bandwidth"); in i40e_vsi_setup()
5843 PMD_DRV_LOG(ERR, in i40e_vsi_setup()
5855 PMD_DRV_LOG(ERR, "Failed to update VSI params"); in i40e_vsi_setup()
5914 PMD_DRV_LOG(ERR, in i40e_vsi_setup()
5958 PMD_DRV_LOG(ERR, in i40e_vsi_setup()
5976 PMD_DRV_LOG(ERR, in i40e_vsi_setup()
5984 PMD_DRV_LOG(ERR, "VSI: Not support other type VSI yet"); in i40e_vsi_setup()
5991 PMD_DRV_LOG(ERR, "add vsi failed, aq_err=%d", in i40e_vsi_setup()
6015 PMD_DRV_LOG(ERR, "Failed to add MACVLAN filter"); in i40e_vsi_setup()
6055 PMD_DRV_LOG(ERR, "failed to allocate memory"); in i40e_vsi_config_vlan_filter()
6066 PMD_DRV_LOG(ERR, "Update VSI failed to %s vlan filter", in i40e_vsi_config_vlan_filter()
6078 PMD_DRV_LOG(ERR, "Update VSI failed to %s vlan filter", in i40e_vsi_config_vlan_filter()
6125 PMD_DRV_LOG(INFO, "Update VSI failed to %s vlan stripping", in i40e_vsi_config_vlan_stripping()
6145 PMD_DRV_LOG(INFO, "Failed to update vlan offload"); in i40e_dev_init_vlan()
6153 PMD_DRV_LOG(INFO, "Failed to update VSI params"); in i40e_dev_init_vlan()
6178 PMD_DRV_LOG(ERR, "Failed to get link status information"); in i40e_update_flow_control()
6184 PMD_DRV_LOG(INFO, "Link auto negotiation not completed"); in i40e_update_flow_control()
6240 PMD_DRV_LOG(ERR, "Could not get switch config, err %d", ret); in i40e_pf_setup()
6253 PMD_DRV_LOG(ERR, in i40e_pf_setup()
6262 PMD_DRV_LOG(ERR, "Setup of main vsi failed"); in i40e_pf_setup()
6274 PMD_DRV_LOG(ERR, "Hash lookup table size (%u) not supported", in i40e_pf_setup()
6278 PMD_DRV_LOG(INFO, "Hardware capability of hash lookup table size: %u", in i40e_pf_setup()
6348 PMD_DRV_LOG(ERR, "Failed to %s tx queue[%u]", in i40e_switch_tx_queue()
6400 PMD_DRV_LOG(ERR, "Failed to %s rx queue[%u]", in i40e_switch_rx_queue()
6449 PMD_DRV_LOG(ERR, in i40e_dev_rx_init()
6468 PMD_DRV_LOG(ERR, "Failed to do TX initialization"); in i40e_dev_rxtx_init()
6473 PMD_DRV_LOG(ERR, "Failed to do RX initialization"); in i40e_dev_rxtx_init()
6685 PMD_DRV_LOG(INFO, "VF %u reset occurred", abs_vf_id); in i40e_dev_handle_vfr_event()
6692 PMD_DRV_LOG(ERR, "Failed to do VF reset"); in i40e_dev_handle_vfr_event()
6718 PMD_DRV_LOG(ERR, "Failed to allocate mem"); in i40e_dev_handle_aq_msg()
6727 PMD_DRV_LOG(INFO, in i40e_dev_handle_aq_msg()
6751 PMD_DRV_LOG(DEBUG, "Request %u is not supported yet", in i40e_dev_handle_aq_msg()
6783 PMD_DRV_LOG(WARNING, "Malicious Driver Detection event 0x%02x on TX " in i40e_handle_mdd_event()
6799 PMD_DRV_LOG(WARNING, "Malicious Driver Detection event 0x%02x on RX " in i40e_handle_mdd_event()
6810 PMD_DRV_LOG(WARNING, "TX driver issue detected on PF\n"); in i40e_handle_mdd_event()
6816 PMD_DRV_LOG(WARNING, "RX driver issue detected on PF\n"); in i40e_handle_mdd_event()
6828 PMD_DRV_LOG(WARNING, "TX driver issue detected on VF %d %-" in i40e_handle_mdd_event()
6838 PMD_DRV_LOG(WARNING, "RX driver issue detected on VF %d %-" in i40e_handle_mdd_event()
6872 PMD_DRV_LOG(INFO, "No interrupt event"); in i40e_dev_interrupt_handler()
6876 PMD_DRV_LOG(ERR, "ICR0: unrecoverable ECC error"); in i40e_dev_interrupt_handler()
6878 PMD_DRV_LOG(ERR, "ICR0: malicious programming detected"); in i40e_dev_interrupt_handler()
6882 PMD_DRV_LOG(INFO, "ICR0: global reset requested"); in i40e_dev_interrupt_handler()
6884 PMD_DRV_LOG(INFO, "ICR0: PCI exception activated"); in i40e_dev_interrupt_handler()
6886 PMD_DRV_LOG(INFO, "ICR0: a change in the storm control state"); in i40e_dev_interrupt_handler()
6888 PMD_DRV_LOG(ERR, "ICR0: HMC error"); in i40e_dev_interrupt_handler()
6890 PMD_DRV_LOG(ERR, "ICR0: protocol engine critical error"); in i40e_dev_interrupt_handler()
6893 PMD_DRV_LOG(INFO, "ICR0: VF reset detected"); in i40e_dev_interrupt_handler()
6897 PMD_DRV_LOG(INFO, "ICR0: adminq event"); in i40e_dev_interrupt_handler()
6923 PMD_DRV_LOG(ERR, "ICR0: unrecoverable ECC error"); in i40e_dev_alarm_handler()
6925 PMD_DRV_LOG(ERR, "ICR0: malicious programming detected"); in i40e_dev_alarm_handler()
6929 PMD_DRV_LOG(INFO, "ICR0: global reset requested"); in i40e_dev_alarm_handler()
6931 PMD_DRV_LOG(INFO, "ICR0: PCI exception activated"); in i40e_dev_alarm_handler()
6933 PMD_DRV_LOG(INFO, "ICR0: a change in the storm control state"); in i40e_dev_alarm_handler()
6935 PMD_DRV_LOG(ERR, "ICR0: HMC error"); in i40e_dev_alarm_handler()
6937 PMD_DRV_LOG(ERR, "ICR0: protocol engine critical error"); in i40e_dev_alarm_handler()
6940 PMD_DRV_LOG(INFO, "ICR0: VF reset detected"); in i40e_dev_alarm_handler()
6944 PMD_DRV_LOG(INFO, "ICR0: adminq event"); in i40e_dev_alarm_handler()
6974 PMD_DRV_LOG(ERR, "Fail to allocate memory"); in i40e_add_macvlan_filters()
7005 PMD_DRV_LOG(ERR, "Invalid MAC match type"); in i40e_add_macvlan_filters()
7018 PMD_DRV_LOG(ERR, "Failed to add macvlan filter"); in i40e_add_macvlan_filters()
7049 PMD_DRV_LOG(ERR, "Fail to allocate memory"); in i40e_remove_macvlan_filters()
7080 PMD_DRV_LOG(ERR, "Invalid MAC filter type"); in i40e_remove_macvlan_filters()
7090 PMD_DRV_LOG(ERR, "Failed to remove macvlan filter"); in i40e_remove_macvlan_filters()
7171 PMD_DRV_LOG(ERR, "Failed to add vlan filter"); in i40e_set_vlan_filter()
7176 PMD_DRV_LOG(ERR, in i40e_set_vlan_filter()
7206 PMD_DRV_LOG(ERR, in i40e_find_all_vlan_for_mac()
7236 PMD_DRV_LOG(ERR, "buffer number not match"); in i40e_find_all_mac_for_vlan()
7268 PMD_DRV_LOG(ERR, "failed to allocate memory"); in i40e_vsi_remove_all_macvlan_filter()
7317 PMD_DRV_LOG(ERR, "Error! VSI doesn't have a mac addr"); in i40e_vsi_add_vlan()
7324 PMD_DRV_LOG(ERR, "failed to allocate memory"); in i40e_vsi_add_vlan()
7368 PMD_DRV_LOG(ERR, "Error! VSI doesn't have a mac addr"); in i40e_vsi_delete_vlan()
7375 PMD_DRV_LOG(ERR, "failed to allocate memory"); in i40e_vsi_delete_vlan()
7439 PMD_DRV_LOG(ERR, "failed to allocate memory"); in i40e_vsi_add_mac()
7464 PMD_DRV_LOG(ERR, "failed to allocate memory"); in i40e_vsi_add_mac()
7500 PMD_DRV_LOG(ERR, "VLAN number shouldn't be 0"); in i40e_vsi_delete_mac()
7509 PMD_DRV_LOG(ERR, "failed to allocate memory"); in i40e_vsi_delete_mac()
7597 PMD_DRV_LOG(DEBUG, "No key to be configured"); in i40e_set_rss_key()
7601 PMD_DRV_LOG(ERR, "Invalid key length %u", key_len); in i40e_set_rss_key()
7769 PMD_DRV_LOG(ERR, "invalid tunnel filter type"); in i40e_dev_get_filter_type()
7829 PMD_DRV_LOG(ERR, in i40e_sw_tunnel_filter_insert()
7852 PMD_DRV_LOG(ERR, in i40e_sw_tunnel_filter_del()
7891 PMD_DRV_LOG(ERR, "Replace l1 filter is not supported."); in i40e_replace_mpls_l1_filter()
7933 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud l1 type." in i40e_replace_mpls_l1_filter()
7952 PMD_DRV_LOG(ERR, "Replace cloud filter is not supported."); in i40e_replace_mpls_cloud_filter()
7979 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud filter type." in i40e_replace_mpls_cloud_filter()
8008 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud filter type." in i40e_replace_mpls_cloud_filter()
8027 PMD_DRV_LOG(ERR, "Replace l1 filter is not supported."); in i40e_replace_gtp_l1_filter()
8061 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud l1 type." in i40e_replace_gtp_l1_filter()
8096 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud l1 type." in i40e_replace_gtp_l1_filter()
8115 PMD_DRV_LOG(ERR, "Replace cloud filter is not supported."); in i40e_replace_gtp_cloud_filter()
8141 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud filter type." in i40e_replace_gtp_cloud_filter()
8169 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud filter type." in i40e_replace_gtp_cloud_filter()
8189 PMD_DRV_LOG(ERR, "Replace l1 filter is not supported."); in i40e_replace_port_l1_filter()
8241 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud l1 type." in i40e_replace_port_l1_filter()
8261 PMD_DRV_LOG(ERR, "Replace cloud filter is not supported."); in i40e_replace_port_cloud_filter()
8295 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud filter type." in i40e_replace_port_cloud_filter()
8331 PMD_DRV_LOG(ERR, "Failed to alloc memory."); in i40e_dev_consistent_tunnel_filter_set()
8439 PMD_DRV_LOG(DEBUG, in i40e_dev_consistent_tunnel_filter_set()
8510 PMD_DRV_LOG(ERR, "tunnel type is not supported."); in i40e_dev_consistent_tunnel_filter_set()
8559 PMD_DRV_LOG(ERR, "Invalid argument."); in i40e_dev_consistent_tunnel_filter_set()
8574 PMD_DRV_LOG(ERR, "Conflict with existing tunnel rules!"); in i40e_dev_consistent_tunnel_filter_set()
8580 PMD_DRV_LOG(ERR, "There's no corresponding tunnel filter!"); in i40e_dev_consistent_tunnel_filter_set()
8593 PMD_DRV_LOG(ERR, "Failed to add a tunnel filter."); in i40e_dev_consistent_tunnel_filter_set()
8599 PMD_DRV_LOG(ERR, "Failed to alloc memory."); in i40e_dev_consistent_tunnel_filter_set()
8616 PMD_DRV_LOG(ERR, "Failed to delete a tunnel filter."); in i40e_dev_consistent_tunnel_filter_set()
8651 PMD_DRV_LOG(ERR, "Port %d already offloaded", port); in i40e_add_vxlan_port()
8658 PMD_DRV_LOG(ERR, in i40e_add_vxlan_port()
8667 PMD_DRV_LOG(ERR, "Failed to add VXLAN UDP port %d", port); in i40e_add_vxlan_port()
8671 PMD_DRV_LOG(INFO, "Added port %d with AQ command with index %d", in i40e_add_vxlan_port()
8691 PMD_DRV_LOG(ERR, "VXLAN UDP port was not configured."); in i40e_del_vxlan_port()
8698 PMD_DRV_LOG(ERR, "Port %d doesn't exist", port); in i40e_del_vxlan_port()
8703 PMD_DRV_LOG(ERR, "Failed to delete VXLAN UDP port %d", port); in i40e_del_vxlan_port()
8707 PMD_DRV_LOG(INFO, "Deleted port %d with AQ command with index %d", in i40e_del_vxlan_port()
8741 PMD_DRV_LOG(ERR, "Tunnel type is not supported now."); in i40e_dev_udp_tunnel_port_add()
8746 PMD_DRV_LOG(ERR, "Invalid tunnel type"); in i40e_dev_udp_tunnel_port_add()
8772 PMD_DRV_LOG(ERR, "Tunnel type is not supported now."); in i40e_dev_udp_tunnel_port_del()
8776 PMD_DRV_LOG(ERR, "Invalid tunnel type"); in i40e_dev_udp_tunnel_port_del()
8878 PMD_DRV_LOG(ERR, "GRE key length configuration is unsupported"); in i40e_dev_set_gre_key_len()
8883 PMD_DRV_LOG(DEBUG, "Read original GL_PRS_FVBM with 0x%08x", val); in i40e_dev_set_gre_key_len()
8890 PMD_DRV_LOG(ERR, "Unsupported GRE key length of %u", len); in i40e_dev_set_gre_key_len()
8900 PMD_DRV_LOG(DEBUG, "Global register 0x%08x is changed " in i40e_dev_set_gre_key_len()
8906 PMD_DRV_LOG(DEBUG, "Read modified GL_PRS_FVBM with 0x%08x", in i40e_dev_set_gre_key_len()
8920 PMD_DRV_LOG(INFO, in i40e_set_symmetric_hash_enable_per_port()
8927 PMD_DRV_LOG(INFO, in i40e_set_symmetric_hash_enable_per_port()
9498 PMD_DRV_LOG(ERR, "exceed maximal number of bitmasks"); in i40e_generate_inset_mask_reg()
9514 PMD_DRV_LOG(DEBUG, "[0x%08x] original: 0x%08x", addr, reg); in i40e_check_write_reg()
9517 PMD_DRV_LOG(DEBUG, "[0x%08x] after: 0x%08x", addr, in i40e_check_write_reg()
9530 PMD_DRV_LOG(WARNING, in i40e_check_write_global_reg()
9562 PMD_DRV_LOG(ERR, "Input set setting is not supported."); in i40e_filter_input_set_init()
9600 PMD_DRV_LOG(ERR, "Input set setting is not supported."); in i40e_filter_input_set_init()
9622 PMD_DRV_LOG(ERR, "Invalid pointer"); in i40e_hash_filter_inset_select()
9627 PMD_DRV_LOG(ERR, "Unsupported input set operation"); in i40e_hash_filter_inset_select()
9632 PMD_DRV_LOG(ERR, "Hash input set setting is not supported."); in i40e_hash_filter_inset_select()
9638 PMD_DRV_LOG(ERR, "invalid flow_type input."); in i40e_hash_filter_inset_select()
9651 PMD_DRV_LOG(ERR, "Failed to parse input set"); in i40e_hash_filter_inset_select()
9726 PMD_DRV_LOG(ERR, in i40e_sw_ethertype_filter_insert()
9750 PMD_DRV_LOG(ERR, in i40e_sw_ethertype_filter_del()
9783 PMD_DRV_LOG(ERR, "Invalid queue ID"); in i40e_ethertype_filter_set()
9788 PMD_DRV_LOG(ERR, in i40e_ethertype_filter_set()
9794 PMD_DRV_LOG(WARNING, in i40e_ethertype_filter_set()
9803 PMD_DRV_LOG(ERR, "Conflict with existing ethertype rules!"); in i40e_ethertype_filter_set()
9808 PMD_DRV_LOG(ERR, "There's no corresponding ethertype filter!"); in i40e_ethertype_filter_set()
9825 PMD_DRV_LOG(INFO, in i40e_ethertype_filter_set()
9837 PMD_DRV_LOG(ERR, "Failed to alloc memory."); in i40e_ethertype_filter_set()
9871 PMD_DRV_LOG(WARNING, "Filter type (%d) not supported", in i40e_dev_filter_ctrl()
9894 PMD_DRV_LOG(ERR, "Failed to read PCI offset 0x%x", in i40e_enable_extended_tag()
9899 PMD_DRV_LOG(ERR, "Does not support Extended Tag"); in i40e_enable_extended_tag()
9907 PMD_DRV_LOG(ERR, "Failed to read PCI offset 0x%x", in i40e_enable_extended_tag()
9912 PMD_DRV_LOG(DEBUG, "Extended Tag has already been enabled"); in i40e_enable_extended_tag()
9919 PMD_DRV_LOG(ERR, "Failed to write PCI offset 0x%x", in i40e_enable_extended_tag()
10049 PMD_DRV_LOG(ERR, "value is NULL"); in i40e_get_swr_pm_cfg()
10057 PMD_DRV_LOG(DEBUG, "Device 0x%x with GL_SWR_PM_UP_THR " in i40e_get_swr_pm_cfg()
10134 PMD_DRV_LOG(DEBUG, "Device 0x%x skips " in i40e_configure_registers()
10146 PMD_DRV_LOG(ERR, "Failed to read from 0x%"PRIx32, in i40e_configure_registers()
10150 PMD_DRV_LOG(DEBUG, "Read from 0x%"PRIx32": 0x%"PRIx64, in i40e_configure_registers()
10158 PMD_DRV_LOG(ERR, in i40e_configure_registers()
10163 PMD_DRV_LOG(DEBUG, "Write 0x%"PRIx64" to the address of " in i40e_configure_registers()
10178 PMD_DRV_LOG(ERR, "VSI ID exceeds the maximum"); in i40e_config_qinq()
10190 PMD_DRV_LOG(ERR, "Failed to update VSI_TSR[%d]", in i40e_config_qinq()
10204 PMD_DRV_LOG(ERR, in i40e_config_qinq()
10257 PMD_DRV_LOG(INFO, in i40e_aq_add_mirror_rule()
10335 PMD_DRV_LOG(DEBUG, "i40e_mirror_rule_set: sw_id = %d.", sw_id); in i40e_mirror_rule_set()
10338 PMD_DRV_LOG(ERR, in i40e_mirror_rule_set()
10343 PMD_DRV_LOG(ERR, "mirror table is full."); in i40e_mirror_rule_set()
10347 PMD_DRV_LOG(ERR, "invalid destination pool %u.", in i40e_mirror_rule_set()
10363 PMD_DRV_LOG(ERR, "mirror rule exists."); in i40e_mirror_rule_set()
10371 PMD_DRV_LOG(ERR, in i40e_mirror_rule_set()
10382 PMD_DRV_LOG(ERR, "mirror rule doesn't exist."); in i40e_mirror_rule_set()
10389 PMD_DRV_LOG(ERR, "failed to allocate memory"); in i40e_mirror_rule_set()
10402 PMD_DRV_LOG(ERR, "vlan is not specified."); in i40e_mirror_rule_set()
10412 PMD_DRV_LOG(ERR, "pool mask is out of range."); in i40e_mirror_rule_set()
10428 PMD_DRV_LOG(ERR, "pool is not specified."); in i40e_mirror_rule_set()
10446 PMD_DRV_LOG(ERR, "unsupported mirror type %d.", in i40e_mirror_rule_set()
10462 PMD_DRV_LOG(ERR, in i40e_mirror_rule_set()
10500 PMD_DRV_LOG(DEBUG, "i40e_mirror_rule_reset: sw_id = %d.", sw_id); in i40e_mirror_rule_reset()
10516 PMD_DRV_LOG(ERR, in i40e_mirror_rule_reset()
10525 PMD_DRV_LOG(ERR, "mirror rule doesn't exist."); in i40e_mirror_rule_reset()
10952 PMD_DRV_LOG(ERR, in i40e_config_switch_comp_tc()
10961 PMD_DRV_LOG(ERR, in i40e_config_switch_comp_tc()
10970 PMD_DRV_LOG(DEBUG, "switch_comp bw limit:%u", veb->bw_info.bw_limit); in i40e_config_switch_comp_tc()
10971 PMD_DRV_LOG(DEBUG, "switch_comp max_bw:%u", veb->bw_info.bw_max); in i40e_config_switch_comp_tc()
10984 PMD_DRV_LOG(DEBUG, "\tVEB TC%u:share credits %u", i, in i40e_config_switch_comp_tc()
10986 PMD_DRV_LOG(DEBUG, "\tVEB TC%u:credits %u", i, in i40e_config_switch_comp_tc()
10988 PMD_DRV_LOG(DEBUG, "\tVEB TC%u: max credits: %u", i, in i40e_config_switch_comp_tc()
11531 PMD_DRV_LOG(ERR, "Requested EEPROM bytes out of range."); in i40e_get_eeprom()
11539 PMD_DRV_LOG(ERR, "EEPROM read failed."); in i40e_get_eeprom()
11558 PMD_DRV_LOG(ERR, in i40e_get_module_info()
11569 PMD_DRV_LOG(ERR, in i40e_get_module_info()
11599 PMD_DRV_LOG(WARNING, in i40e_get_module_info()
11637 PMD_DRV_LOG(ERR, "Module type unrecognized\n"); in i40e_get_module_info()
11698 PMD_DRV_LOG(ERR, "Tried to set invalid MAC address."); in i40e_set_default_mac_addr()
11709 PMD_DRV_LOG(ERR, "Failed to find filter for default mac"); in i40e_set_default_mac_addr()
11716 PMD_DRV_LOG(ERR, "Failed to delete mac filter"); in i40e_set_default_mac_addr()
11722 PMD_DRV_LOG(ERR, "Failed to add mac filter"); in i40e_set_default_mac_addr()
11730 PMD_DRV_LOG(ERR, "Failed to change mac"); in i40e_set_default_mac_addr()
11751 PMD_DRV_LOG(ERR, "port %d must be stopped before configuration", in i40e_dev_mtu_set()
11794 PMD_DRV_LOG(INFO, "Ethertype filter:" in i40e_ethertype_filter_restore()
11923 PMD_DRV_LOG(ERR, "Unsupported operation."); in i40e_update_customized_pctype()
11931 PMD_DRV_LOG(ERR, "Failed to get pctype number"); in i40e_update_customized_pctype()
11935 PMD_DRV_LOG(INFO, "No new pctype added"); in i40e_update_customized_pctype()
11942 PMD_DRV_LOG(ERR, "Failed to allocate memory"); in i40e_update_customized_pctype()
11950 PMD_DRV_LOG(ERR, "Failed to get pctype list"); in i40e_update_customized_pctype()
11972 PMD_DRV_LOG(INFO, "name = %s\n", name); in i40e_update_customized_pctype()
12055 PMD_DRV_LOG(ERR, "Unsupported operation."); in i40e_update_customized_ptype()
12069 PMD_DRV_LOG(ERR, "Failed to get ptype number"); in i40e_update_customized_ptype()
12073 PMD_DRV_LOG(INFO, "No new ptype added"); in i40e_update_customized_ptype()
12080 PMD_DRV_LOG(ERR, "Failed to allocate memory"); in i40e_update_customized_ptype()
12089 PMD_DRV_LOG(ERR, "Failed to get ptype list"); in i40e_update_customized_ptype()
12097 PMD_DRV_LOG(ERR, "Failed to allocate memory"); in i40e_update_customized_ptype()
12116 PMD_DRV_LOG(INFO, "name = %s\n", name); in i40e_update_customized_ptype()
12234 PMD_DRV_LOG(ERR, "Failed to update ptype mapping table."); in i40e_update_customized_ptype()
12254 PMD_DRV_LOG(ERR, "Unsupported operation."); in i40e_update_customized_info()
12263 PMD_DRV_LOG(ERR, "Failed to get protocol number"); in i40e_update_customized_info()
12267 PMD_DRV_LOG(INFO, "No new protocol added"); in i40e_update_customized_info()
12274 PMD_DRV_LOG(ERR, "Failed to allocate memory"); in i40e_update_customized_info()
12283 PMD_DRV_LOG(ERR, "Failed to get protocol list"); in i40e_update_customized_info()
12314 PMD_DRV_LOG(INFO, "No pctype is updated."); in i40e_update_customized_info()
12320 PMD_DRV_LOG(INFO, "No ptype is updated."); in i40e_update_customized_info()
12378 PMD_DRV_LOG(ERR, "Replace cloud filter is not supported."); in i40e_cloud_filter_qinq_create()
12415 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud l1 type." in i40e_cloud_filter_qinq_create()
12443 PMD_DRV_LOG(WARNING, "i40e device %s changed cloud filter type." in i40e_cloud_filter_qinq_create()
12682 PMD_DRV_LOG(DEBUG, "Hash function already set to Simple XOR"); in i40e_rss_config_hash_function()
12747 PMD_DRV_LOG(INFO, in i40e_rss_enable_hash()
12781 PMD_DRV_LOG(INFO, "Max of contiguous %u PF queues are configured", in i40e_rss_config_queue_region()
12785 PMD_DRV_LOG(ERR, in i40e_rss_config_queue_region()
12819 PMD_DRV_LOG(DEBUG, in i40e_rss_clear_hash_function()
12917 PMD_DRV_LOG(INFO, "Max of contiguous %u PF queues are configured", in i40e_rss_clear_queue_region()
12921 PMD_DRV_LOG(ERR, in i40e_rss_clear_queue_region()