Home
last modified time | relevance | path

Searched refs:CR_SCHED_LOG (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler.c172 CR_SCHED_LOG(ERR, "Operation not supported"); in rte_cryptodev_scheduler_worker_attach()
177 CR_SCHED_LOG(ERR, "Operation not supported"); in rte_cryptodev_scheduler_worker_attach()
182 CR_SCHED_LOG(ERR, "Illegal operation"); in rte_cryptodev_scheduler_worker_attach()
195 CR_SCHED_LOG(ERR, "Worker already added"); in rte_cryptodev_scheduler_worker_attach()
241 CR_SCHED_LOG(ERR, "Illegal operation"); in rte_cryptodev_scheduler_worker_detach()
251 CR_SCHED_LOG(ERR, "Cannot find worker"); in rte_cryptodev_scheduler_worker_detach()
298 CR_SCHED_LOG(ERR, "Illegal operation"); in rte_cryptodev_scheduler_mode_set()
337 CR_SCHED_LOG(ERR, "Not yet supported"); in rte_cryptodev_scheduler_mode_set()
383 CR_SCHED_LOG(ERR, "Illegal operation"); in rte_cryptodev_scheduler_ordering_set()
433 CR_SCHED_LOG(ERR, "Illegal operation"); in rte_cryptodev_scheduler_load_user_scheduler()
[all …]
H A Dscheduler_pmd.c108 CR_SCHED_LOG(INFO, " Worker core[%u]=%u added", in cryptodev_scheduler_create()
135 CR_SCHED_LOG(INFO, " Scheduling mode = %s", in cryptodev_scheduler_create()
144 CR_SCHED_LOG(ERR, "Invalid mode param"); in cryptodev_scheduler_create()
159 CR_SCHED_LOG(ERR, "Invalid mode param"); in cryptodev_scheduler_create()
168 CR_SCHED_LOG(ERR, "Invalid mode param"); in cryptodev_scheduler_create()
174 CR_SCHED_LOG(ERR, "Invalid mode param"); in cryptodev_scheduler_create()
190 CR_SCHED_LOG(INFO, " Packet ordering = %s", in cryptodev_scheduler_create()
272 CR_SCHED_LOG(ERR, "Argument has to be positive."); in parse_integer_arg()
385 CR_SCHED_LOG(ERR, "Too many workers."); in parse_worker_arg()
412 CR_SCHED_LOG(ERR, "Unrecognized input."); in parse_mode_arg()
[all …]
H A Dscheduler_pmd_ops.c30 CR_SCHED_LOG(ERR, "Failed to locate worker dev %s", in scheduler_attach_init_worker()
44 CR_SCHED_LOG(INFO, "Scheduler %s attached worker %s", in scheduler_attach_init_worker()
114 CR_SCHED_LOG(ERR, "failed to create order ring"); in update_order_ring()
148 CR_SCHED_LOG(ERR, "Failed to update reorder buffer"); in scheduler_pmd_start()
154 CR_SCHED_LOG(ERR, "Scheduler mode is not set"); in scheduler_pmd_start()
159 CR_SCHED_LOG(ERR, "No worker in the scheduler"); in scheduler_pmd_start()
169 CR_SCHED_LOG(ERR, "Failed to attach worker"); in scheduler_pmd_start()
177 CR_SCHED_LOG(ERR, "Scheduler start failed"); in scheduler_pmd_start()
189 CR_SCHED_LOG(ERR, "Failed to start worker dev %u", in scheduler_pmd_start()
442 CR_SCHED_LOG(ERR, "Failed to attach worker"); in scheduler_pmd_qp_setup()
[all …]
H A Dscheduler_pkt_size_distr.c261 CR_SCHED_LOG(ERR, "not enough workers to start"); in scheduler_start()
305 CR_SCHED_LOG(ERR, "Some crypto ops left in worker queue"); in scheduler_stop()
322 CR_SCHED_LOG(ERR, "failed allocate memory for private queue pair"); in scheduler_config_qp()
345 CR_SCHED_LOG(ERR, "failed allocate memory"); in scheduler_create_private_ctx()
365 CR_SCHED_LOG(ERR, "Option not supported"); in scheduler_option_set()
372 CR_SCHED_LOG(ERR, "Threshold is not power of 2"); in scheduler_option_set()
391 CR_SCHED_LOG(ERR, "Option not supported"); in scheduler_option_get()
H A Dscheduler_multicore.c175 CR_SCHED_LOG(ERR, "worker on core %u:cannot find worker index!", in mc_scheduler_worker()
313 CR_SCHED_LOG(ERR, "failed allocate memory for private queue pair"); in scheduler_config_qp()
339 CR_SCHED_LOG(ERR, "failed allocate memory"); in scheduler_create_private_ctx()
356 CR_SCHED_LOG(ERR, "Cannot create ring for worker %u", in scheduler_create_private_ctx()
370 CR_SCHED_LOG(ERR, "Cannot create ring for worker %u", in scheduler_create_private_ctx()
H A Dscheduler_failover.c143 CR_SCHED_LOG(ERR, "Number of workers shall no less than 2"); in scheduler_start()
186 CR_SCHED_LOG(ERR, "failed allocate memory for private queue pair"); in scheduler_config_qp()
H A Dscheduler_pmd_private.h17 #define CR_SCHED_LOG(level, fmt, args...) \ macro
H A Dscheduler_roundrobin.c179 CR_SCHED_LOG(ERR, "failed allocate memory for private queue pair"); in scheduler_config_qp()