Lines Matching refs:API
25 line options or from within the application using an EAL API directly.
43 Or, by using the rte_vdev_init API within the application code.
60 exported by the compressdev API.
74 The ``rte_compressdev_configure`` API is used to configure a compression device.
79 See *DPDK API Reference* for details.
85 ``rte_compressdev_queue_pair_setup`` API.
91 See *DPDK API Reference* for details.
127 See *DPDK API Reference* for details.
140 See *DPDK API Reference* for details.
175 The compressdev library provides an API set for managing compression operations which
190 See *DPDK API Reference* for details.
198 processing them statefully. See *Compression API Stateful Operation*
267 Compression API Hash support
270 Compression API allows application to enable digest calculation
279 See *DPDK API Reference* for details.
289 Compression API Stateless operation
421 Compression API Stateful operation
424 Compression API provide RTE_COMP_FF_STATEFUL_COMPRESSION and
468 See *DPDK API Reference* document for details.
573 Burst in compression API
577 performed using a burst oriented asynchronous API set. A queue pair on a compression
578 device accepts a burst of compression operations using enqueue burst API. On physical
579 devices the enqueue burst API will place the operations to be processed
582 device. The dequeue burst API will retrieve any processed operations available
614 The burst enqueue API uses a compression device identifier and a queue pair
622 The dequeue API uses the same format as the enqueue API but
625 The API call returns the actual number of processed operations returned, this
634 Compression Device API
637 The compressdev Library API is described in the *DPDK API Reference* document.