Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 56) sorted by relevance

123

/dpdk/devtools/
H A Dcheckpatches.sh369 pass=$(($total - $status))
370 $quiet || printf '\n%d/%d valid patch' $pass $total
371 $quiet || [ $pass -le 1 ] || printf 'es'
/dpdk/doc/guides/howto/
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 */
239 /* setting the eth to pass all packets */
/dpdk/lib/bpf/
H A Dbpf_convert.c244 unsigned int pass = 0; in bpf_convert_filter() local
506 pass++; in bpf_convert_filter()
509 if (pass > 2) in bpf_convert_filter()
/dpdk/lib/eal/windows/
H A Dgetopt.c28 static void pass(const char *a) {(void) a; } in pass() function
29 #define warnx(a, ...) pass(a)
/dpdk/doc/guides/compressdevs/
H A Doverview.rst17 to let input buffers pass-through it, copying the input to the output,
/dpdk/doc/guides/mempool/
H A Docteontx.rst56 drivers like ring. However user need to pass --base-virtaddr as
/dpdk/examples/ip_pipeline/examples/
H A Dl2fwd.cli4 ; The pipeline below implements a simple pass-through connection between the
/dpdk/doc/guides/linux_gsg/
H A Dbuild_dpdk.rst98 * pass ``-Dbuildtype=debug`` or ``--buildtype=debug`` to meson when configuring the build folder in…
134 * pass ``-Dmax_lcores=256`` to meson when configuring the build folder initially
140 To do so, pass a comma-separated list of the examples to build to the
/dpdk/doc/guides/prog_guide/
H A Dservice_cores.rst30 The simpler of the two is to pass the `-s` coremask argument to EAL, which will
H A Drawdev.rst45 2. Application API should be able to pass along arbitrary state information
H A Dpacket_distrib_lib.rst31 #. The worker lcores all share a single cache line with the distributor core in order to pass mess…
H A Dregexdev.rst65 The ``rte_regexdev_config`` structure is used to pass the configuration
H A Dcompressdev.rst76 The ``rte_compressdev_config`` structure is used to pass the configuration
87 The ``max_inflight_ops`` is used to pass maximum number of
283 or ``rte_compressdev_private_xform_create()`` and pass a valid
H A Dswitch_representation.rst699 pass-through and use priority levels.
832 Assuming pass-through flow rules are supported
850 Without pass-through support, ingress encapsulation on the destination
/dpdk/doc/guides/sample_app_ug/
H A Dtest_pipeline.rst82 …| | | Core B is implementing a pass-through from its input set | …
86 …| 2 | stub | Stub table. Core B is implementing the same pass-through | N/A …
H A Dservice_cores.rst32 pass a service core-mask as an EAL argument at startup time.
H A Deventdev_pipeline.rst143 To get a full dump of the state of the eventdev PMD, pass the ``-D`` flag to
/dpdk/doc/guides/tools/
H A Dproc_info.rst78 pass the same NIC PMD libraries as used for the primary application. Any
H A Dpdump.rst80 Queue id of the eth device on which packets should be captured. The user can pass a queue value of …
/dpdk/doc/guides/cryptodevs/
H A Dccp.rst117 To enable this feature, pass an additional argument as ccp_auth_opt=1 to --vdev parameters as
/dpdk/doc/guides/nics/
H A Dintel_vf.rst12 also known as "native mode" or "pass-through" mode.
356 #. While booting the Host OS kernel, pass the intel_iommu=on kernel command line argument using GR…
357 When using DPDK PF driver on host, pass the iommu=pt kernel command line argument in GRUB.
515 #. If use vfio-pci to pass through device instead of pci-assign, steps 8 and 9 need to be updated …
626 into Windows VM using SR-IOV pass-through feature.
H A Dfm10k.rst21 To enable this feature, the user should pass a devargs parameter to the eal
H A Dcnxk.rst362 Above devarg parameters are configurable per device, user needs to pass the
433 packets from CPT(second pass packets). When mark item type is used, it should
/dpdk/doc/guides/dmadevs/
H A Dioat.rst58 initialization time without the need to pass parameters to the application.
/dpdk/doc/guides/eventdevs/
H A Dcnxk.rst169 The ``tim_eclk_freq`` devagrs can be used to pass external clock frequencies

123