Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_vf_representor.c67 ENICPMD_LOG(ERR, "error in allocating wq\n"); in enic_vf_dev_tx_queue_setup()
105 ENICPMD_LOG(ERR, "error in allocating rq\n"); in enic_vf_dev_rx_queue_setup()
139 ENICPMD_LOG(ERR, "Cannot create representor->VF flow"); in setup_rep_vf_fwd()
148 ENICPMD_LOG(ERR, "Cannot create VF->representor flow"); in setup_rep_vf_fwd()
175 ENICPMD_LOG(ERR, "Cannot set up representor-VF flows"); in enic_vf_dev_start()
182 ENICPMD_LOG(DEBUG, "Clear packet filters"); in enic_vf_dev_start()
185 ENICPMD_LOG(ERR, "Cannot clear packet filters"); in enic_vf_dev_start()
442 ENICPMD_LOG(ERR, "error in getting stats\n"); in enic_vf_stats_get()
465 ENICPMD_LOG(ERR, "error in clearing stats\n"); in enic_vf_stats_reset()
593 ENICPMD_LOG(ERR, "error in getting MAC address\n"); in get_vf_config()
[all …]
H A Denic_fm_flow.c1057 ENICPMD_LOG(DEBUG, "vxlan-encap: vlan"); in enic_fm_copy_vxlan_encap()
1069 ENICPMD_LOG(DEBUG, "vxlan-encap: ipv4"); in enic_fm_copy_vxlan_encap()
1094 ENICPMD_LOG(DEBUG, "vxlan-encap: ipv6"); in enic_fm_copy_vxlan_encap()
1225 ENICPMD_LOG(DEBUG, "steer to uplink %u", uif); in vf_egress_port_id_action()
1239 ENICPMD_LOG(DEBUG, "egress hairpin"); in vf_egress_port_id_action()
1374 ENICPMD_LOG(DEBUG, "create DROP action"); in enic_fm_copy_action()
1445 ENICPMD_LOG(DEBUG, "port id %u", port->id); in enic_fm_copy_action()
1592 ENICPMD_LOG(DEBUG, "add implicit steer op"); in enic_fm_copy_action()
1673 ENICPMD_LOG(DEBUG, " Acions: %s", buf); in enic_fm_dump_tcam_actions()
2429 ENICPMD_LOG(DEBUG, "add steer op"); in add_hairpin_steer()
[all …]
H A Denic_compat.h39 #define ENICPMD_LOG(level, fmt, args...) \ macro
42 #define ENICPMD_FUNC_TRACE() ENICPMD_LOG(DEBUG, ">>")
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()
1353 ENICPMD_LOG(INFO, "Actions(V2)\n"); in enic_dump_actions()
1355 ENICPMD_LOG(INFO, "\tqueue: %u\n", in enic_dump_actions()
1374 ENICPMD_LOG(INFO, "FILTER_IPV4_5TUPLE\n"); in enic_dump_filter()
1455 ENICPMD_LOG(INFO, "\tL%u mask: %s\n", i + 2, buf); in enic_dump_filter()
1463 ENICPMD_LOG(INFO, "\tL%u val: %s\n", i + 2, buf); in enic_dump_filter()
[all …]
H A Denic_ethdev.c682 ENICPMD_LOG(DEBUG, " %s address %s\n", in debug_log_add_del_addr()
705 ENICPMD_LOG(ERR, " invalid multicast address %s\n", in enicpmd_set_mc_addr_list()
713 ENICPMD_LOG(DEBUG, " flush multicast addresses\n"); in enicpmd_set_mc_addr_list()
726 ENICPMD_LOG(ERR, " too many multicast addresses: max=%d\n", in enicpmd_set_mc_addr_list()
989 ENICPMD_LOG(DEBUG, " vxlan (overlay offload) is not " in udp_tunnel_common_check()
1001 ENICPMD_LOG(DEBUG, " failed to update vxlan port\n"); in update_vxlan_port()
1004 ENICPMD_LOG(DEBUG, " updated vxlan port to %u\n", port); in update_vxlan_port()
1024 ENICPMD_LOG(DEBUG, " %u is already configured or invalid\n", in enicpmd_dev_udp_tunnel_port_add()
1049 ENICPMD_LOG(DEBUG, " %u is not a configured vxlan port\n", in enicpmd_dev_udp_tunnel_port_del()
1269 ENICPMD_LOG(ERR, "failed to allocate switch domain id"); in eth_enic_dev_init()
[all …]
H A Denic_main.c546 ENICPMD_LOG(DEBUG, " use the non-scatter Rx handler"); in enic_pick_rx_handler()
549 ENICPMD_LOG(DEBUG, " use the normal Rx handler"); in enic_pick_rx_handler()
560 ENICPMD_LOG(DEBUG, " use the simple tx handler"); in enic_pick_tx_handler()
563 ENICPMD_LOG(DEBUG, " use the default tx handler"); in enic_pick_tx_handler()
645 ENICPMD_LOG(DEBUG, " use the simple tx handler"); in enic_enable()
651 ENICPMD_LOG(DEBUG, " use the default tx handler"); in enic_enable()
1445 ENICPMD_LOG(DEBUG, " switchdev: ignore packet filter"); in enic_add_packet_filter()
1485 ENICPMD_LOG(DEBUG, "Required queues for PF: rq %u wq %u cq %u", in enic_set_vnic_res()
1492 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.c827 ENICPMD_LOG(DEBUG, " use the non-scatter avx2 Rx handler"); in enic_use_vector_rx_handler()