Home
last modified time | relevance | path

Searched refs:scheduler (Results 1 – 25 of 90) sorted by relevance

1234

/f-stack/freebsd/netpfil/ipfw/
H A Ddummynet.txt21 Add a scheduler
27 Delete a scheduler
190 existing scheduler.
335 - scheduler instance: if a scheduler instance is waked up, the dequeue()
386 Add a scheduler
389 scheduler is simply reconfigured calling the config_scheduler() scheduler
393 If the scheduler doesn't exists, a new one is created. If the scheduler has
475 Delete of scheduler x
605 configure a FIFO scheduler or a wf2q+ scheduler.
698 so that every scheduler instance act as an independent scheduler.
[all …]
/f-stack/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler.c417 struct rte_cryptodev_scheduler *scheduler) { in rte_cryptodev_scheduler_load_user_scheduler() argument
439 if (strlen(scheduler->name) > RTE_CRYPTODEV_NAME_MAX_LEN - 1) { in rte_cryptodev_scheduler_load_user_scheduler()
441 "%u bytes.", scheduler->name, in rte_cryptodev_scheduler_load_user_scheduler()
447 if (strlen(scheduler->description) > in rte_cryptodev_scheduler_load_user_scheduler()
450 "%u bytes.", scheduler->description, in rte_cryptodev_scheduler_load_user_scheduler()
454 strlcpy(sched_ctx->description, scheduler->description, in rte_cryptodev_scheduler_load_user_scheduler()
462 sched_ctx->ops.worker_attach = scheduler->ops->worker_attach; in rte_cryptodev_scheduler_load_user_scheduler()
463 sched_ctx->ops.worker_detach = scheduler->ops->worker_detach; in rte_cryptodev_scheduler_load_user_scheduler()
464 sched_ctx->ops.option_set = scheduler->ops->option_set; in rte_cryptodev_scheduler_load_user_scheduler()
465 sched_ctx->ops.option_get = scheduler->ops->option_get; in rte_cryptodev_scheduler_load_user_scheduler()
[all …]
H A Dscheduler_roundrobin.c205 static struct rte_cryptodev_scheduler scheduler = { variable
213 struct rte_cryptodev_scheduler *crypto_scheduler_roundrobin = &scheduler;
H A Drte_cryptodev_scheduler.h102 struct rte_cryptodev_scheduler *scheduler);
/f-stack/freebsd/net/altq/
H A Daltq.h93 static inline int altq_stats_version(int scheduler) in altq_stats_version() argument
95 switch (scheduler) { in altq_stats_version()
/f-stack/dpdk/doc/guides/nics/
H A Dsoftnic.rst73 #. ``tm_n_queues``: number of traffic manager's scheduler queues. The traffic manager
76 #. ``tm_qsize0``: size of scheduler queue 0 (traffic class 0) of the pipes/subscribers.
79 #. ``tm_qsize1``: size of scheduler queue 1 (traffic class 1) of the pipes/subscribers.
82 #. ``tm_qsize2``: size of scheduler queue 2 (traffic class 2) of the pipes/subscribers.
85 #. ``tm_qsize3``: size of scheduler queue 3 (traffic class 3) of the pipes/subscribers.
88 #. ``tm_qsize4``: size of scheduler queue 4 (traffic class 4) of the pipes/subscribers.
91 #. ``tm_qsize5``: size of scheduler queue 5 (traffic class 5) of the pipes/subscribers.
94 #. ``tm_qsize6``: size of scheduler queue 6 (traffic class 6) of the pipes/subscribers.
97 #. ``tm_qsize7``: size of scheduler queue 7 (traffic class 7) of the pipes/subscribers.
100 #. ``tm_qsize8``: size of scheduler queue 8 (traffic class 8) of the pipes/subscribers.
[all …]
/f-stack/freebsd/netpfil/pf/
H A Dpf_altq.h133 uint8_t scheduler; /* scheduler type */ member
165 uint8_t scheduler; /* scheduler type */ member
201 uint8_t scheduler; /* scheduler type */ member
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst11 .. figure:: img/scheduler-overview.*
58 attached to the scheduler using this parameter, simply filling the name
83 * The scheduler cryptodev cannot be started unless the scheduling mode
85 scheduler in the run-time, like attach/detach worker(s), change
87 the scheduler first, otherwise an error will be returned.
144 secondary worker. In this mode, the scheduler will enqueue the incoming
155 round-robin manner. If scheduler cannot enqueue entire burst to the same worker,
160 For large packets (1.5 kbytes) scheduler shows linear scaling in performance
H A Dindex.rst28 scheduler
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst38 cooperative scheduler (L-thread) subsystem. More details of the L-thread
191 a) Start every thread on different scheduler (1:1)::
386 within a single pthread as the OS scheduler does for pthreads within an
394 other, nor can the L-thread scheduler preempt a running L-thread (i.e.
434 and forth the between L-threads and scheduler loop.
715 ready queue on the destination scheduler.
860 initialized. Other than global variables each scheduler is initialized
868 L-thread scheduler.
886 the scheduler have exited, and the scheduler has been explicitly stopped by
982 scheduler completely (see :ref:`porting_infinite_loops` below).
[all …]
H A Dl2_forward_event.rst96 To run application with S/W scheduler, it uses following DPDK services:
98 * Software scheduler
104 scheduler. Following is the sample command:
318 Application can use either H/W or S/W based event device scheduler
337 In case of S/W scheduler, application runs eventdev scheduler service on service
339 run S/W scheduler.
379 In case of S/W scheduler, an extra event queue is created which will be used for
411 In case of S/W scheduler, an extra event port is created by DPDK library which
432 Each Ethernet port is assigned a dedicated Rx/Tx adapter for H/W scheduler. Each
489 For S/W scheduler instead of dedicated adapters, common Rx/Tx adapters are
[all …]
H A Dqos_scheduler.rst12 The architecture of the QoS scheduler application is shown in the following figure.
26 The worker thread dequeues the packets from the ring and calls the QoS scheduler enqueue/dequeue fu…
122 needed for the QoS scheduler configuration.
282 went through the scheduler properly and the number of packets that were dropped.
287 went through the scheduler properly and the number of packets that were dropped.
327 …ow configurations using different ports but sharing the same core for QoS scheduler is given below:
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst250 /* Hierarchical scheduler enqueue */
254 /* Hierarchical scheduler dequeue */
378 keeps the scheduler data structures internal to the same core.
472 the port scheduler is woken up (interrupt based or polling based,
481 Every time the scheduler decides to send a packet out to the NIC TX for transmission, the scheduler
494 The scheduler reads the current time on every dequeue invocation.
501 The scheduler maintains an internal time reference of the NIC time.
515 The scheduler round trip delay (SRTD) is the time (number of CPU cycles) between two consecutive ex…
1135 the lower the performance of the scheduler is.
1336 For much smaller scheduler hierarchies,
[all …]
/f-stack/freebsd/mips/mediatek/
H A Dstd.rt288050 # General options, including scheduler, etc.
51 options SCHED_ULE # ULE scheduler
H A Dstd.mediatek51 # General options, including scheduler, etc.
52 options SCHED_ULE # ULE scheduler
/f-stack/dpdk/doc/guides/eventdevs/
H A Dsw.rst93 The scheduler minimum number of events that are processed can be increased to
98 moved to the next stage in the scheduler. Default value is 1.
100 * ``refill_once`` is a switch that when set instructs the scheduler to deque
139 The software eventdev is a centralized scheduler, requiring a service core to
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dda8xx-usb.txt35 - reg-names: "controller", "scheduler", "queuemgr"
74 reg-names = "controller", "scheduler", "queuemgr";
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c22 if (fdata->cap.scheduler) in worker_generic()
23 fdata->cap.scheduler(lcore_id); in worker_generic()
76 if (fdata->cap.scheduler) in worker_generic_burst()
77 fdata->cap.scheduler(lcore_id); in worker_generic_burst()
571 caps->scheduler = schedule_devices; in set_worker_generic_setup_data()
H A Dpipeline_common.h40 schedule_loop scheduler; member
/f-stack/dpdk/drivers/crypto/
H A Dmeson.build23 'scheduler',
/f-stack/freebsd/mips/conf/
H A Dstd.XLP10 options SCHED_ULE # ULE scheduler
12 #options SCHED_4BSD # 4BSD scheduler
H A DAR71XX_BASE28 options SCHED_4BSD #4BSD scheduler
/f-stack/tools/compat/include/netpfil/pf/
H A Dpf_altq.h95 uint8_t scheduler; /* scheduler type */ member
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dpicoxcell.txt17 Note: two timers are required - one for the scheduler clock and one for the
/f-stack/freebsd/arm/conf/
H A DARMADA38X21 options SCHED_ULE # ULE scheduler

1234