Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 88) sorted by relevance

1234

/dpdk/app/test/
H A Dtest_security.c262 int called; member
275 mock_session_create_exp.called++; in mock_session_create()
305 int called; member
314 mock_session_update_exp.called++; in mock_session_update()
333 int called; member
359 int called; member
388 int called; member
421 int called; member
455 int called; member
464 mock_get_userdata_exp.called++; in mock_get_userdata()
[all …]
/dpdk/doc/guides/prog_guide/
H A Dmetrics_lib.rst40 This function **must** be called from a primary process, but otherwise
169 This function **must** be called from a primary process.
214 is called should be the intended sampling rate required for the
216 desired, this function should be called once a second.
271 The ``rte_latencystats_update()`` function needs to be called
282 When finished, ``rte_latencystats_uninit()`` needs to be called to
H A Dlto.rst13 representation (called fat-lto-objects in gcc and icc).
H A Dthread_safety_dpdk_functions.rst8 Some of the functions in these libraries can be safely called from multiple threads simultaneously,…
72 callbacks may be called in an additional thread outside the main DPDK processing threads.
H A Dkernel_nic_interface.rst262 ``config_network_if`` which will be called when the interface management
286 will be called which calls ``rte_eth_dev_default_mac_addr_set()``
296 will be called which calls ``rte_eth_promiscuous_<enable|disable>()``
305 ``kni_config_allmulticast()`` will be called which calls
310 registered will be called directly from ``rte_kni_handle_request()`` so
H A Dmulti_proc_support.rst223 These callbacks will be called from within a dedicated IPC or interrupt thread
232 that will be called when a message or a request matching this callback name
237 called to ensure that callback will not be triggered again.
280 provided instead. This callback will be called when the request either has timed
285 When an asynchronous request times out, the callback will be called not by
290 When the callback is called, the original request descriptor will be provided
H A Dpcapng_lib.rst24 should be called once to initialize timestamp computation.
H A Dlpm_lib.rst19 In this implementation, the user data is 1-byte long and is called next hop,
56 The first table, called tbl24, is indexed using the first 24 bits of the IP address to be looked up,
57 while the second table(s), called tbl8, is indexed using the last 8 bits of the IP address.
H A Dlpm6_lib.rst29 In this implementation, the user data is 21-bits long and is called "next hop",
71 The first table, called tbl24, is indexed using the first 24 bits of the IP address be looked up,
72 while the rest of the tables, called tbl8s,
H A Dgeneric_receive_offload_lib.rst41 The one is called the lightweight mode API, which enables applications to
42 merge a small number of packets rapidly; the other is called the
H A Dbuild-sdk-meson.rst71 build directory to be used to do the build itself when ninja is called.
119 ``ninja`` is called to do the build itself, it will trigger the necessary
/dpdk/doc/guides/sample_app_ug/
H A Dhello_world.rst45 This call finishes the initialization process that was started before main() is called (in case of …
53 In this example, lcore_hello() is called on every available lcore.
H A Dlink_status_intr.rst132 This function is called when a link status interrupt is present for the right port.
137 This function should be implemented with care since it will be called in the interrupt host thread,
149 If lsc is initialized with 0, the callback is never called since no interrupt event would ever be p…
167 The list of queues that must be polled for a given lcore is stored in a private structure called st…
H A Dskeleton.rst83 function on an lcore. In this example ``lcore_main()`` is called on a single
90 :end-before: >8 End of called on single lcore.
H A Dl2_forward_job_stats.rst197 The list of queues that must be polled for a given lcore is stored in a private structure called st…
269 In this place functions l2fwd_fwd_job() and l2fwd_flush_job() are called when needed.
270 Then rte_jobstats_context_finish() is called to mark loop end - no other jobs are ready to execute.…
345 is called periodically to for each lcore draining TX queue of each port.
/dpdk/drivers/net/ipn3ke/
H A Dmeson.build11 # Add the experimental APIs called from this PMD
/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_lib.c44 static bool called; in fm_open() local
63 if (!called) { in fm_open()
64 called = true; in fm_open()
/dpdk/doc/guides/vdpadevs/
H A Difc.rst47 This function gets called to set up HW data path backend when virtio driver
53 This function gets called when virtio driver stops device in VM.
/dpdk/examples/pipeline/examples/
H A Dregisters.spec4 ; This program is setting up two register arrays called "pkt_counters" and "byte_counters".
H A Dmeter.spec4 ; This program is setting up an array of Two Rate Three Color Marker (trTCM) meters called "meters".
/dpdk/doc/guides/howto/
H A Davx512.rst24 This API should only be called once at initialization, before EAL init.
/dpdk/doc/guides/nics/
H A Dark.rst37 FPGA PCIe-facing side of a so-called Smart NIC. The Arkville core does
143 and then called during PMD operations.
205 /* Hook function -- called for each RX packet
252 DPDK or application specific code will called from the extension.
H A Ddpaa2.rst39 A DPAA2 hardware component called the Management Complex (or MC) manages the
151 it. There is also a Linux user space tool called "restool"
570 Node which has a parent is called a leaf whereas node without
571 parent is called a non-leaf (root).
/dpdk/doc/guides/rawdevs/
H A Dcnxk_bphy.rst9 Connectivity to the outside world happens through a block called RFOE which is
10 backed by ethernet I/O block called CGX or RPM (depending on the chip version).
/dpdk/doc/guides/eventdevs/
H A Ddsw.rst99 rte_event_dev_start() has been called.

1234