Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 60) sorted by relevance

123

/dpdk/examples/eventdev_pipeline/
H A Dmain.c315 static uint8_t once; in signal_handler() local
319 if ((signum == SIGINT || signum == SIGTERM) && !once) { in signal_handler()
324 once = 1; in signal_handler()
/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst164 must be specified once only.
177 must be specified once only.
189 Default mode is ``overwrite`` and parameter must be specified once only.
/dpdk/doc/guides/howto/
H A Davx512.rst24 This API should only be called once at initialization, before EAL init.
/dpdk/doc/guides/prog_guide/
H A Dthread_safety_dpdk_functions.rst61 However, the DPDK performs checks to ensure that libraries are only initialized once.
62 If initialization is attempted more than once, an error is returned.
H A Dpcapng_lib.rst24 should be called once to initialize timestamp computation.
H A Devent_timer_adapter.rst146 once. The periodic capability flag, ``RTE_EVENT_TIMER_ADAPTER_CAP_PERIODIC``,
230 the connection object again once we dequeue the timer expiry event from the
245 events will be generated once or periodically until the timer is cancelled based
H A Dstack_lib.rst79 2. Other threads modify the list such that the head pointer is once again X,
H A Dtimer_lib.rst61 so this additional check is skipped in favor of checking as normal once the lock has been taken.)
H A Dpacket_classif_access_ctrl.rst514 once the following lines are executed:
538 once the following lines are executed:
557 once the following lines are executed:
/dpdk/doc/guides/tools/
H A Ddumpcap.rst46 To capture on multiple interfaces at once, use multiple ``-I`` flags.
/dpdk/doc/guides/cryptodevs/
H A Docteontx.rst11 the response once the operation is completed.
H A Dmlx5.rst67 The command to set the register should be executed only once, and all the
/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst86 … The SINGLE flag means that the timer expires only once and must be reloaded manually if required.
/dpdk/doc/guides/eventdevs/
H A Dopdl.rst113 - For performance, the rte_event flow_id should not be updated once packet\
H A Dsw.rst101 the events waiting in the ingress rings only once per call. The default
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst90 using the standard patch process, once a CVE number has been assigned.
175 Backports to the identified affected versions are done once the fix is ready.
H A Dabi_policy.rst28 once approved these will form part of the next ABI version.
370 once a maintainer has become satisfied that the API is mature
/dpdk/doc/guides/platform/
H A Docteontx.rst83 native architecture, the linux sources need to be compiled once natively.
/dpdk/lib/
H A Dmeson.build128 # eal is standard dependency once built
/dpdk/drivers/common/cnxk/
H A Droc_nix_tm.c707 bool once = false; in nix_tm_sq_flush_post() local
745 if (!once) { in nix_tm_sq_flush_post()
753 once = true; in nix_tm_sq_flush_post()
/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst106 The legacy actions should be deprecated in 22.07, once MODIFY_FIELD
/dpdk/doc/guides/nics/
H A Daf_xdp.rst93 MTU value will be at most 3072, but likely even smaller than this, once relevant
H A Dnfp.rst116 although once they are created, DPDK apps should be able to use them as normal
H A Dcxgbe.rst116 Tx only sends the coalesced packets to hardware once the max
834 - To configure all the ports at once, stop all the ports first and run the
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst169 This configuration needs to be executed at least once after reboot or PCI FLR and can

123