| /dpdk/examples/ipsec-secgw/test/ |
| H A D | run_test.sh | 152 /bin/bash ${DIR}/pkttest.sh ${PKT_TESTS} 205 /bin/bash ${DIR}/load_env.sh ${options} ipv4-ipv4 ${i} 210 /bin/bash ${DIR}/load_env.sh ${options} \ 221 /bin/bash ${DIR}/load_env.sh ${options} ipv6-ipv6 ${i} 226 /bin/bash ${DIR}/load_env.sh ${options} \
|
| H A D | load_env.sh | 80 /bin/bash ${DIR}/linux_test.sh ${PROTO} ${MODE} 100 /bin/bash ${DIR}/linux_test.sh ${PROTO} ${MODE} 113 /bin/bash ${DIR}/linux_test.sh ${PROTO} ${MODE}
|
| H A D | common_defs_secgw.sh | 47 SGW_PID=`/bin/bash -x ${SGW_EXEC_FILE}`
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_virtio_vhost_user.rst | 262 #!/bin/sh 280 #/bin/sh 285 KVM_PATH="/usr/bin/qemu-system-x86_64" 327 #!/bin/sh 338 #!/bin/sh 356 #/bin/sh 361 KVM_PATH="/usr/bin/qemu-system-x86_64" 409 #!/bin/sh 436 #!/bin/sh
|
| H A D | lm_bond_virtio_sriov.rst | 382 #!/bin/sh 404 #!/bin/sh 407 KVM_PATH="/usr/bin/qemu-system-x86_64" 440 #!/bin/sh 469 #!/bin/sh 482 #!/bin/sh 504 #!/bin/sh 543 #!/bin/sh 579 #!/bin/sh 608 #!/bin/sh [all …]
|
| H A D | openwrt.rst | 59 ``<OpenWrt Root>/bin/targets/x86/64-glibc/``. 82 …wrt-sdk-x86-64_gcc-8.3.0_glibc.Linux-x86_64/staging_dir/toolchain-x86_64_gcc-8.3.0_glibc/bin/:$PATH
|
| H A D | pvp_reference_benchmark.rst | 93 mkdir bin 94 cd bin 157 <QEMU path>/bin/x86_64-softmmu/qemu-system-x86_64 \
|
| /dpdk/.ci/ |
| H A D | linux-build.sh | 138 export PATH=$(pwd)/libabigail/bin:$PATH 154 rm -rf reference/usr/local/bin
|
| /dpdk/usertools/ |
| H A D | meson.build | 10 install_dir: 'bin')
|
| /dpdk/doc/guides/nics/ |
| H A D | e1000em.rst | 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 | qede.rst | 84 ``E.g. /lib/firmware/qed/qed_init_values-8.40.33.0.bin``. 114 ``Eg: "/lib/firmware/qed/qed_init_values-8.40.33.0.bin"`` 296 PMD: Firmware file : /lib/firmware/qed/qed_init_values_zipped-8.7.7.0.bin
|
| H A D | mvneta.rst | 104 export CROSS_COMPILE=<toolchain>/bin/aarch64-linux-gnu-
|
| H A D | intel_vf.rst | 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 | cxgbe.rst | 388 cxgbtool p1p1 loadfw <path_to_uwire>/src/network/firmware/t5fw-*.bin 638 cxgbetool t5nex0 loadfw <path_to_uwire>/src/network/firmware/t5fw-*.bin
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | cross_build_dpdk_for_arm64.rst | 84 export PATH=$PATH:<cross_install_dir>/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin 90 export PATH=$PATH:<cross_install_dir>/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf/bin 209 export PATH=$PATH:<cross_install_dir>/clang+llvm-10.0.0-x86_64-linux-gnu-ubuntu-18.04/bin
|
| /dpdk/doc/guides/windows_gsg/ |
| H A D | build_dpdk.rst | 100 set PATH=C:\MinGW\mingw64\bin;%PATH%
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 190 rm -rf $abirefdir/$targetdir/usr/local/bin
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | efd_lib.rst | 410 bin id. A chunk contains 64 different groups and 256 bins (i.e. for any 411 given bin it can map to 4 distinct groups). When a key is inserted, the 412 bin id is computed, for example in :numref:`figure_efd12` bin_id=2, 413 and since each bin can be mapped to one of four different groups (2 bit storage),
|
| /dpdk/doc/guides/platform/ |
| H A D | dpaa.rst | 78 based config (if /tmp/fmc.bin is present). DPAA FMD will be used only if no
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 2413 int bin; in ecore_mcast_set_one_rule_e2() local 2423 bin = ecore_mcast_bin_from_mac(cfg_data->mac); in ecore_mcast_set_one_rule_e2() 2424 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin); in ecore_mcast_set_one_rule_e2() 2434 bin = ecore_mcast_clear_first_bin(o); in ecore_mcast_set_one_rule_e2() 2438 bin = cfg_data->bin; in ecore_mcast_set_one_rule_e2() 2448 "Setting" : "Clearing"), bin); in ecore_mcast_set_one_rule_e2() 2450 data->rules[idx].bin_id = (uint8_t) bin; in ecore_mcast_set_one_rule_e2() 2476 cfg_data.bin = (uint8_t) cur_bin; in ecore_mcast_handle_restore_cmd_e2()
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | turbo_sw.rst | 104 … source <path-to-icc-compiler-install-folder>/linux/bin/compilervars.sh intel64 -platform linux
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 116 uint32_t bin; in hn_update_packet_stats() local 119 bin = (sizeof(s) * 8) - __builtin_clz(s) - 5; in hn_update_packet_stats() 120 stats->size_bins[bin]++; in hn_update_packet_stats()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 452 to load MMP firmware qat_895xcc_mmp.bin`` in kernel logs, this may be as a 460 cp qat_895xcc.bin /lib/firmware 461 cp qat_895xcc_mmp.bin /lib/firmware
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_rxtx.c | 94 uint32_t bin; in virtio_update_packet_stats() local 97 bin = (sizeof(s) * 8) - __builtin_clz(s) - 5; in virtio_update_packet_stats() 98 stats->size_bins[bin]++; in virtio_update_packet_stats()
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 55 `/usr/local/bin`. To use these applications, it is recommended that the
|