Lines Matching refs:PMD_INIT_LOG
582 PMD_INIT_LOG(ERR, "Failed to allocate mem for cq hw ring"); in nicvf_qset_cq_alloc()
606 PMD_INIT_LOG(ERR, "Failed allocate mem for sq hw ring"); in nicvf_qset_sq_alloc()
631 PMD_INIT_LOG(ERR, "Failed to allocate mem for rbdr"); in nicvf_qset_rbdr_alloc()
640 PMD_INIT_LOG(ERR, "Failed to allocate mem for rbdr desc ring"); in nicvf_qset_rbdr_alloc()
748 PMD_INIT_LOG(ERR, "Failed to configure sq VF%d %d %d", in nicvf_vf_start_tx_queue()
777 PMD_INIT_LOG(ERR, "Failed to reclaim sq VF%d %d %d", in nicvf_vf_stop_tx_queue()
805 PMD_INIT_LOG(ERR, "Failed to configure CPI %d", ret); in nicvf_configure_cpi()
829 PMD_INIT_LOG(ERR, "Failed to configure RSS %d", ret); in nicvf_configure_rss()
958 PMD_INIT_LOG(ERR, "Tx deferred start not supported"); in nicvf_dev_tx_queue_setup()
965 PMD_INIT_LOG(ERR, "Value of nb_desc beyond available sq qsize"); in nicvf_dev_tx_queue_setup()
976 PMD_INIT_LOG(ERR, in nicvf_dev_tx_queue_setup()
997 PMD_INIT_LOG(ERR, "Failed to allocate txq=%d", in nicvf_dev_tx_queue_setup()
1034 PMD_INIT_LOG(ERR, "Failed to allocate mem for sq %d", qidx); in nicvf_dev_tx_queue_setup()
1041 PMD_INIT_LOG(DEBUG, "[%d] txq=%p nb_desc=%d desc=%p" in nicvf_dev_tx_queue_setup()
1109 PMD_INIT_LOG(ERR, "Failed to configure rq VF%d %d %d", in nicvf_vf_start_rx_queue()
1115 PMD_INIT_LOG(ERR, "Failed to configure cq VF%d %d %d", in nicvf_vf_start_rx_queue()
1144 PMD_INIT_LOG(ERR, "Failed to reclaim rq VF%d %d %d", in nicvf_vf_stop_rx_queue()
1154 PMD_INIT_LOG(ERR, "Failed to reclaim cq VF%d %d %d", in nicvf_vf_stop_rx_queue()
1284 PMD_INIT_LOG(ERR, "First skip is more than configured buffer size"); in nicvf_dev_rx_queue_setup()
1300 PMD_INIT_LOG(ERR, "Non-contiguous mempool, add more huge pages"); in nicvf_dev_rx_queue_setup()
1306 PMD_INIT_LOG(ERR, "Mempool memory must be physically contiguous"); in nicvf_dev_rx_queue_setup()
1312 PMD_INIT_LOG(ERR, "Rx deferred start not supported"); in nicvf_dev_rx_queue_setup()
1319 PMD_INIT_LOG(ERR, "Value nb_desc beyond available hw cq qsize"); in nicvf_dev_rx_queue_setup()
1330 PMD_INIT_LOG(ERR, "rx_free_thresh greater than expected %d", in nicvf_dev_rx_queue_setup()
1348 PMD_INIT_LOG(ERR, "Failed to allocate rxq=%d", in nicvf_dev_rx_queue_setup()
1372 PMD_INIT_LOG(ERR, "failed to allocate cq %u", rxq->queue_id); in nicvf_dev_rx_queue_setup()
1380 PMD_INIT_LOG(DEBUG, "[%d] rxq=%p pool=%s nb_desc=(%d/%d)" in nicvf_dev_rx_queue_setup()
1509 PMD_INIT_LOG(ERR, "Failed allocate mbuf VF%d qid=%d " in nicvf_vf_start()
1519 PMD_INIT_LOG(ERR, "%s: unaligned data_off=%d delta=%d", in nicvf_vf_start()
1530 PMD_INIT_LOG(ERR, "pool params not same,%s VF%d %" in nicvf_vf_start()
1546 PMD_INIT_LOG(ERR, "Buff shortage in pool=%s (%d/%d)", in nicvf_vf_start()
1557 PMD_INIT_LOG(ERR, "Reached RBDR desc limit, reduce nr desc " in nicvf_vf_start()
1565 PMD_INIT_LOG(ERR, "Failed to enable qset %d VF%d", ret, in nicvf_vf_start()
1574 PMD_INIT_LOG(ERR, "Failed to allocate memory for rbdr alloc " in nicvf_vf_start()
1582 PMD_INIT_LOG(ERR, "Failed to configure rbdr %d VF%d", ret, in nicvf_vf_start()
1591 PMD_INIT_LOG(ERR, "Failed to fill rbdr %d VF%d", ret, in nicvf_vf_start()
1641 PMD_INIT_LOG(ERR, "Failed to get rss table size"); in nicvf_vf_start()
1700 PMD_INIT_LOG(ERR, "rxbuf size must be multiply of 128"); in nicvf_dev_start()
1706 PMD_INIT_LOG(ERR, "buffsz not same, qidx=%d (%d/%d)", in nicvf_dev_start()
1715 PMD_INIT_LOG(ERR, "Failed to configure loopback %d", ret); in nicvf_dev_start()
1722 PMD_INIT_LOG(ERR, "Failed to reset stat counters %d", ret); in nicvf_dev_start()
1739 PMD_INIT_LOG(ERR, "Failed to set default mtu size"); in nicvf_dev_start()
1786 PMD_INIT_LOG(ERR, "Failed to disable loopback %d", ret); in nicvf_dev_stop_cleanup()
1791 PMD_INIT_LOG(ERR, "Failed to reclaim CPI config %d", ret); in nicvf_dev_stop_cleanup()
1838 PMD_INIT_LOG(ERR, "Failed to reclaim RBDR %d", ret); in nicvf_vf_stop()
1847 PMD_INIT_LOG(ERR, "Failed to disable qset %d", ret); in nicvf_vf_stop()
1921 PMD_INIT_LOG(INFO, "Huge page is not configured"); in nicvf_dev_configure()
1926 PMD_INIT_LOG(INFO, "Tx mq_mode DCB or VMDq not supported"); in nicvf_dev_configure()
1932 PMD_INIT_LOG(INFO, "Unsupported rx qmode %d", rxmode->mq_mode); in nicvf_dev_configure()
1937 PMD_INIT_LOG(INFO, "Rxmode does not support split header"); in nicvf_dev_configure()
1942 PMD_INIT_LOG(INFO, "Setting link speed/duplex not supported"); in nicvf_dev_configure()
1947 PMD_INIT_LOG(INFO, "DCB enable not supported"); in nicvf_dev_configure()
1952 PMD_INIT_LOG(INFO, "Flow director not supported"); in nicvf_dev_configure()
1979 PMD_INIT_LOG(DEBUG, "Configured ethdev port%d hwcap=0x%" PRIx64, in nicvf_dev_configure()
2109 PMD_INIT_LOG(ERR, "skip_data_bytes should be multiple of 8"); in nicvf_set_first_skip()
2114 PMD_INIT_LOG(ERR, "skip_data_bytes should be less than 128"); in nicvf_set_first_skip()
2166 PMD_INIT_LOG(DEBUG, "nicvf: device (%x:%x) %u:%u:%u:%u", in nicvf_eth_dev_init()
2173 PMD_INIT_LOG(ERR, "Failed to map BAR0"); in nicvf_eth_dev_init()
2182 PMD_INIT_LOG(ERR, "Failed to start period alarm"); in nicvf_eth_dev_init()
2188 PMD_INIT_LOG(ERR, "Failed to get ready message from PF"); in nicvf_eth_dev_init()
2191 PMD_INIT_LOG(INFO, in nicvf_eth_dev_init()
2202 PMD_INIT_LOG(ERR, "Failed to execute nicvf_base_init"); in nicvf_eth_dev_init()
2216 PMD_INIT_LOG(ERR, "Failed to start period alarm"); in nicvf_eth_dev_init()
2227 PMD_INIT_LOG(ERR, "Failed to allocate memory for mac addr"); in nicvf_eth_dev_init()
2239 PMD_INIT_LOG(ERR, "Failed to set mac addr"); in nicvf_eth_dev_init()
2245 PMD_INIT_LOG(ERR, "Failed to configure first skip"); in nicvf_eth_dev_init()
2248 PMD_INIT_LOG(INFO, "Port %d (%x:%x) mac=%02x:%02x:%02x:%02x:%02x:%02x", in nicvf_eth_dev_init()