Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 25 of 28) sorted by relevance

12

/dpdk/examples/ipsec-secgw/test/
H A Drun_test.sh152 /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 Dload_env.sh80 /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 Dcommon_defs_secgw.sh47 SGW_PID=`/bin/bash -x ${SGW_EXEC_FILE}`
/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst262 #!/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 Dlm_bond_virtio_sriov.rst382 #!/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 Dopenwrt.rst59 ``<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 Dpvp_reference_benchmark.rst93 mkdir bin
94 cd bin
157 <QEMU path>/bin/x86_64-softmmu/qemu-system-x86_64 \
/dpdk/.ci/
H A Dlinux-build.sh138 export PATH=$(pwd)/libabigail/bin:$PATH
154 rm -rf reference/usr/local/bin
/dpdk/usertools/
H A Dmeson.build10 install_dir: 'bin')
/dpdk/doc/guides/nics/
H A De1000em.rst78 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 Dqede.rst84 ``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 Dmvneta.rst104 export CROSS_COMPILE=<toolchain>/bin/aarch64-linux-gnu-
H A Dintel_vf.rst386 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 Dcxgbe.rst388 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 Dcross_build_dpdk_for_arm64.rst84 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 Dbuild_dpdk.rst100 set PATH=C:\MinGW\mingw64\bin;%PATH%
/dpdk/devtools/
H A Dtest-meson-builds.sh190 rm -rf $abirefdir/$targetdir/usr/local/bin
/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst410 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 Ddpaa.rst78 based config (if /tmp/fmc.bin is present). DPAA FMD will be used only if no
/dpdk/drivers/net/bnx2x/
H A Decore_sp.c2413 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 Dturbo_sw.rst104 … source <path-to-icc-compiler-install-folder>/linux/bin/compilervars.sh intel64 -platform linux
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c116 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 Dqat.rst452 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 Dvirtio_rxtx.c94 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 Dbuild_dpdk.rst55 `/usr/local/bin`. To use these applications, it is recommended that the

12