Home
last modified time | relevance | path

Searched refs:maintain (Results 1 – 21 of 21) sorted by relevance

/dpdk/lib/eventdev/
H A Deventdev_private.c95 .maintain = dummy_event_maintain, in event_dev_fp_ops_reset()
116 fp_op->maintain = dev->maintain; in event_dev_fp_ops_set()
H A Drte_eventdev_core.h60 event_maintain_t maintain; member
H A Drte_eventdev.h2248 if (fp_ops->maintain != NULL) in rte_event_maintain()
2249 fp_ops->maintain(port, op); in rte_event_maintain()
H A Deventdev_trace_points.c41 lib.eventdev.maintain)
H A Deventdev_pmd.h171 event_maintain_t maintain; member
/dpdk/doc/guides/contributing/
H A Dstable.rst16 The purpose of the DPDK Stable Releases is to maintain releases of DPDK with
33 maintainer volunteers to maintain it and there is a commitment from major
H A Dabi_versioning.rst48 **single ABI version**. In addition, the need to maintain a stable ABI for some
206 maintain previous ABI versions that are accessible only to previously compiled
H A Ddesign.rst179 upstreamable then a case can be made to maintain the PF functionality in DPDK
H A Dvulnerability.rst171 by elected area experts that agree to maintain confidentiality.
H A Dabi_policy.rst207 For those ABI changes that are too significant to reasonably maintain multiple
H A Dcoding_style.rst364 Exceptions for introducing new usage is to maintain compatibility
/dpdk/doc/guides/prog_guide/
H A Dthread_safety_dpdk_functions.rst25 The hash and LPM libraries are, by design, thread unsafe in order to maintain performance.
H A Dfib_lib.rst52 Internally FIB contains the ``rte_rib`` data struct to help maintain the dataplane struct.
H A Dmempool_lib.rst80 the memory pool allocator can maintain a per-core cache and do bulk requests to the memory pool's r…
H A Dhash_lib.rst117 (or use external RCU mechanisms) in order to free the empty buckets and deleted keys, to maintain t…
H A Dcryptodev_lib.rst1038 Application using both symmetric and asymmetric sessions should allocate and maintain
/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c444 dev->maintain = dsw_event_maintain; in dsw_probe()
/dpdk/doc/guides/tools/
H A Dtesteventdev.rst636 onto ethdev Tx queue else to maintain ordering the event type is set to
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst346 maintain the same parameters structure).
H A Drelease_21_11.rst439 so there is no need to maintain i40evf.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst373 When running, forwarding engines maintain statistics from the time they have been started.