Home
last modified time | relevance | path

Searched refs:ENICPMD_LOG (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1386 ENICPMD_LOG(DEBUG, "vxlan-encap: vlan"); in enic_fm_copy_vxlan_encap()
1398 ENICPMD_LOG(DEBUG, "vxlan-encap: ipv4"); in enic_fm_copy_vxlan_encap()
1423 ENICPMD_LOG(DEBUG, "vxlan-encap: ipv6"); in enic_fm_copy_vxlan_encap()
1568 ENICPMD_LOG(DEBUG, "egress hairpin"); in vf_egress_port_id_action()
1581 ENICPMD_LOG(DEBUG, "port id %u", dst_port_id); in enic_fm_check_transfer_dst()
1736 ENICPMD_LOG(DEBUG, "create DROP action"); in enic_fm_copy_action()
1982 ENICPMD_LOG(DEBUG, "add implicit steer op"); in enic_fm_copy_action()
2063 ENICPMD_LOG(DEBUG, " Actions: %s", buf); in enic_fm_dump_tcam_actions()
2819 ENICPMD_LOG(DEBUG, "add steer op"); in add_hairpin_steer()
3266 ENICPMD_LOG(ERR, "cannot alloc TCAM tables"); in enic_fm_init()
[all …]
H A Denic_vf_representor.c67 ENICPMD_LOG(ERR, "error in allocating wq\n"); in enic_vf_dev_tx_queue_setup()
107 ENICPMD_LOG(ERR, "error in allocating rq\n"); in enic_vf_dev_rx_queue_setup()
143 ENICPMD_LOG(ERR, "Cannot create representor->VF flow"); in setup_rep_vf_fwd()
152 ENICPMD_LOG(ERR, "Cannot create VF->representor flow"); in setup_rep_vf_fwd()
186 ENICPMD_LOG(DEBUG, "Clear packet filters"); in enic_vf_dev_start()
189 ENICPMD_LOG(ERR, "Cannot clear packet filters"); in enic_vf_dev_start()
392 ENICPMD_LOG(WARNING, in enic_vf_flow_ops_get()
433 ENICPMD_LOG(ERR, "error in getting stats\n"); in enic_vf_stats_get()
456 ENICPMD_LOG(ERR, "error in clearing stats\n"); in enic_vf_stats_reset()
584 ENICPMD_LOG(ERR, "error in getting MAC address\n"); in get_vf_config()
[all …]
H A Denic_flow.c404 ENICPMD_LOG(ERR, "IPv4 exact match src/dst addr"); in enic_copy_item_ipv4_v1()
411 ENICPMD_LOG(ERR, "IPv4 exact match mask"); in enic_copy_item_ipv4_v1()
442 ENICPMD_LOG(ERR, "UDP exact match src/dst addr"); in enic_copy_item_udp_v1()
449 ENICPMD_LOG(ERR, "UDP exact match mask"); in enic_copy_item_udp_v1()
488 ENICPMD_LOG(ERR, "TCP exact match mask"); in enic_copy_item_tcp_v1()
1356 ENICPMD_LOG(INFO, "Actions(V2)\n"); in enic_dump_actions()
1358 ENICPMD_LOG(INFO, "\tqueue: %u\n", in enic_dump_actions()
1377 ENICPMD_LOG(INFO, "FILTER_IPV4_5TUPLE\n"); in enic_dump_filter()
1458 ENICPMD_LOG(INFO, "\tL%u mask: %s\n", i + 2, buf); in enic_dump_filter()
1466 ENICPMD_LOG(INFO, "\tL%u val: %s\n", i + 2, buf); in enic_dump_filter()
[all …]
H A Denic_ethdev.c667 ENICPMD_LOG(DEBUG, " %s address %s\n", in debug_log_add_del_addr()
690 ENICPMD_LOG(ERR, " invalid multicast address %s\n", in enicpmd_set_mc_addr_list()
698 ENICPMD_LOG(DEBUG, " flush multicast addresses\n"); in enicpmd_set_mc_addr_list()
711 ENICPMD_LOG(ERR, " too many multicast addresses: max=%d\n", in enicpmd_set_mc_addr_list()
977 ENICPMD_LOG(DEBUG, " overlay offload is not supported\n"); in udp_tunnel_common_check()
990 ENICPMD_LOG(DEBUG, " failed to update tunnel port\n"); in update_tunnel_port()
993 ENICPMD_LOG(DEBUG, " updated %s port to %u\n", in update_tunnel_port()
1056 ENICPMD_LOG(DEBUG, " %u is not a configured tunnel port\n", in enicpmd_dev_udp_tunnel_port_del()
1281 ENICPMD_LOG(ERR, "failed to allocate switch domain id"); in eth_enic_dev_init()
1320 ENICPMD_LOG(ERR, "unsupported representor type: %s\n", in eth_enic_pci_probe()
[all …]
H A Denic_compat.h39 #define ENICPMD_LOG(level, fmt, args...) \ macro
42 #define ENICPMD_FUNC_TRACE() ENICPMD_LOG(DEBUG, ">>")
H A Denic_main.c539 ENICPMD_LOG(DEBUG, " use the normal Rx handler for 64B CQ entry"); in enic_pick_rx_handler()
552 ENICPMD_LOG(DEBUG, " use the non-scatter Rx handler"); in enic_pick_rx_handler()
555 ENICPMD_LOG(DEBUG, " use the normal Rx handler"); in enic_pick_rx_handler()
566 ENICPMD_LOG(DEBUG, " use the simple tx handler"); in enic_pick_tx_handler()
569 ENICPMD_LOG(DEBUG, " use the default tx handler"); in enic_pick_tx_handler()
648 ENICPMD_LOG(DEBUG, " use the simple tx handler"); in enic_enable()
654 ENICPMD_LOG(DEBUG, " use the default tx handler"); in enic_enable()
1460 ENICPMD_LOG(DEBUG, " switchdev: ignore packet filter"); in enic_add_packet_filter()
1500 ENICPMD_LOG(DEBUG, "Required queues for PF: rq %u wq %u cq %u", in enic_set_vnic_res()
1507 ENICPMD_LOG(DEBUG, "Required queues for VF representors: rq %u wq %u cq %u", in enic_set_vnic_res()
H A Denic_rxtx_vec_avx2.c822 ENICPMD_LOG(DEBUG, " use the non-scatter avx2 Rx handler"); in enic_use_vector_rx_handler()