Lines Matching refs:PMD_DRV_LOG

243 	PMD_DRV_LOG(DEBUG, "Sending request %u to host\n", request->req_id);  in avp_dev_process_request()
249 PMD_DRV_LOG(DEBUG, "Discarding stale response\n"); in avp_dev_process_request()
254 PMD_DRV_LOG(ERR, "Cannot send request %u to host\n", in avp_dev_process_request()
271 PMD_DRV_LOG(ERR, "Timeout while waiting for a response for %u\n", in avp_dev_process_request()
281 PMD_DRV_LOG(ERR, "Invalid response from host, count=%u resp=%p host_sync_addr=%p\n", in avp_dev_process_request()
291 PMD_DRV_LOG(DEBUG, "Result %d received for request %u\n", in avp_dev_process_request()
386 PMD_DRV_LOG(DEBUG, "Translating host physical 0x%" PRIx64 " to guest virtual 0x%p\n", in avp_dev_translate_address()
428 PMD_DRV_LOG(DEBUG, "resource[%u]: phys=0x%" PRIx64 " len=%" PRIu64 " addr=%p\n", in avp_dev_check_regions()
437 PMD_DRV_LOG(ERR, "Invalid memmap magic 0x%08x and version %u\n", in avp_dev_check_regions()
447 PMD_DRV_LOG(ERR, "Invalid device info magic 0x%08x or version 0x%08x > 0x%08x\n", in avp_dev_check_regions()
457 PMD_DRV_LOG(ERR, "Missing address space for BAR%u\n", in avp_dev_check_regions()
479 PMD_DRV_LOG(NOTICE, "Detaching port %u from AVP device 0x%" PRIx64 "\n", in avp_dev_detach()
485 PMD_DRV_LOG(NOTICE, "port %u already detached\n", in avp_dev_detach()
494 PMD_DRV_LOG(ERR, "Failed to send/recv shutdown to host, ret=%d\n", in avp_dev_detach()
543 PMD_DRV_LOG(DEBUG, "rxq %u at %p base %u limit %u\n", in _avp_set_rx_queue_mappings()
577 PMD_DRV_LOG(DEBUG, "Requesting %u Tx and %u Rx queues from host\n", in _avp_set_queue_counts()
589 PMD_DRV_LOG(NOTICE, "Attaching port %u to AVP device 0x%" PRIx64 "\n", in avp_dev_attach()
595 PMD_DRV_LOG(NOTICE, "port %u already attached\n", in avp_dev_attach()
614 PMD_DRV_LOG(ERR, "Failed to re-create AVP device, ret=%d\n", in avp_dev_attach()
646 PMD_DRV_LOG(ERR, "Config request failed by host, ret=%d\n", in avp_dev_attach()
695 PMD_DRV_LOG(ERR, "unexpected migration status, status=%u\n", in avp_dev_interrupt_handler()
706 PMD_DRV_LOG(NOTICE, "AVP migration interrupt handled\n"); in avp_dev_interrupt_handler()
710 PMD_DRV_LOG(WARNING, "AVP unexpected interrupt, status=0x%08x\n", in avp_dev_interrupt_handler()
716 PMD_DRV_LOG(ERR, "Failed to re-enable UIO interrupts, ret=%d\n", in avp_dev_interrupt_handler()
735 PMD_DRV_LOG(ERR, "Failed to enable UIO interrupts, ret=%d\n", in avp_dev_enable_interrupts()
764 PMD_DRV_LOG(ERR, "Failed to disable UIO interrupts, ret=%d\n", in avp_dev_disable_interrupts()
783 PMD_DRV_LOG(ERR, "Failed to register UIO interrupt callback, ret=%d\n", in avp_dev_setup_interrupts()
829 PMD_DRV_LOG(ERR, "BAR%u is not mapped\n", in avp_dev_create()
837 PMD_DRV_LOG(ERR, "Invalid AVP PCI device, magic 0x%08x version 0x%08x > 0x%08x\n", in avp_dev_create()
843 PMD_DRV_LOG(DEBUG, "AVP host device is v%u.%u.%u\n", in avp_dev_create()
848 PMD_DRV_LOG(DEBUG, "AVP host supports %u to %u TX queue(s)\n", in avp_dev_create()
850 PMD_DRV_LOG(DEBUG, "AVP host supports %u to %u RX queue(s)\n", in avp_dev_create()
852 PMD_DRV_LOG(DEBUG, "AVP host supports features 0x%08x\n", in avp_dev_create()
879 PMD_DRV_LOG(ERR, "AVP host features mismatched; 0x%08x, host=0x%08x\n", in avp_dev_create()
889 PMD_DRV_LOG(DEBUG, "AVP first host tx queue at 0x%" PRIx64 "\n", in avp_dev_create()
891 PMD_DRV_LOG(DEBUG, "AVP first host alloc queue at 0x%" PRIx64 "\n", in avp_dev_create()
901 PMD_DRV_LOG(DEBUG, "AVP first host rx queue at 0x%" PRIx64 "\n", in avp_dev_create()
903 PMD_DRV_LOG(DEBUG, "AVP first host free queue at 0x%" PRIx64 "\n", in avp_dev_create()
912 PMD_DRV_LOG(DEBUG, "AVP host request queue at 0x%" PRIx64 "\n", in avp_dev_create()
914 PMD_DRV_LOG(DEBUG, "AVP host response queue at 0x%" PRIx64 "\n", in avp_dev_create()
916 PMD_DRV_LOG(DEBUG, "AVP host sync address at 0x%" PRIx64 "\n", in avp_dev_create()
918 PMD_DRV_LOG(DEBUG, "AVP host mbuf address at 0x%" PRIx64 "\n", in avp_dev_create()
938 PMD_DRV_LOG(DEBUG, "AVP host max receive packet length is %u\n", in avp_dev_create()
969 PMD_DRV_LOG(NOTICE, "AVP device configured for chained mbufs\n"); in eth_avp_dev_init()
981 PMD_DRV_LOG(ERR, "VM live migration operation in progress\n"); in eth_avp_dev_init()
988 PMD_DRV_LOG(ERR, "Failed to validate BAR resources, ret=%d\n", in eth_avp_dev_init()
996 PMD_DRV_LOG(ERR, "Failed to enable interrupts, ret=%d\n", ret); in eth_avp_dev_init()
1003 PMD_DRV_LOG(ERR, "Failed to create device, ret=%d\n", ret); in eth_avp_dev_init()
1011 PMD_DRV_LOG(ERR, "Failed to allocate %d bytes needed to store MAC addresses\n", in eth_avp_dev_init()
1103 PMD_DRV_LOG(ERR, "RX queue id is out of range: rx_queue_id=%u, nb_rx_queues=%u\n", in avp_dev_rx_queue_setup()
1118 PMD_DRV_LOG(NOTICE, "AVP device configured for chained mbufs\n"); in avp_dev_rx_queue_setup()
1125 PMD_DRV_LOG(DEBUG, "AVP max_rx_pkt_len=(%u,%u) mbuf_size=(%u,%u)\n", in avp_dev_rx_queue_setup()
1135 PMD_DRV_LOG(ERR, "Failed to allocate new Rx queue object\n"); in avp_dev_rx_queue_setup()
1147 PMD_DRV_LOG(DEBUG, "Rx queue %u setup at %p\n", rx_queue_id, rxq); in avp_dev_rx_queue_setup()
1165 PMD_DRV_LOG(ERR, "TX queue id is out of range: tx_queue_id=%u, nb_tx_queues=%u\n", in avp_dev_tx_queue_setup()
1174 PMD_DRV_LOG(ERR, "Failed to allocate new Tx queue object\n"); in avp_dev_tx_queue_setup()
1188 PMD_DRV_LOG(DEBUG, "Tx queue %u setup at %p\n", tx_queue_id, txq); in avp_dev_tx_queue_setup()
2003 PMD_DRV_LOG(ERR, "Operation not supported during VM live migration\n"); in avp_dev_configure()
2019 PMD_DRV_LOG(ERR, "VLAN offload set failed by host, ret=%d\n", in avp_dev_configure()
2035 PMD_DRV_LOG(ERR, "Config request failed by host, ret=%d\n", in avp_dev_configure()
2056 PMD_DRV_LOG(ERR, "Operation not supported during VM live migration\n"); in avp_dev_start()
2064 PMD_DRV_LOG(ERR, "Link state change failed by host, ret=%d\n", in avp_dev_start()
2087 PMD_DRV_LOG(ERR, "Operation not supported during VM live migration\n"); in avp_dev_stop()
2098 PMD_DRV_LOG(ERR, "Link state change failed by host, ret=%d\n", in avp_dev_stop()
2118 PMD_DRV_LOG(ERR, "Operation not supported during VM live migration\n"); in avp_dev_close()
2128 PMD_DRV_LOG(ERR, "Failed to disable interrupts\n"); in avp_dev_close()
2135 PMD_DRV_LOG(ERR, "Device shutdown failed by host, ret=%d\n", in avp_dev_close()
2171 PMD_DRV_LOG(DEBUG, "Promiscuous mode enabled on %u\n", in avp_dev_promiscuous_enable()
2187 PMD_DRV_LOG(DEBUG, "Promiscuous mode disabled on %u\n", in avp_dev_promiscuous_disable()
2228 PMD_DRV_LOG(ERR, "VLAN strip offload not supported\n"); in avp_vlan_offload_set()
2234 PMD_DRV_LOG(ERR, "VLAN filter offload not supported\n"); in avp_vlan_offload_set()
2239 PMD_DRV_LOG(ERR, "VLAN extend offload not supported\n"); in avp_vlan_offload_set()