| /dpdk/lib/eal/unix/ |
| H A D | eal_filesystem.c | 24 const char *directory; in eal_create_runtime_dir() local 30 directory = getenv("RUNTIME_DIRECTORY"); in eal_create_runtime_dir() 31 if (directory == NULL) { in eal_create_runtime_dir() 38 directory = "/var/run"; in eal_create_runtime_dir() 40 directory = getenv("XDG_RUNTIME_DIR") ? : "/tmp"; in eal_create_runtime_dir() 44 ret = snprintf(tmp, sizeof(tmp), "%s/dpdk", directory); in eal_create_runtime_dir()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | source_org.rst | 16 …ly, it generates an archive file (``.a``), but a kernel module would also go in the same directory. 30 sub-directory. The ``base`` directory generally contains code the shouldn't 32 ``X_osdep.c`` and/or ``X_osdep.h`` files in that directory. Refer to the 42 The app directory contains sample applications that are used to test DPDK (such as autotests) 45 The examples directory contains :doc:`Sample applications<../sample_app_ug/index>` that show how li…
|
| H A D | build-sdk-meson.rst | 59 To configure a build, run the meson tool, passing the path to the directory 61 meson from somewhere other than the root directory of the DPDK project the 62 path to the root directory should be passed as the first parameter, and the 71 build directory to be used to do the build itself when ninja is called. 78 available run ``meson configure`` in the build directory. 116 once meson has been run to configure a build in a directory, it 117 cannot be run again on the same directory. Instead ``meson configure`` 118 should be used to change the build settings within the directory, and when 166 the root directory for the install, for example when packaging. 168 With the base install directory, the individual directories for libraries [all …]
|
| H A D | build_app.rst | 19 The binary is generated in the build directory by default: 31 The sample application (Hello World) can be duplicated in a new directory as a starting point for y…
|
| /dpdk/drivers/common/iavf/ |
| H A D | README | 8 This directory contains source code of FreeBSD IAVF driver of version 10 basic drivers for any IAVF NIC. The directory of base/ contains the 16 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/ice/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD ice driver of version 10 basic drivers for any ice NIC. The directory of base/ contains the 19 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD i40e driver of version 10 basic drivers for any i40e NIC. The directory of base/ contains the 28 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | README | 5 This directory contains source code of FreeBSD em & igb drivers of version 6 cid-gigabit.2020.06.05.tar.gz released by ND. The sub-directory of base/ 33 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD ixgbe driver of version 10 basic drivers for any ixgbe NIC. The sub-directory of base/ 31 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | compiling.rst | 12 Go to DPDK build directory: 43 Go to DPDK build directory: 68 Go to the sample application directory. Unless otherwise specified the sample
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | README | 9 This directory contains source code of Solarflare Communications libefx 15 The source code in this directory should not be modified.
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | README | 10 This directory contains source code of Intel FPGA driver released by 12 The directory of base/ contains the original source package. The base code 27 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/vmxnet3/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD VMXNET3 driver released by VMware. 16 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 72 * ``-d <path to shared object or directory>`` 75 directory containing multiple driver shared objects. Multiple -d options are 155 * ``--trace-dir=<directory path>`` 157 Specify trace directory for trace output. For example: 159 Configuring ``/tmp/`` as a trace output directory:: 163 By default, trace output will created at ``home`` directory and parameter
|
| H A D | build_dpdk.rst | 12 First, uncompress the archive and move to the uncompressed DPDK source directory: 58 where "build" is the desired output build directory, and "<options>" can be 138 Some of the DPDK sample applications in the `examples` directory can be 145 …n options, this can also be set post-initial-config using `meson configure` in the build directory. 162 to look in the appropriate directory for .pc files for 32-bit libraries. 176 Once the build directory has been configured, 207 designed to be used directly from a build directory. Instead it is 209 location in the user's home directory. The install location can be set
|
| H A D | linux_eal_parameters.rst | 82 * ``--huge-dir <path to hugetlbfs directory>`` 84 Use specified hugetlbfs directory instead of autodetected ones. This can be 85 a sub-directory within a hugetlbfs mountpoint.
|
| /dpdk/drivers/net/igc/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD igc driver of version 11 The directory of base/ contains the original source package.
|
| /dpdk/ |
| H A D | .gitignore | 39 # ignore default build directory, and directories from test-meson-builds.sh 42 # ignore other build directory patterns
|
| H A D | README | 7 Please check the doc directory for release notes,
|
| /dpdk/devtools/ |
| H A D | process-iwyu.py | 72 directory = args.sub_dir 91 directory in filename):
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | octeontx.rst | 74 OCTEON TX crypto PF driver needs microcode to be available at `/lib/firmware/` directory. 101 cd <dpdk directory>
|
| H A D | cnxk.rst | 118 cd <dpdk directory> 158 cd <dpdk directory>
|
| /dpdk/kernel/freebsd/ |
| H A D | BSDmakefile.meson | 11 # the .o files placed in the build, not source directory
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 871 relevant top-level directory: 872 either ``lib`` directory or a ``driver`` subdirectory. 980 can find the headers in subdirectories of the main EAL directory. The 981 base directory of each library is always given in the include path, 985 **Default Value = library name derived from the directory name**. 989 sources are stored in a directory ``lib/xyz``, this value should 995 map file, as part of the build process, so if the directory name and 997 consistently with the library, not the directory 1038 **Default Value = <driver directory>** Some drivers include a base 1039 directory for additional source files and headers, so we have this [all …]
|
| /dpdk/doc/guides/platform/ |
| H A D | octeontx.rst | 129 cd <dpdk directory> 137 cd <dpdk directory>
|