Home
last modified time | relevance | path

Searched refs:configure (Results 1 – 25 of 139) sorted by relevance

123456

/dpdk/doc/guides/prog_guide/
H A Dbuild-sdk-meson.rst34 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 Dprofile_app.rst46 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 Dregexdev.rst58 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 Devent_timer_adapter.rst88 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 Dintro.rst24 * **Getting Started Guide** : Describes how to install and configure the DPDK software;
H A Dcompressdev.rst8 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 Devent_ethernet_rx_adapter.rst18 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 Dcompiling.rst22 meson configure -Dexamples=all
53 meson configure -Dexamples=helloworld
H A Dlink_status_intr.rst46 * -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 Dbuild_dpdk.rst52 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 Dintro.rst20 * :doc:`../linux_gsg/index` (this document): Describes how to install and configure the DPDK; des…
/dpdk/lib/ethdev/
H A Dethdev_trace_points.c10 lib.ethdev.configure)
H A Drte_flow_driver.h162 int (*configure) member
/dpdk/doc/guides/rel_notes/
H A Drelease_22_07.rst71 * 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 Dcryptodev_trace_points.c10 lib.cryptodev.configure)
/dpdk/doc/guides/testpmd_app_ug/
H A Dintro.rst14 how to configure the application from the command line and the run-time environment.
/dpdk/devtools/
H A Dtest-meson-builds.sh104 if ! $MESON configure $builddir |
107 $MESON configure --buildtype=debugoptimized $builddir
/dpdk/doc/guides/howto/
H A Dvfd.rst7 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 Didxd.rst85 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 De1000em.rst61 ./configure --prefix=/usr/local/kvm
73 ./configure
H A Ddpaa.rst203 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 Deventdev_trace_points.c11 lib.eventdev.configure)
/dpdk/doc/guides/eventdevs/
H A Ddpaa.rst68 Please configure export DPAA_NUM_PUSH_QUEUES=0
/dpdk/doc/api/
H A Dmeson.build24 # So use a configure option for now.
/dpdk/.ci/
H A Dlinux-build.sh33 cd $version/build && ../configure --prefix=$instdir && cd -

123456