| /dpdk/drivers/net/pcap/ |
| H A D | pcap_osdep_windows.c | 56 PMD_LOG(ERR, "GetAdapterIndex(%S) = %lu\n", adapter_name, ret); in osdep_iface_index_get() 78 PMD_LOG(ERR, "GetAdapterAddresses() = %lu, expected %lu\n", in osdep_iface_mac_get() 85 PMD_LOG(ERR, "Cannot allocate adapter address info\n"); in osdep_iface_mac_get() 91 PMD_LOG(ERR, "GetAdapterAddresses() = %lu\n", sys_ret); in osdep_iface_mac_get() 103 PMD_LOG(ERR, "Physical address length: want %u, got %lu", in osdep_iface_mac_get()
|
| H A D | pcap_ethdev.c | 484 PMD_LOG(ERR, in eth_pcap_tx() 551 PMD_LOG(ERR, "Couldn't create dead pcap"); in open_single_tx_pcap() 559 PMD_LOG(ERR, "Couldn't open %s for writing.", in open_single_tx_pcap() 914 PMD_LOG(ERR, in eth_rx_queue_setup() 925 PMD_LOG(ERR, in eth_rx_queue_setup() 1099 PMD_LOG(INFO, "Setting %s pcap direction %s\n", in set_iface_direction() 1208 PMD_LOG(ERR, in pmd_init_internals() 1271 PMD_LOG(INFO, "Setting phy MAC for %s", if_name); in eth_pcap_update_mac() 1431 PMD_LOG(ERR, "Failed to probe %s", name); in pmd_pcap_probe() 1505 PMD_LOG(INFO, "infinite_rx has been %s for %s", in pmd_pcap_probe() [all …]
|
| H A D | pcap_osdep.h | 10 #define PMD_LOG(level, fmt, args...) \ macro
|
| /dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 491 PMD_LOG(ERR, in eth_rx_queue_setup() 688 PMD_LOG(ERR, in rte_pmd_init_internals() 694 PMD_LOG(INFO, in rte_pmd_init_internals() 735 PMD_LOG(ERR, in rte_pmd_init_internals() 969 PMD_LOG(ERR, in rte_eth_from_packet() 979 PMD_LOG(ERR, in rte_eth_from_packet() 989 PMD_LOG(ERR, in rte_eth_from_packet() 999 PMD_LOG(ERR, in rte_eth_from_packet() 1009 PMD_LOG(ERR, in rte_eth_from_packet() 1019 PMD_LOG(ERR, in rte_eth_from_packet() [all …]
|
| /dpdk/drivers/net/ring/ |
| H A D | rte_eth_ring.c | 67 #define PMD_LOG(level, fmt, args...) \ macro 548 PMD_LOG(WARNING, "could not parse node value from %s", in parse_kvlist() 581 PMD_LOG(WARNING, in parse_kvlist() 614 PMD_LOG(ERR, "Error parsing internal args"); in parse_internal_args() 640 PMD_LOG(INFO, "Initializing pmd_ring for %s", name); in rte_pmd_ring_probe() 645 PMD_LOG(ERR, "Failed to probe %s", name); in rte_pmd_ring_probe() 663 PMD_LOG(INFO, in rte_pmd_ring_probe() 672 PMD_LOG(INFO, in rte_pmd_ring_probe() 677 PMD_LOG(INFO, in rte_pmd_ring_probe() 730 PMD_LOG(INFO, in rte_pmd_ring_probe() [all …]
|
| /dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 73 #define PMD_LOG(level, fmt, args...) \ macro 140 PMD_LOG(ERR, in eth_kni_start() 169 PMD_LOG(ERR, in eth_kni_dev_start() 191 PMD_LOG(ERR, "Can't cancel the thread"); in eth_kni_dev_stop() 195 PMD_LOG(ERR, "Can't join the thread"); in eth_kni_dev_stop() 215 PMD_LOG(WARNING, "Not able to stop kni for %s", in eth_kni_close() 224 PMD_LOG(WARNING, "Not able to release kni for %s", in eth_kni_close() 374 PMD_LOG(INFO, "Creating kni ethdev on numa socket %u", in eth_kni_create() 448 PMD_LOG(INFO, "Initializing eth_kni for %s", name); in eth_kni_probe() 453 PMD_LOG(ERR, "Failed to probe %s", name); in eth_kni_probe() [all …]
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic.c | 85 #define PMD_LOG(level, fmt, args...) \ macro 454 PMD_LOG(WARNING, in pmd_parse_args() 486 PMD_LOG(WARNING, in pmd_parse_args() 633 PMD_LOG(INFO, "Probing device \"%s\"", name); in pmd_probe() 645 PMD_LOG(WARNING, in pmd_probe() 657 PMD_LOG(INFO, "Creating soft ethdev \"%s\"", p.name); in pmd_probe() 676 PMD_LOG(INFO, "Removing device \"%s\"", rte_vdev_device_name(vdev)); in pmd_remove()
|
| /dpdk/drivers/net/null/ |
| H A D | rte_eth_null.c | 78 #define PMD_LOG(level, fmt, args...) \ macro 476 PMD_LOG(INFO, "Closing null ethdev on NUMA socket %u", in eth_dev_close() 528 PMD_LOG(INFO, "Creating null ethdev on numa socket %u", in eth_dev_null_create() 653 PMD_LOG(INFO, "Initializing pmd_null for %s", name); in rte_pmd_null_probe() 659 PMD_LOG(ERR, "Failed to probe %s", name); in rte_pmd_null_probe() 705 PMD_LOG(ERR, in rte_pmd_null_probe() 713 PMD_LOG(INFO, "Configure pmd_null: packet size is %d, " in rte_pmd_null_probe()
|