| /dpdk/app/test/ |
| H A D | test_eal_flags.c | 1419 int written; in populate_socket_mem_param() local 1422 written = snprintf(&buf[offset], buf_size - offset, "--socket-mem="); in populate_socket_mem_param() 1423 if (written < 0 || written + offset >= buf_size) in populate_socket_mem_param() 1425 offset += written; in populate_socket_mem_param() 1428 written = snprintf(&buf[offset], buf_size - offset, in populate_socket_mem_param() 1430 if (written < 0 || written + offset >= buf_size) in populate_socket_mem_param() 1432 offset += written; in populate_socket_mem_param() 1435 written = snprintf(&buf[offset], buf_size - offset, "%s%s", mem, in populate_socket_mem_param() 1437 if (written < 0 || written + offset >= buf_size) in populate_socket_mem_param() 1439 offset += written; in populate_socket_mem_param()
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 748 ssize_t written; in process_ring() local 764 written = rte_pcapng_write_packets(out.pcapng, pkts, n); in process_ring() 766 written = pcap_write_packets(out.dumper, pkts, n); in process_ring() 770 if (written < 0) in process_ring() 773 file_size += written; in process_ring()
|
| /dpdk/license/ |
| H A D | bsd-3-clause.txt | 7 …o endorse or promote products derived from this software without specific prior written permission.
|
| H A D | gpl-2.0.txt | 125 your rights to work written entirely by you; rather, the intent is to 142 b) Accompany it with a written offer, valid for at least three 235 the limitation as if written in the body of this License. 330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
|
| H A D | lgpl-2.1.txt | 202 your rights to work written entirely by you; rather, the intent is to 306 c) Accompany the work with a written offer, valid for at 411 written in the body of this License. 497 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | armv8.rst | 10 a low-level library, written in the assembly code.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | hello_world.rst | 7 … Hello World sample application is an example of the simplest DPDK application that can be written.
|
| H A D | l3_forward_graph.rst | 9 Graph framework and nodes written for graph framework.
|
| H A D | qos_scheduler.rst | 84 * C = Size (in number of buffer descriptors) of each of the NIC TX rings written
|
| H A D | link_status_intr.rst | 125 An example callback function that has been written as indicated below.
|
| /dpdk/examples/pipeline/examples/ |
| H A D | learner.spec | 86 // packet meta-data fields have to be written before the "learn" instruction is invoked.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | trace_lib.rst | 260 This description is written using the Trace Stream Description Language (TSDL), 346 The ``packet.header`` and ``packet.context`` will be written in the slow path
|
| H A D | writing_efficient_code.rst | 228 can be written with RELAXED memory order. However, the guard variable should 229 be written with RELEASE memory order. This ensures that the store to guard
|
| H A D | graph_lib.rst | 257 to be written carefully to achieve max performance. 387 to determine the L2 header to be written to the packet before sending
|
| H A D | compressdev.rst | 163 field with amount of data of written into destination buffer along with status of 245 produced = amount of data written in destination buffer
|
| H A D | toeplitz_hash_lib.rst | 66 * A pointer to the memory where the matrices will be written.
|
| H A D | poll_mode_drv.rst | 208 …ds this threshold, the network adaptor should be checked to see if it has written back descriptors. 217 …In short, this parameter controls which transmit descriptors are written back to host memory by th…
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 3698 hw->blk[blk].es.written[prof_id] = false; in ice_write_es() 4086 ice_free(hw, hw->blk[i].es.written); in ice_free_hw_tbls() 4160 ice_memset(es->written, 0, es->count * sizeof(*es->written), in ice_clear_hw_tbls() 4271 es->written = (u8 *) in ice_init_hw_tbls() 4272 ice_calloc(hw, es->count, sizeof(*es->written)); in ice_init_hw_tbls() 4274 if (!es->written) in ice_init_hw_tbls() 5413 if (!hw->blk[blk].es.written[map->prof_id]) { in ice_get_prof() 5430 hw->blk[blk].es.written[map->prof_id] = true; in ice_get_prof()
|
| H A D | ice_flex_type.h | 785 u8 *written; member
|
| /dpdk/doc/guides/nics/ |
| H A D | tap.rst | 67 application has been written to understand these protocols. 233 The RSS algorithm is written in file ``tap_bpf_program.c`` which
|
| H A D | vmxnet3.rst | 150 … a destination MAC address needs to be written in packets to hit the other VM's VMXNET3 interface.
|
| H A D | dpaa.rst | 322 written to memory and which buffer pool to select for packet storage in
|
| H A D | ice.rst | 241 ``rx_low_latency``, each completed Rx descriptor can be written immediately
|
| H A D | dpaa2.rst | 219 enqueue/dequeue packets. To enqueue something a descriptor is written
|
| /dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 230 is purely read/written for external DDR, lbrm when limited buffer
|