Home
last modified time | relevance | path

Searched refs:API (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunipriv.h68 DEF_PRIV_SIG(O_RESET_request, API) \
69 DEF_PRIV_SIG(O_RESET_response, API) \
71 DEF_PRIV_SIG(O_SETUP_request, API) \
72 DEF_PRIV_SIG(O_SETUP_response, API) \
75 DEF_PRIV_SIG(O_ALERTING_request, API) \
76 DEF_PRIV_SIG(O_RELEASE_request, API) \
77 DEF_PRIV_SIG(O_RELEASE_response, API) \
78 DEF_PRIV_SIG(O_NOTIFY_request, API) \
505 #define ALLOC_API(TYPE,API) \ argument
510 _tmp = uni_msg_wptr((API), TYPE *); \
[all …]
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst23 ``[related]`` : Related API with that feature.
34 * **[related] API**: ``rte_eth_dev_info_get()``.
109 * **[related] API**: ``rte_eth_tx_burst()``.
132 * **[related] API**: ``rte_eth_tx_done_cleanup()``.
171 * **[related] API**: ``rte_eth_dev_set_mtu()``.
199 * **[related] API**: ``rte_eth_rx_queue_setup()``.
384 * **[related] API**: ``rte_eth_dev_vlan_filter()``.
402 Flow API
405 Supports the DPDK Flow API for generic filtering.
899 * **[related] API**: ``rte_eth_dev_info_get()``.
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpdump_lib.rst22 This API initializes the packet capture framework.
25 This API enables the packet capture on a given port and queue.
26 Note: The filter option in the API is a place holder for future enhancements.
29 This API enables the packet capture on a given device id (``vdev name or pci address``) and queue.
30 Note: The filter option in the API is a place holder for future enhancements.
33 This API disables the packet capture on a given port and queue.
36 …This API disables the packet capture on a given device id (``vdev name or pci address``) and queue.
39 This API uninitializes the packet capture framework.
53 The library API ``rte_pdump_init()``, initializes the packet capture framework by creating the mult…
54 channel using ``rte_mp_action_register()`` API. The primary process will listen to secondary proces…
[all …]
H A Dpacket_distrib_lib.rst18 There are two modes of operation of the API in the distributor library,
32 …The process API call will poll all the worker cache lines to see what workers are requesting packe…
44 #. Once all input packets passed to the process API have either been distributed to workers
46 then the process API returns to the caller.
56 Of these the most important API call is "rte_distributor_returned_pkts()"
57 which should only be called on the lcore which also calls the process API.
71 Using the process and returned_pkts API, the following application workflow can be used,
80 The flush and clear_returns API calls, mentioned previously,
82 Descriptions of these functions and their use can be found in the DPDK API Reference document.
88 Each worker calls "rte_distributor_get_pkt()" API to request a new packet when it has finished proc…
[all …]
H A Dflow_classify_lib.rst35 the Flow Classification Library API's.
44 The library has the following API's
177 ``rte_flow_classifier_create`` API.
179 application before calling the API.
231 ``rte_flow_classify_table_create`` API.
233 application before calling the API.
305 The API function ``rte_flow_classify_validate`` parses the
321 The ``rte_flow_classify_table_entry_add`` API creates an
356 It then calls the ``table.ops.f_add`` API to add the rule to the ACL
362 The ``rte_flow_classify_table_entry_delete`` API calls the
[all …]
H A Dipsec_lib.rst9 security API to provide the application with a transparent and
10 high performant IPsec packet processing API.
15 SA level API
18 This API operates on the IPsec Security Association (SA) level.
29 The SA level API is based on top of crypto-dev/security API and relies on
36 The expected API call sequence for data-path processing would be:
49 is required and the synchronous API call: rte_ipsec_pkt_process()
54 For more details about the IPsec API, please refer to the *DPDK API Reference*.
89 are performed with CPU crypto synchronous API.
154 SA database API
[all …]
H A Dregexdev.rst18 and virtual (software) RegEx devices as well as a generic RegEx API which allows
43 exported by the regexdev API.
58 The rte_regexdev_configure API is used to configure a RegEx device.
103 * rte_regexdev_rule_db_update() or rte_regexdev_rule_db_import() API
125 Online rule configuration is done using the following API functions:
132 ``rte_regexdev_rule_db_import`` API.
155 API which return the info of the device and it's supported features.
161 The burst enqueue API uses a RegEx device identifier and a queue pair
172 The dequeue API uses the same format as the enqueue API of processed but
175 The API call returns the actual number of processed operations returned, this
H A Drcu_lib.rst122 of memory to allocate. This API takes a maximum number of reader threads,
125 Further, the application can initialize a QS variable using the API
134 The ``rte_rcu_qsbr_thread_register()`` API will register a reader thread
137 The reader thread must call ``rte_rcu_qsbr_thread_online()`` API to start
140 Some of the use cases might require the reader threads to make blocking API
144 can call ``rte_rcu_qsbr_thread_online()`` API once the blocking API call
152 The writer thread must call ``rte_rcu_qsbr_check()`` API with the token to
154 threads enter the quiescent state is provided. If this API indicates that
169 The ``rte_rcu_qsbr_synchronize()`` API combines the functionality of
171 API. This API triggers the reader threads to report their quiescent state and
[all …]
H A Dcompressdev.rst60 exported by the compressdev API.
79 See *DPDK API Reference* for details.
91 See *DPDK API Reference* for details.
127 See *DPDK API Reference* for details.
267 Compression API Hash support
289 Compression API Stateless operation
421 Compression API Stateful operation
573 Burst in compression API
622 The dequeue API uses the same format as the enqueue API but
634 Compression Device API
[all …]
H A Dpoll_mode_drv.rst34 * Retrieve input packets through the PMD receive API
38 * Send pending output packets through the PMD transmit API
45 * Retrieve input packets through the PMD receive API
331 Poll Mode Driver API
358 Ethernet Device API
361 The Ethernet device API exported by the Ethernet PMDs is described in the *DPDK API Reference*.
384 Extended Statistics API
443 API Design argument
460 API Functions argument
486 xstats API can be used to achieve this goal.
[all …]
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-dentry-operations.m42 dnl # 3.4.0 API change
25 dnl # 2.6.28 API change
47 dnl # 2.6.12 API change
72 dnl # 2.6.38 API change
94 dnl # 3.6 API change
123 dnl # 2.6.30 API change
151 dnl # 2.6.38 API change
H A Dkernel-blkdev.m42 dnl # 2.6.38 API change,
29 dnl # 2.6.38 API change,
54 dnl # 4.1 API, exported blkdev_reread_part() symbol, back ported to the
107 dnl # 5.10 API, check_disk_change() is removed, in favor of
134 dnl # 2.6.22 API change
157 dnl # 5.11 API, lookup_bdev() takes dev_t argument.
158 dnl # 2.6.27 API, lookup_bdev() was first exported.
159 dnl # 4.4.0-6.21 API, lookup_bdev() on Ubuntu takes mode argument.
225 dnl # 2.6.30 API change
253 dnl # 2.6.30 API change
[all …]
H A Dkernel-blk-queue.m42 dnl # 2.6.39 API change,
51 dnl # 2.6.32 - 4.x API,
74 dnl # 4.8 - 4.x API,
77 dnl # 2.6.36 - 4.7 API,
119 dnl # 4.16 API change,
165 dnl # 2.6.36 API change,
173 dnl # 4.7 API change,
213 dnl # 4.7 API change
236 dnl # 2.6.34 API change
258 dnl # 2.6.34 API change
H A Dkernel-clear-inode.m42 dnl # 3.5.0 API change
14 dnl # API change because as recently as 2.6.35 there was a clear_inode()
15 dnl # function. However, it was made obsolete by the evict_inode() API
18 dnl # Therefore, to ensure we have the correct API we only allow the
H A Dkernel-xattr-handler.m42 dnl # 2.6.35 API change,
37 dnl # 4.5 API change,
107 dnl # 4.7 API change,
118 dnl # 4.4 API change,
132 dnl # 2.6.33 API change,
197 dnl # 4.7 API change,
208 dnl # 4.4 API change,
282 dnl # 4.5 API change,
292 dnl # 4.4 API change,
326 dnl # 3.7 API change,
[all …]
H A Dkernel-bio.m42 dnl # 2.6.36 API change,
7 dnl # 4.8 - 4.9 API,
80 dnl # Linux 4.8 API,
173 dnl # Linux 4.14 API,
178 dnl # Linux 5.0 API,
214 dnl # 4.3 API change
240 dnl # 4.13 API change
265 dnl # 3.14 API change,
289 dnl # 4.8 API change
314 dnl # 2.6.34 API change
[all …]
H A Dkernel-userns-capabilities.m42 dnl # 2.6.38 API change
23 dnl # 4.10 API change
50 dnl # 2.6.39 API change
72 dnl # 3.4 API change
H A Dkernel-acl.m438 dnl # 3.14 API change,
68 dnl # 3.1 API change,
71 dnl # 3.14 API change,
111 dnl # 3.1 API change,
134 dnl # 4.8 API change,
162 dnl # 3.1 API change,
189 dnl # 3.14 API change,
217 dnl # 4.7 API change,
H A Dkernel-shrink.m42 dnl # 3.1 API change
32 dnl # 3.12 API change
86 dnl # 3.0 - 3.11 API change
98 dnl # 3.12 API change,
114 dnl # 2.6.39 API change,
H A Dkernel-vfs-direct_IO.m457 dnl # Linux 4.6.x API change
68 dnl # Linux 4.1.x API change
81 dnl # Linux 3.16.x API change
94 dnl # Ancient Linux API (predates git)
H A Dkernel-make-request-fn.m450 dnl # Linux 5.9 API Change
64 dnl # Linux 5.7 API Change
83 dnl # CentOS Stream 4.18.0-257 API Change
106 dnl # Linux 3.2 API Change
121 dnl # Linux 4.4 API Change
H A Dkernel-put-link.m428 dnl # 4.5 API change
36 dnl # 4.2 API change
48 dnl # 2.6.32 API
H A Dkernel-get-link.m449 dnl # 4.5 API change
61 dnl # 4.5 API change
76 dnl # 4.2 API change
89 dnl # 2.6.32 API
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG323 API : added : ZSTD_versionString()
325 API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
326 API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
380 API : new : lib/compress/ZSTDMT_compress.h multithreading API (experimental)
382 API : new : ZDICT_finalizeDictionary()
433 API : Streaming API supports legacy format
440 New streaming API
501 API : more efficient Dictionary API : `ZSTD_compress_usingCDict()`, `ZSTD_decompress_usingDDict()`
532 Changed : streaming & dictionary API
544 New : block-level API
[all …]
/f-stack/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst4 ABI and API Deprecation
8 <../contributing/abi_policy>`. API and ABI deprecation notices are to be posted
55 * ethdev: The flow director API, including ``rte_eth_conf.fdir_conf`` field,
70 ``rte_eth_dev_configure()`` API.
71 Later MTU can be changed by ``rte_eth_dev_set_mtu()`` API as done now.
97 * ethdev: The port mirroring API can be replaced with a more fine grain flow API.
101 This API will be fully removed in DPDK 21.11.
105 be managed using shared actions API (``rte_flow_shared_action_create`` etc).
107 * ethdev: The flow API matching pattern structures, ``struct rte_flow_item_*``,
120 Instead queue stats will be received via xstats API. Current method support
[all …]

12345678910>>...14