| /dpdk/doc/guides/prog_guide/ |
| H A D | build-sdk-meson.rst | 34 The ``meson`` tool is used to configure a DPDK build. On most Linux 67 Meson will then configure the build based on settings in the project's 74 or subsequently using ``meson configure`` command (``mesonconf`` in some 78 available run ``meson configure`` in the build directory. 102 Examples of setting some of the same options using meson configure:: 104 meson configure -Dwerror=true 106 meson configure -Dbuildtype=debug 108 meson configure -Dexamples=l3fwd,l2fwd 110 meson configure -Dmax_lcores=8 112 meson configure -Denable_trace_fp=true [all …]
|
| H A D | profile_app.rst | 46 meson configure build -Dc_args=-DRTE_ETHDEV_PROFILE_WITH_VTUNE 87 The example below shows the steps to configure the PMU based cycle counter on 99 In order to enable ``PMU`` based ``rte_rdtsc()``, user needs to configure the
|
| H A D | regexdev.rst | 58 The rte_regexdev_configure API is used to configure a RegEx device. 80 /**< Number of RegEx queue pairs to configure on this device. 86 /**< Number of rules per group to configure on this device. 94 /**< Number of groups to configure on this device.
|
| H A D | event_timer_adapter.rst | 88 how to create and configure an event timer adapter and use it to manage event 127 and configure an event device along with its event ports. Based on the event 131 configure an event port; it will examine the current event device 148 configure an adapter in periodic mode, ``timer_adapter_flags`` of
|
| H A D | intro.rst | 24 * **Getting Started Guide** : Describes how to install and configure the DPDK software;
|
| H A D | compressdev.rst | 8 as well as to query and configure compression devices both physical(hardware) and virtual(software) 74 The ``rte_compressdev_configure`` API is used to configure a compression device. 337 /* configure the device. */ 339 rte_exit(EXIT_FAILURE, "Failed to configure compressdev %u", cdev_id); 480 /* configure the device. */ 482 rte_exit(EXIT_FAILURE, "Failed to configure compressdev %u", cdev_id);
|
| H A D | event_ethernet_rx_adapter.rst | 18 configure both transfer mechanisms using a common API. A capability API allows 68 event_buf_size``. To configure the event buffer size at queue level, the boolean 84 adapter uses a service core function. The applications can configure queue
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | compiling.rst | 22 meson configure -Dexamples=all 53 meson configure -Dexamples=helloworld
|
| H A D | link_status_intr.rst | 46 * -p PORTMASK: A hexadecimal bitmask of the ports to configure 95 The next step is to configure the RX and TX queues. 98 The rte_eth_dev_configure() function is used to configure the number of queues for a port: 103 :end-before: >8 End of configure RX and TX queues.
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_dpdk.rst | 52 To configure a DPDK build use: 91 These options can be listed by running ``meson configure`` inside a configured build folder. 100 * run ``meson configure -Dbuildtype=debug`` inside the build folder after the initial meson run. 136 * run ``meson configure -Dmax_lcores=256`` inside the build folder after the initial meson run. 145 As with other meson options, this can also be set post-initial-config using `meson configure` in th… 165 The following meson command can be used on RHEL/Fedora systems to configure a 32-bit build,
|
| H A D | intro.rst | 20 * :doc:`../linux_gsg/index` (this document): Describes how to install and configure the DPDK; des…
|
| /dpdk/lib/ethdev/ |
| H A D | ethdev_trace_points.c | 10 lib.ethdev.configure)
|
| H A D | rte_flow_driver.h | 162 int (*configure) member
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_22_07.rst | 71 * Added support for RSS RETA configure in DCF mode. 72 * Added support for RSS HASH configure in DCF mode. 73 * Added support for MTU configure in DCF mode.
|
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_trace_points.c | 10 lib.cryptodev.configure)
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | intro.rst | 14 how to configure the application from the command line and the run-time environment.
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 104 if ! $MESON configure $builddir | 107 $MESON configure --buildtype=debugoptimized $builddir
|
| /dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 7 VFd (the VF daemon) is a mechanism which can be used to configure features on 25 become a limitation when the user wants to configure features on the VF. 32 application will configure the feature for the VF. Obviously, the PF 33 application can also configure the VF features without a request from the VF 51 configure the features. So the user doesn't need to define the interface
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | idxd.rst | 85 As a further example, the following set of commands will configure and enable 4 queues on instance … 88 # configure 4 groups, each with one engine 94 # configure 4 queues, putting each in a different group, so each 127 For Intel\ |reg| DSA devices, DPDK will automatically configure the device with the
|
| /dpdk/doc/guides/nics/ |
| H A D | e1000em.rst | 61 ./configure --prefix=/usr/local/kvm 73 ./configure
|
| H A D | dpaa.rst | 203 DPAA drivers uses the following environment variables to configure its 279 This tool is available in User Space. The tool is used to configure FMAN 306 configure driver parameters and PCD (parse - classify - distribute) rules.
|
| /dpdk/lib/eventdev/ |
| H A D | eventdev_trace_points.c | 11 lib.eventdev.configure)
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dpaa.rst | 68 Please configure export DPAA_NUM_PUSH_QUEUES=0
|
| /dpdk/doc/api/ |
| H A D | meson.build | 24 # So use a configure option for now.
|
| /dpdk/.ci/ |
| H A D | linux-build.sh | 33 cd $version/build && ../configure --prefix=$instdir && cd -
|