Home
last modified time | relevance | path

Searched refs:TAP_LOG (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/tap/
H A Drte_eth_tap.c252 TAP_LOG(DEBUG, in tun_alloc()
269 TAP_LOG(DEBUG, in tun_alloc()
995 TAP_LOG(ERR, in tap_dev_configure()
1003 TAP_LOG(ERR, in tap_dev_configure()
1011 TAP_LOG(ERR, in tap_dev_configure()
1449 TAP_LOG(ERR, in tap_mac_set()
1456 TAP_LOG(ERR, in tap_mac_set()
1485 TAP_LOG(ERR, in tap_gso_ctx_setup()
1496 TAP_LOG(ERR, in tap_gso_ctx_setup()
1885 TAP_LOG(ERR, in tap_rss_hash_update()
[all …]
H A Dtap_netlink.c59 TAP_LOG(ERR, "Unable to create a netlink socket"); in tap_nl_init()
63 TAP_LOG(ERR, "Unable to set socket buffer send size"); in tap_nl_init()
68 TAP_LOG(ERR, "Unable to set socket buffer receive size"); in tap_nl_init()
79 TAP_LOG(ERR, "Unable to bind to the netlink socket"); in tap_nl_init()
99 TAP_LOG(ERR, "Failed to close netlink socket: %s (%d)", in tap_nl_final()
131 TAP_LOG(ERR, "Failed to send netlink message: %s (%d)", in tap_nl_send()
190 TAP_LOG(ERR, "%s", msg); in tap_nl_dump_ext_ack()
193 TAP_LOG(WARNING, "%s", msg); in tap_nl_dump_ext_ack()
375 TAP_LOG(ERR, in tap_nlattr_nested_start()
H A Dtap_tcmsgs.c85 TAP_LOG(ERR, in qdisc_del()
265 TAP_LOG(ERR, "Could not add multiq qdisc (%d): %s", in qdisc_create_multiq()
291 TAP_LOG(ERR, "Could not add ingress qdisc (%d): %s", in qdisc_create_ingress()
H A Dtap_flow.c1410 TAP_LOG(ERR, in tap_flow_create()
1455 TAP_LOG(ERR, in tap_flow_create()
1509 TAP_LOG(ERR, in tap_flow_destroy_pmd()
1533 TAP_LOG(ERR, in tap_flow_destroy_pmd()
1756 TAP_LOG(ERR, in tap_flow_implicit_create()
1872 TAP_LOG(ERR, in rss_enable()
1890 TAP_LOG(ERR, in rss_enable()
1904 TAP_LOG(ERR, in rss_enable()
1947 TAP_LOG(ERR, in rss_enable()
2112 TAP_LOG(ERR, in rss_add_actions()
[all …]
H A Dtap_log.h8 #define TAP_LOG(level, fmt, args...) \ macro
H A Dtap_intr.c64 TAP_LOG(ERR, in tap_rx_intr_vec_install()