Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 25 of 109) sorted by relevance

12345

/f-stack/dpdk/doc/guides/prog_guide/
H A Dbpf_lib.rst30 Packet data load instructions
33 DPDK supports two non-generic instructions: ``(BPF_ABS | size | BPF_LD)``
35 These instructions can only be used when execution context is a pointer to
40 and must not be used to store the data across these instructions.
41 These instructions have implicit program exit condition as well. When
45 explicit inputs to these instructions.
H A Dintro.rst10 For programming examples and for instructions on compiling and running each sample application,
29 …Refer to this guide for installation and configuration instructions to get started using the DPDK …
49 and provides instructions on how to compile, run and use the sample application.
H A Dpacket_framework.rst490 out of order instruction execution, special CPU instructions, etc.
514 By using prefetch instructions, the latency of memory read accesses is hidden,
519 also the data dependency between instructions is loosened.
524 …secutive accesses to the same data structure, the data dependency between instructions is loosened;
528 The bucket search logic is also implemented without using any branch instructions.
1124 …hronization primitives like semaphores (distinct semaphore per table entry) or atomic instructions.
1126 The cost of atomic instructions is normally higher than the cost of regular instructions.
1175 …The instructions are verified and translated at initialization time with no run-time impact. The i…
1176 frequently used patterns into vector-like instructions transparently to the user.
1203 …e pipeline and its actions are defined with instructions from a predefined instruction set. The in…
[all …]
H A Dsource_org.rst33 local README in the base directories for driver specific instructions.
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline_spec.c361 const char **instructions; member
385 free(s->instructions); in action_spec_free()
386 s->instructions = NULL; in action_spec_free()
471 new_instructions = realloc(s->instructions, in action_block_parse()
483 s->instructions = new_instructions; in action_block_parse()
952 const char **instructions; member
970 free(s->instructions); in apply_spec_free()
971 s->instructions = NULL; in apply_spec_free()
1047 s->instructions = new_instructions; in apply_block_parse()
1200 action_spec.instructions, in rte_swx_pipeline_build_from_spec()
[all …]
H A Drte_swx_pipeline.h498 const char **instructions,
635 const char **instructions,
/f-stack/app/redis-5.0.5/deps/lua/
H A DREADME3 See INSTALL for installation instructions.
28 do "make" with a suitable target. See INSTALL for detailed instructions.
H A DINSTALL16 See below for customization instructions and for instructions on how
50 See below for instructions for Windows and other systems.
72 If you're not using the usual Unix tools, then the instructions for
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in1593 my ($lib, $offset, $instructions) = @_;
1601 my $e = $instructions->[$i];
1635 if ($instructions[$i]->[2] >= 0) {
1652 my $f = $instructions[$i]->[1];
1653 my $l = $instructions[$i]->[2];
1721 foreach my $e (@instructions) {
1927 foreach my $e (@instructions) {
1953 my $e = $instructions[$i];
1981 while (($i <= $#instructions) &&
1984 $e = $instructions[$i];
[all …]
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dintro.rst7 This document contains instructions for installing and configuring the Data Plane Development Kit (…
36 …sample application that showcases specific functionality and provides instructions on how to compi…
H A Denable_func.rst27 If no entries are returned, HPET must be enabled in the BIOS (as per the instructions above) and th…
38 … this option enabled, please consult the distributions documentation for the relevant instructions.
101 The instructions below will allow running DPDK with ``igb_uio`` or
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dintro.rst7 This document contains instructions for installing and configuring the
55 and provides instructions on how to compile, run and use the sample application.
H A Dinstall_from_ports.rst28 After the installation of the DPDK package, instructions will be printed on
30 complete version of these instructions can be found in the sections
76 the instructions given in the next chapter, :ref:`building_from_source`
/f-stack/freebsd/contrib/zstd/
H A DFREEBSD-upgrade12 Please find instructions for importing new releases and merging to HEAD here:
/f-stack/freebsd/contrib/libsodium/
H A Dconfigure.ac365 AC_MSG_CHECKING(for MMX instructions set)
378 AC_MSG_CHECKING(for SSE2 instructions set)
395 AC_MSG_CHECKING(for SSE3 instructions set)
409 AC_MSG_CHECKING(for SSSE3 instructions set)
422 AC_MSG_CHECKING(for SSE4.1 instructions set)
435 AC_MSG_CHECKING(for AVX instructions set)
451 AC_MSG_CHECKING(for AVX2 instructions set)
484 AC_MSG_CHECKING(for AVX512F instructions set)
504 AC_MSG_CHECKING(for AESNI instructions set and PCLMULQDQ)
/f-stack/dpdk/doc/guides/windows_gsg/
H A Dintro.rst7 This document contains instructions for installing and configuring the Data
/f-stack/dpdk/doc/guides/nics/
H A Dionic.rst33 for instructions on how to build DPDK.
H A Dmvneta.rst110 For the detailed build instructions please consult ``doc/musdk_get_started.txt``.
125 ``doc/musdk_get_started.txt`` for the detailed build instructions.
H A Dvmxnet3.rst107 TestPMD for instructions on how to run a DPDK application using an assigned VMXNET3 device.
122 …Other instructions on preparing to use DPDK such as, hugepage enabling, uio port binding are not l…
123 …to *DPDK Getting Started Guide and DPDK Sample Application's User Guide* for detailed instructions.
H A Dbnx2x.rst124 This section provides instructions to configure SR-IOV with Linux OS.
189 using the instructions outlined in the Application notes below.
194 Follow instructions available in the document
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dnitrox.rst47 and it's installation instructions can be obtained from:
/f-stack/freebsd/contrib/zstd/doc/
H A DREADME.md5 as well as detailed instructions to use `zstd` library.
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dowc12 # reorder instructions for best pipeline usage
/f-stack/freebsd/contrib/xz-embedded/
H A DREADME140 setting doesn't change the endianness of the instructions on all
142 and little endian executables (Itanium has little endian instructions
143 and SPARC has big endian instructions).
/f-stack/freebsd/contrib/dev/ice/
H A DREADME87 for installation instructions and more information.
113 building instructions.
129 building instructions.

12345