| /dpdk/lib/eal/windows/ |
| H A D | getopt.c | 278 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 D | overview.rst | 16 - "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 D | null.rst | 39 * Only in-place is currently supported (destination address is the same as
|
| H A D | snow3g.rst | 29 * In-place bit-level operations for SNOW 3G (UEA2) are not supported
|
| H A D | aesni_gcm.rst | 33 * In out-of-place operations, chained destination mbufs are not supported.
|
| H A D | aesni_mb.rst | 76 * Out-of-place is not supported for combined Crypto-CRC DOCSIS security
|
| H A D | kasumi.rst | 29 * In-place bit-level operations for KASUMI(F8) are not supported
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | overview.rst | 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",
|
| /dpdk/devtools/ |
| H A D | cocci.sh | 26 --in-place --dir $SRCTREE > $tmp
|
| H A D | libabigail.abignore | 35 ; Ignore fields inserted in place of reserved_opts of rte_security_ipsec_sa_options
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | null.rst | 20 * In-place operations for Turbo encode and decode are not supported
|
| H A D | turbo_sw.rst | 59 * In-place operations for encode and decode are not supported
|
| /dpdk/examples/pipeline/examples/ |
| H A D | learner.spec | 8 ; takes place by having the default action (i.e. the table action which is executed on lookup miss)
|
| /dpdk/doc/guides/tools/ |
| H A D | devbind.rst | 40 place.
|
| H A D | cryptoperf.rst | 185 * ``--out-of-place`` 187 Enable out-of-place crypto operations mode.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_scheduler.rst | 72 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 D | intro.rst | 33 programming framework a good place to start is with the Hello World
|
| H A D | l2_forward_event.rst | 368 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 D | lgpl-2.1.txt | 235 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 D | gpl-2.0.txt | 167 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 D | switch_representation.rst | 288 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 D | cryptodev_lib.rst | 161 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 D | linux_drivers.rst | 258 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 D | release_17_02.rst | 197 * Out-of place processing 198 * Scatter-gather support for chained mbufs (only out-of place and destination
|
| /dpdk/doc/guides/contributing/ |
| H A D | abi_versioning.rst | 332 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
|