Lines Matching refs:FD_PRINTF

251 #define	FD_PRINTF(_l, _fd, _fmt, ...)	FD_PRINTF_##_l(_l, _fd, _fmt, ## __VA_ARGS__)  macro
501 FD_PRINTF(LOG_DEBUG, fd, "delay=%d action=%d", delay_ms, action); in schedule_callout()
522 FD_PRINTF(LOG_INFO, fd, "Scheduling rebuild: %s (failures=%d)", in schedule_fd_rebuild()
531 FD_PRINTF(LOG_DEBUG, fd, "Sync gen %u -> %u", fd->fd_rh->rnh_gen, fd->fd_rh->rnh_gen_rib); in sync_rib_gen()
610 FD_PRINTF(LOG_DEBUG, fd, in update_rebuild_delay()
616 FD_PRINTF(LOG_DEBUG, fd, in update_rebuild_delay()
754 FD_PRINTF(LOG_INFO, fd, "Unable to realloc queue for %u elements", in queue_rtable_change()
854 FD_PRINTF(LOG_ERR, fd, "batched sync failed, force the rebuild"); in handle_rtable_change_cb()
868 FD_PRINTF(LOG_INFO, fd, "running sync rebuild"); in handle_rtable_change_cb()
878 FD_PRINTF(LOG_ERR, fd, "algo reported non-recoverable error"); in handle_rtable_change_cb()
880 FD_PRINTF(LOG_ERR, fd, "failed to ban algo"); in handle_rtable_change_cb()
928 FD_PRINTF(LOG_INFO, fd, "ran out of nexthops at %u nhops", in sync_algo_end_cb()
990 FD_PRINTF(LOG_INFO, fd, in sync_algo()
1026 FD_PRINTF(LOG_INFO, fd, "DETACH"); in schedule_destroy_fd_instance()
1098 FD_PRINTF(LOG_INFO, fd, "destroy fd %p", fd); in destroy_fd_instance()
1108 FD_PRINTF(LOG_DEBUG2, fd, " FREE nhop %d %p", in destroy_fd_instance()
1183 FD_PRINTF(LOG_DEBUG, fd, "allocated fd %p", fd); in try_setup_fd_instance()
1189 FD_PRINTF(LOG_INFO, fd, "Unable to allocate nhop table idx (sz:%zu)", size); in try_setup_fd_instance()
1198 FD_PRINTF(LOG_INFO, fd, "Unable to allocate nhop refcount table (sz:%zu)", size); in try_setup_fd_instance()
1201 FD_PRINTF(LOG_DEBUG, fd, "Allocated %u nhop indexes", fd->number_nhops); in try_setup_fd_instance()
1207 FD_PRINTF(LOG_INFO, fd, "%s algo init failed", flm->flm_name); in try_setup_fd_instance()
1216 FD_PRINTF(LOG_INFO, fd, "failed to subscribe to the rib changes"); in try_setup_fd_instance()
1224 FD_PRINTF(LOG_INFO, fd, "rib sync failed"); in try_setup_fd_instance()
1227 FD_PRINTF(LOG_INFO, fd, "DUMP completed successfully."); in try_setup_fd_instance()
1362 FD_PRINTF(LOG_INFO, fd, "running callout type=%d", fd->fd_callout_action); in handle_fd_callout()
1384 FD_PRINTF(LOG_INFO, fd, "switching algo to %s", flm_new->flm_name); in rebuild_fd_flm()
1388 FD_PRINTF(LOG_NOTICE, fd, "table rebuild failed"); in rebuild_fd_flm()
1391 FD_PRINTF(LOG_INFO, fd_new, "switched to new instance"); in rebuild_fd_flm()
1408 FD_PRINTF(LOG_INFO, fd, "running sync rebuild: %s", reason); in rebuild_fd()
1414 FD_PRINTF(LOG_ERR, fd, "sync rebuild failed"); in rebuild_fd()
1596 FD_PRINTF(LOG_DEBUG, fd, "[vnet %p] replace with f:%p arg:%p", in replace_rtables_family()
1608 FD_PRINTF(LOG_DEBUG, fd, "FDH %p inline update", old_fdh); in replace_rtables_family()
1614 FD_PRINTF(LOG_DEBUG, fd, "OLD FDH: %p NEW FDH: %p", old_fdh, new_fdh); in replace_rtables_family()
1617 FD_PRINTF(LOG_WARNING, fd, "error attaching datapath"); in replace_rtables_family()
1631 FD_PRINTF(LOG_DEBUG, fd, "update %p -> %p", old_fdh, new_fdh); in replace_rtables_family()
1801 FD_PRINTF(LOG_DEBUG2, fd, " REF nhop %u %p", idx, fd->nh_idx[idx]); in fib_ref_nhop()
1844 FD_PRINTF(LOG_ERR, fd, "unable to schedule nhop %p deletion", nh); in fib_schedule_release_nhop()
1858 FD_PRINTF(LOG_DEBUG, fd, " FREE nhop %d %p", idx, fd->nh_idx[idx]); in fib_unref_nhop()