Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dpdk/doc/guides/tools/
H A Dflow-perf.rst164 Add VLAN item to all flows items,
170 Add IPv4 item to all flows items,
175 Add IPv6 item to all flows item,
186 Add VXLAN item to all flows items,
198 Add GRE item to all flows items,
204 Add GENEVE item to all flows items,
210 Add GTP item to all flows items,
216 Add Meta item to all flows items,
222 Add Tag item to all flows items,
249 Add RSS action to all flows actions,
[all …]
H A Dproc_info.rst30 port mask is specified stats are printed for all DPDK ports.
34 port mask is specified xstats are printed for all DPDK ports.
38 no port mask is specified, the generic stats are reset for all DPDK ports.
42 If no port mask is specified xstats are reset for all DPDK ports.
59 The show-ring parameter display current allocation of all ring with
64 The show-mempool parameter display current allocation of all mempool
H A Dtesteventdev.rst151 Global dequeue timeout for all the event ports if the provided dequeue
244 q1(atomic) are linked to all the workers.
295 .. table:: Order all types queue test eventdev configuration.
301 | 1 | nb_queues | 1 | q0(all types queue) |
319 order all types queue test operation.
341 Example command to run order ``all types queue`` test:
479 ``all types queue`` eventdev scheme.
486 .. table:: Perf all types queue test eventdev configuration.
509 perf all types queue test operation.
555 Example command to run perf ``all types queue`` test:
[all …]
H A Ddevbind.rst30 Print the current status of all known network interfaces.
64 …can be used with VFIO on its own, but physical devices will require either all ports bound to VFIO,
65 or some of them bound to VFIO while others not being bound to anything at all.
95 To check status of all network ports, assign one to the vfio-pci driver and check status again::
/dpdk/doc/guides/nics/
H A Dnull.rst7 NULL PMD is a simple virtual driver mainly for testing. It always returns success for all packets f…
9 On Rx it returns requested number of empty packets (all zero). On Tx it just frees all sent packets.
42 Makes PMD more like ``/dev/null``. On Rx no packets received, on Tx all packets are freed.
/dpdk/
H A DMakefile4 .PHONY: all
5 all: target
/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst95 testpmd> show port info all
158 testpmd> show port stats all
164 testpmd> clear port stats all
173 testpmd> clear port stats all
174 testpmd> show port stats all
192 testpmd> show port stats all
217 testpmd> show port info all
218 testpmd> show port stats all
331 testpmd> show port info all
332 testpmd> show port stats all
[all …]
H A Dvfd.rst53 take the control of all the features.
111 This sets whether the PF port and all the VF ports that belong to it are
115 physical port. When using this function, the PF and all the VFs TX loopback
205 Run a testpmd runtime command on the PF to enable/disable the all queues
208 set all queues drop on|off
210 This is a global setting for the PF and all the VF ports of the physical port.
212 Enabling the ``all queues drop`` feature means that when there is no available
213 descriptor for the received packets they are dropped. The ``all queues drop``
232 Run a testpmd runtime command on the PF to all queues' rate limit for a
237 This is a function to set the rate limit for all the queues in the
[all …]
H A Drte_flow.rst44 /* setting the eth to pass all packets */
48 /* set the vlan to pass all packets */
140 /* setting the eth to pass all packets */
144 /* set the vlan to pass all packets */
217 In this example we will create a rule that routes all vlan id 123 to queue 3.
239 /* setting the eth to pass all packets */
243 /* set the vlan to pas all packets */
/dpdk/examples/multi_process/client_server_mp/
H A DMakefile6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs) target
/dpdk/examples/server_node_efd/
H A DMakefile6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs) target
/dpdk/examples/multi_process/
H A DMakefile6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs) target
/dpdk/examples/ethtool/
H A DMakefile6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs) target
/dpdk/buildtools/
H A Dmap-list-symbol.sh5 section=all
6 symbol=all
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst167 supported by all bonded slaves. RETA size is a GCD of all its RETA's sizes, so
180 - Create the flow in all slaves.
181 - Save all the slaves created flows objects in bonding internal flow
188 - Destroy the flow in all slaves and release the bond internal flow
192 - Destroy all the bonding PMD flows in all the slaves.
200 - Summarize flow counters from all the slaves, relevant only for
204 - Call to flow isolate for all slaves.
238 device and then all further slaves added to the bonded device must support
247 possible, when all slave devices support the same key size.
253 Like all other PMD, all functions exported by a PMD are lock-free functions
[all …]
H A Dpacket_distrib_lib.rst31 #. The worker lcores all share a single cache line with the distributor core in order to pass mess…
32 …The process API call will poll all the worker cache lines to see what workers are requesting packe…
42 and that all packets with the same tag are processed in input order.
44 #. Once all input packets passed to the process API have either been distributed to workers
58 It returns to the caller all packets which have finished processing by all worker cores.
59 Within this set of returned packets, all packets sharing the same tag will be returned in their ori…
H A Dip_fragment_reassembly_lib.rst42 Note that all update/lookup operations on Fragment Table are not thread safe.
59 When the collision occurs and all 2 \* <bucket_entries> are occupied,
81 …If yes, then free all previously received fragments, and remove information about them from the en…
90 (the packet's entry contains all fragments).
98 then the function will free all associated with the packet fragments,
H A Dpoll_mode_drv.rst128 enables more scaling as all workers can send the packets.
273 between each run, where all mbufs are returned to the mempool.
276 to request it to release of all its used mbufs.
307 * Any supported offloading can be enabled on all queues.
321 it is enabled on all queues no matter whether it is per-queue or
483 returns all statistics that are available.
496 First step is to get all statistics names and list them:
535 /* Print all xstats names and values */
595 reset, all its VFs should also be reset by the application to make them
615 the application to handle all operations the VF reset requires including
[all …]
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst113 Set the socket from which all memory is allocated in NUMA mode,
428 Do not automatically start all ports. This allows testing
434 Disable LSC interrupts for all ports, even those supporting it.
438 Disable RMV interrupts for all ports, even those supporting it.
447 enable all of them.
452 disable all of them.
454 * ``--flow-isolate-all``
457 initialization time. It ensures all traffic is received through the
489 Enable locking all memory.
493 Disable locking all memory.
[all …]
H A Dtestpmd_funcs.rst249 testpmd> clear port stats all
376 testpmd> show fwd stats all
405 testpmd> clear fwd stats all
947 set drop enable bit for all queues::
1512 Set all TCs' TX min relative bandwidth (%) globally for all PF and VFs::
2201 Start all ports or a specific port::
2208 Stop all ports or a specific port::
2210 testpmd> port stop (port_id|all)
2298 Enable or disable packet drop on all RX queues of all ports when no receive buffers available::
3127 all of them.
[all …]
/dpdk/doc/guides/freebsd_gsg/
H A Dfreebsd_eal_parameters.rst7 This document contains a list of all EAL parameters. These parameters can be
13 The following EAL parameters are common to all platforms supported by DPDK.
/dpdk/examples/
H A Dmeson.build9 # list of all example apps. Keep 1-3 per line, in alphabetical order.
66 # on install, skip copying all meson.build files
76 if get_option('examples').to_lower() == 'all'
/dpdk/devtools/
H A Dcheck-maintainers.sh122 all=$(files ./)
124 aminusb "$all" "$listed"
/dpdk/examples/ethtool/lib/
H A DMakefile33 .PHONY: all clean static shared
34 all shared: build/$(LIB) target
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst59 * ``-P:`` Optional, sets all ports to promiscuous mode so that packets are accepted regardless of t…
70 …e independent buffer pools per port. Without this option, single buffer pool is used for all ports.
135 :start-after: Initialize all ports. 8<
145 it can be associated with all the graphs created as all the lcores should have
185 Now that all the device configurations are done, graph creations are done and
193 rte_graph_walk() will walk over all the sources nodes i.e ``ethdev_rx-X-Y``

12345678910>>...14