Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 59) sorted by relevance

123

/dpdk/lib/eal/windows/
H A Dgetopt.c278 place = EMSG; in getopt_internal()
333 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
335 place = EMSG; in getopt_internal()
361 else if (*place != ':' && strchr(options, *place) != NULL) in getopt_internal()
367 place = EMSG; in getopt_internal()
384 if (!*place) in getopt_internal()
393 if (*place) in getopt_internal()
396 place = EMSG; in getopt_internal()
405 place = EMSG; in getopt_internal()
409 if (!*place) in getopt_internal()
[all …]
/dpdk/doc/guides/cryptodevs/
H A Doverview.rst16 - "In Place SGL" feature flag stands for "In place Scatter-gather list",
18 being the operation in-place (input address = output address).
21 "Out-of-place Scatter-gather list Input, Scatter-gather list Output",
26 "Out-of-place Scatter-gather list Input, Linear Buffers Output",
31 "Out-of-place Linear Buffers Input, Scatter-gather list Output",
36 "Out-of-place Linear Buffers Input, Linear Buffers Output",
37 which means that Out-of-place operation is supported,
H A Dnull.rst39 * Only in-place is currently supported (destination address is the same as
H A Dsnow3g.rst29 * In-place bit-level operations for SNOW 3G (UEA2) are not supported
H A Daesni_gcm.rst33 * In out-of-place operations, chained destination mbufs are not supported.
H A Daesni_mb.rst76 * Out-of-place is not supported for combined Crypto-CRC DOCSIS security
H A Dkasumi.rst29 * In-place bit-level operations for KASUMI(F8) are not supported
/dpdk/doc/guides/compressdevs/
H A Doverview.rst21 "Out-of-place Scatter-gather list Input, Scatter-gather list Output",
26 "Out-of-place Scatter-gather list Input, Linear Buffers Output",
31 "Out-of-place Linear Buffers Input, Scatter-gather list Output",
/dpdk/devtools/
H A Dcocci.sh26 --in-place --dir $SRCTREE > $tmp
H A Dlibabigail.abignore35 ; Ignore fields inserted in place of reserved_opts of rte_security_ipsec_sa_options
/dpdk/doc/guides/bbdevs/
H A Dnull.rst20 * In-place operations for Turbo encode and decode are not supported
H A Dturbo_sw.rst59 * In-place operations for encode and decode are not supported
/dpdk/examples/pipeline/examples/
H A Dlearner.spec8 ; takes place by having the default action (i.e. the table action which is executed on lookup miss)
/dpdk/doc/guides/tools/
H A Ddevbind.rst40 place.
H A Dcryptoperf.rst185 * ``--out-of-place``
187 Enable out-of-place crypto operations mode.
/dpdk/doc/guides/sample_app_ug/
H A Dqos_scheduler.rst72 scheduling is taking place (see interactive mode below for more information).
158 * qavg n X: n is the number of times that the calculation will take place.
H A Dintro.rst33 programming framework a good place to start is with the Hello World
H A Dl2_forward_event.rst368 forwarded to first port i.e. if portmask=0x07, then forwarding will take place
425 forwarded to first port i.e. if portmask=0x07, then forwarding will take place
/dpdk/license/
H A Dlgpl-2.1.txt235 from a designated place, then offering equivalent access to copy the
236 source code from the same place satisfies the requirement to
312 from a designated place, offer equivalent access to copy the above
313 specified materials from the same place.
333 7. You may place library facilities that are a work based on the
H A Dgpl-2.0.txt167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst288 flows from one place to another (e.g. physical port 0 to VF 1) according to
411 When matching traffic coming from or going to a different place than the
469 from or going to a specific place reachable from a DPDK port ID. This makes
476 if it can be received by **A** in the first place, otherwise doing so simply
H A Dcryptodev_lib.rst161 APIs are a logical place to transition from one logical core to another in a
301 Crypto devices the enqueue burst API will place the operations to be processed
570 The API does not place a limit on the number of transforms that can be chained
780 * Only support in-place operations.
/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst258 The first place to check is the kernel messages:
358 (VF) devices, the ``igb_uio`` module may be needed in place of ``uio_pci_generic``.
/dpdk/doc/guides/rel_notes/
H A Drelease_17_02.rst197 * Out-of place processing
198 * Scatter-gather support for chained mbufs (only out-of place and destination
/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst332 new parameter in place. Next we need to map this function to the new default
623 in our example by the newer version ``v22``, so we leave it in place and declare

123