Home
last modified time | relevance | path

Searched refs:I (Results 1 – 25 of 68) sorted by relevance

123

/dpdk/devtools/cocci/
H A Dnamespace_ethdev.cocci2 identifier I =~ "^(RTE_FC_|ETH_MQ_|ETH_RSS|DEV_RX_|DEV_TX_|ETH_LINK|RTE_RETA|
7 I
10 I << rule1.I;
13 coccinelle .J="RTE_ETH_" + I[4:];
22 if any(x in I for x in exception_matches):
23 coccinelle .J= I;
26 identifier rule1.I;
29 - I
/dpdk/kernel/linux/kni/
H A Dmeson.build33 ' -I' + dpdk_source_root + '/lib/eal/include' +
34 ' -I' + dpdk_source_root + '/lib/kni' +
35 ' -I' + dpdk_build_root +
36 ' -I' + meson.current_source_dir(),
/dpdk/doc/guides/nics/features/
H A Dmlx5.ini89 age = I
90 conntrack = I
91 count = I
114 rss = I
/dpdk/doc/guides/faq/
H A Dfaq.rst12 If I want to change the number of hugepages allocated, how do I remove the original pages allocated?
28 If I execute "l2fwd -l 0-3 -m 64 -n 3 -- -p 3", I get the following output, indicating that there a…
31 I have set up a total of 1024 Hugepages (that is, allocated 512 2M pages to each NUMA node).
37 I am running a 32-bit DPDK application on a NUMA system, and sometimes the application initializes …
75 How can I tune my network application to achieve lower latency?
102 I have a dual Intel® Xeon® E5645 processors 2.40 GHz with four Intel® 82599 10 Gigabit Ethernet NIC…
123 I am getting errors about not being able to open files. Why?
166 Can I split packet RX to use DPDK and have an application's higher order functions continue using L…
/dpdk/kernel/freebsd/
H A Dmeson.build12 kmod_cflags = ['-I' + dpdk_build_root,
13 '-I' + join_paths(dpdk_source_root, 'config'),
/dpdk/doc/guides/tools/
H A Ddumpcap.rst46 To capture on multiple interfaces at once, use multiple ``-I`` flags.
58 # <build_dir>/app/dpdk-dumpcap -I 0000:00:03.0 -c 6 -w /tmp/sample.pcapng
84 * Wireless related options: ``-I|--monitor-mode`` and ``-k <freq>``
/dpdk/doc/guides/gpus/
H A Dcuda.rst26 - Set ``export CFLAGS=-I/usr/local/cuda/include`` before building
27 - Add CFLAGS in the meson command line ``CFLAGS=-I/usr/local/cuda/include meson build``
28 - Add the ``-Dc_args`` in meson command line ``meson build -Dc_args=-I/usr/local/cuda/include``
54 $ meson build -Dc_args="-I/usr/local/cuda/include -I/path/to/gdrcopy/include"
/dpdk/examples/l2fwd-cat/
H A Dmeson.build17 cflags += '-I/usr/local/include' # assume pqos lib installed in /usr/local
/dpdk/doc/guides/nics/
H A Dena.rst54 * Create I/O submission queue
55 * Create I/O completion queue
56 * Destroy I/O submission queue
57 * Destroy I/O completion queue
68 I/O operations are based on Tx and Rx Submission Queues (Tx SQ and Rx
H A Digc.rst26 Foxville I (I225 I): Client 2.5G Industrial Temp
H A Doverview.rst42 rte_flow actions marked with "I" can be indirect as well.
H A Dfm10k.rst28 Vector PMD (vPMD) uses Intel® SIMD instructions to optimize packet I/O.
35 vPMD packet I/O. They are transparently registered at runtime RX/TX execution
H A Ddpaa.rst42 - Network and packet I/O
61 The Network and packet I/O component:
346 where I/O is performed using secondary processes. This feature would be
H A Dliquidio.rst41 Capabilities: [178 v1] Single Root I/O Virtualization (SR-IOV)
/dpdk/doc/guides/sample_app_ug/
H A Dqos_scheduler.rst79 by the I/O RX lcores (the default value is 128).
82 by the I/O RX lcores to send packets to worker lcores (the default value is 8192).
89 * A = I/O RX lcore read burst size from the NIC RX (the default value is 64)
91 * B = I/O RX lcore write burst size to the output software rings,
H A Dl3_forward.rst8 DPDK to demonstrate usage of poll and event mode packet I/O mechanism.
15 to implement packet forwarding using poll or event mode PMDs for packet I/O.
23 implementation for packet I/O based on run time parameters.
119 * ``--mode:`` Optional, Packet transfer mode for I/O, poll or eventdev.
191 * The --mode option defines PMD to be used for packet I/O.
/dpdk/doc/guides/rel_notes/
H A Drelease_17_02.rst22 * **Added generic EAL API for I/O device memory read/write operations.**
24 This API introduces 8 bit, 16 bit, 32 bit and 64 bit I/O device
27 Weakly-ordered architectures like ARM need an additional I/O barrier for
29 abstraction for I/O device memory read/write access, the drivers can access
30 I/O device memory in an architecture-agnostic manner. The relaxed version
31 does not have an additional I/O memory barrier, which is useful in accessing
/dpdk/doc/guides/dmadevs/
H A Dioat.rst10 |reg| QuickData Technology which is part of part of Intel\ |reg| I/O
11 Acceleration Technology (`Intel I/OAT
/dpdk/doc/guides/rawdevs/
H A Ddpaa2_cmdif.rst20 - I/O to and from the AIOP device using DPCI
/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst120 -Dc_args=-I<numa_install_dir>/include -Dc_link_args=-L<numa_install_dir>/lib
128 c_args = ['-I<numa_install_dir>/include']
164 c_args = ['-I<numa_install_dir>/include'] # replace <numa_install_dir>
/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst141 …* `OASIS: Virtual I/O Device (VIRTIO) Version 1.1 <https://docs.oasis-open.org/virtio/virtio/v1.1/…
/dpdk/doc/guides/prog_guide/
H A Drawdev.rst41 * I/O - Sending a series of buffers which can enclose any arbitrary data
H A Dglossary.rst90 I/O
/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst39 Different virtio PCI devices we usually use as a para-virtualization I/O in the
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst32 cc -O3 -I/usr/local/include -include rte_config.h -march=native

123