| /dpdk/doc/guides/platform/ |
| H A D | bluefield.rst | 100 mkdir -p usr/include/infiniband 101 cp -a /usr/include/infiniband/ib_user_ioctl_verbs.h usr/include/infiniband/ 102 cp -a /usr/include/infiniband/mlx5*.h usr/include/infiniband/ 103 cp -a /usr/include/infiniband/tm_types.h usr/include/infiniband/ 104 cp -a /usr/include/infiniband/verbs*.h usr/include/infiniband/
|
| /dpdk/app/test/ |
| H A D | test_distributor.c | 139 bufs[i]->hash.usr = 0; in sanity_test() 172 bufs[i]->hash.usr = (i & 1) << 8; in sanity_test() 201 bufs[i]->hash.usr = i+1; in sanity_test() 243 many_bufs[i]->hash.usr = i << 2; in sanity_test() 350 bufs[j]->hash.usr = (i+j) << 1; in sanity_test_with_mbuf_alloc() 466 bufs[i]->hash.usr = 1; in sanity_test_with_worker_shutdown() 485 bufs2[i]->hash.usr = 1; in sanity_test_with_worker_shutdown() 546 bufs[i]->hash.usr = 0; in test_flush_with_worker_shutdown() 650 bufs[0 * burst + i]->hash.usr = 1 << shift; in sanity_mark_test() 651 bufs[1 * burst + i]->hash.usr = ((i < burst / 2) ? 1 : 2) in sanity_mark_test() [all …]
|
| H A D | test_distributor_perf.c | 159 bufs[i]->hash.usr = i; in perf_test() 200 bufs[i]->hash.usr = i << 1; in quit_workers()
|
| /dpdk/config/arm/ |
| H A D | arm64_armv8_linux_clang_ubuntu1804 | 18 c_args = ['-target', 'aarch64-linux-gnu', '--sysroot', '/usr/aarch64-linux-gnu'] 19 c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
|
| H A D | arm64_armv8_linux_clang_ubuntu | 18 c_args = ['-target', 'aarch64-linux-gnu', '--sysroot', '/usr/aarch64-linux-gnu'] 19 c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 51 On a system with the ports collection installed in ``/usr/ports``, the DPDK 54 cd /usr/ports/net/dpdk 63 its example applications in ``/usr/local/share/dpdk/examples``. 82 cp -r /usr/local/share/dpdk/examples/helloworld . 87 …cc -O3 -I/usr/local/include -include rte_config.h -march=corei7 -D__BSD_VISIBLE main.c -o build/h…
|
| H A D | build_sample_apps.rst | 27 $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig 32 cc -O3 -I/usr/local/include -include rte_config.h -march=native 34 -L/usr/local/lib -lrte_telemetry -lrte_bpf -lrte_flow_classify
|
| H A D | build_dpdk.rst | 52 This will install the DPDK libraries and drivers to `/usr/local/lib` with a 53 pkg-config file `libdpdk.pc` installed to `/usr/local/lib/pkgconfig`. The 55 `/usr/local/bin`. To use these applications, it is recommended that the 63 against DPDK. In some cases, the path `/usr/local/lib/pkgconfig`
|
| /dpdk/examples/l2fwd-cat/ |
| H A D | meson.build | 17 cflags += '-I/usr/local/include' # assume pqos lib installed in /usr/local
|
| /dpdk/.ci/ |
| H A D | linux-build.sh | 153 find reference/usr/local -name '*.a' -delete 154 rm -rf reference/usr/local/bin 155 rm -rf reference/usr/local/share
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 189 find $abirefdir/$targetdir/usr/local -name '*.a' -delete 190 rm -rf $abirefdir/$targetdir/usr/local/bin 191 rm -rf $abirefdir/$targetdir/usr/local/share 295 $MAKE -C $DESTDIR/usr/local/share/dpdk/examples/$example \
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_dpdk.rst | 80 On some linux distributions, such as Fedora or Redhat, paths in `/usr/local` are 82 distributions, `/usr/local/lib` and `/usr/local/lib64` should be added 168 PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \ 173 PKG_CONFIG_LIBDIR=/usr/lib/i386-linux-gnu/pkgconfig \ 210 using the `--prefix` meson option (default: `/usr/local`).
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | build-sdk-meson.rst | 19 in /usr/local. A package-config file, ``libdpdk.pc``, for DPDK will also 164 The install prefix defaults to ``/usr/local`` but can be used as with other 172 headers -> /usr/local/include 173 libraries -> /usr/local/lib64 174 drivers -> /usr/local/lib64/dpdk/drivers 175 libdpdk.pc -> /usr/local/lib64/pkgconfig
|
| /dpdk/doc/guides/gpus/ |
| H A D | cuda.rst | 26 - 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" 81 is not installed in default locations (e.g. /usr/local/lib),
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | isal.rst | 127 e.g. /usr/lib/pkgconfig or /usr/lib64/pkgconfig depending on your system, 130 cp isal/libisal.pc /usr/lib/pkgconfig/
|
| H A D | octeontx.rst | 52 /usr/local/Cavium_Networks/OCTEONTX-SDK/ 55 please refer /usr/local/Cavium_Networks/OCTEONTX-SDK/docs/OcteonTX-SDK-UG_6.2.0.pdf.
|
| /dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 65 WORKDIR /usr/src/dpdk 66 COPY . /usr/src/dpdk 67 ENV PATH "$PATH:/usr/src/dpdk/<build_dir>/app/"
|
| H A D | lm_virtio_vhost_user.rst | 285 KVM_PATH="/usr/bin/qemu-system-x86_64" 361 KVM_PATH="/usr/bin/qemu-system-x86_64"
|
| H A D | lm_bond_virtio_sriov.rst | 407 KVM_PATH="/usr/bin/qemu-system-x86_64" 510 KVM_PATH="/usr/bin/qemu-system-x86_64" 641 /usr/bin/TestPointShared
|
| H A D | openwrt.rst | 158 to /usr/lib64 in OpenWrt.
|
| /dpdk/doc/guides/nics/ |
| H A D | e1000em.rst | 61 ./configure --prefix=/usr/local/kvm 78 Note that qemu-kvm installs in the /usr/local/bin directory. 105 /usr/local/kvm/bin/qemu-system-x86_64 -cpu host -smp 4 -hda qemu1.raw -m 1024
|
| H A D | af_xdp.rst | 49 object files. This is usually in /usr/local/lib/bpf or /usr/local/lib64/bpf.
|
| H A D | intel_vf.rst | 369 ./configure --prefix=/usr/local/kvm 386 qemu-kvm installs in the /usr/local/bin directory. 477 …/usr/local/kvm/bin/qemu-system-x86_64 -m 4096 -smp 4 -boot c -hda lucid.qcow2 -device pci-assign,h… 505 /usr/local/kvm/bin/qemu-system-x86_64 -cpu ? 509 …/usr/local/kvm/bin/qemu-system-x86_64 -m 4096 -cpu host -smp 4 -boot c -hda lucid.qcow2 -device pc… 526 …/usr/local/kvm/bin/qemu-system-x86_64 -m 4096 -smp 4 -boot c -hda lucid.qcow2 -device vfio-pci,hos…
|
| H A D | mvneta.rst | 109 MUSDK will be installed to `usr/local` under current directory.
|
| /dpdk/lib/distributor/ |
| H A D | rte_distributor.c | 490 flows[i] = mbufs[next_idx + i]->hash.usr | 1; in rte_distributor_process() 531 new_tag = (uint16_t)(next_mb->hash.usr) | 1; in rte_distributor_process()
|