| /dpdk/app/test/ |
| H A D | test_security.c | 262 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 D | metrics_lib.rst | 40 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 D | lto.rst | 13 representation (called fat-lto-objects in gcc and icc).
|
| H A D | thread_safety_dpdk_functions.rst | 8 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 D | kernel_nic_interface.rst | 262 ``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 D | multi_proc_support.rst | 223 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 D | pcapng_lib.rst | 24 should be called once to initialize timestamp computation.
|
| H A D | lpm_lib.rst | 19 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 D | lpm6_lib.rst | 29 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 D | generic_receive_offload_lib.rst | 41 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 D | build-sdk-meson.rst | 71 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 D | hello_world.rst | 45 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 D | link_status_intr.rst | 132 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 D | skeleton.rst | 83 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 D | l2_forward_job_stats.rst | 197 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 D | meson.build | 11 # Add the experimental APIs called from this PMD
|
| /dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_lib.c | 44 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 D | ifc.rst | 47 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 D | registers.spec | 4 ; This program is setting up two register arrays called "pkt_counters" and "byte_counters".
|
| H A D | meter.spec | 4 ; This program is setting up an array of Two Rate Three Color Marker (trTCM) meters called "meters".
|
| /dpdk/doc/guides/howto/ |
| H A D | avx512.rst | 24 This API should only be called once at initialization, before EAL init.
|
| /dpdk/doc/guides/nics/ |
| H A D | ark.rst | 37 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 D | dpaa2.rst | 39 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 D | cnxk_bphy.rst | 9 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 D | dsw.rst | 99 rte_event_dev_start() has been called.
|