Searched refs:vectorized (Results 1 – 14 of 14) sorted by relevance
| /dpdk/doc/guides/nics/ |
| H A D | virtio.rst | 370 #. ``vectorized``: 372 It is used to specify whether virtio device prefers to use vectorized path. 373 Afterwards, dependencies of vectorized path will be checked in path 431 #. ``vectorized``: 433 It is used to specify whether virtio device prefers to use vectorized path. 434 Afterwards, dependencies of vectorized path will be checked in path 475 #. Split virtqueue vectorized Rx path: If Rx mergeable is disabled and no Rx offload 489 #. Packed virtqueue vectorized Rx path: If building and running environment support 493 #. Packed virtqueue vectorized Tx path: If building and running environment support 494 (AVX512 || NEON) && in-order feature is negotiated && vectorized option enabled, [all …]
|
| H A D | enic.rst | 356 ENIC PMD includes a version of the receive handler that is vectorized using 359 vectorized handler, take the following steps. 363 automatically compiles the vectorized handler. Otherwise, the 367 PMD consider the vectorized handler when selecting the receive handler. 373 vectorized handler is not considered (``enable-avx2-rx=0``). 377 PMD selects the vectorized handler when the handler is compiled into 380 vectorized handler is selected, enable debug logging
|
| H A D | mlx5.rst | 257 no MPRQ feature or vectorized code can be engaged. 812 Enable vectorized Tx only when the number of TX queues is less than or
|
| H A D | bnxt.rst | 853 The BNXT PMD provides vectorized burst transmit/receive function implementations
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_user_ethdev.c | 472 uint64_t vectorized = 0; in virtio_user_pmd_probe() local 607 &get_integer_arg, &vectorized) < 0) { in virtio_user_pmd_probe() 674 if (vectorized) { in virtio_user_pmd_probe()
|
| H A D | virtio_ethdev.c | 48 int *vectorized); 2365 int vectorized = 0; in eth_virtio_dev_init() local 2384 ret = virtio_dev_devargs_parse(eth_dev->device->devargs, &speed, &vectorized); in eth_virtio_dev_init() 2407 if (vectorized) { in eth_virtio_dev_init() 2488 virtio_dev_devargs_parse(struct rte_devargs *devargs, uint32_t *speed, int *vectorized) in virtio_dev_devargs_parse() argument 2513 if (vectorized && in virtio_dev_devargs_parse() 2517 vectorized_check_handler, vectorized); in virtio_dev_devargs_parse()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | toeplitz_hash_lib.rst | 42 The last two functions are vectorized implementations using
|
| H A D | cryptodev_lib.rst | 659 ``rte_cryptodev_sym_cpu_crypto_process`` has to be made with vectorized
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 758 Fixes: c95584dc2b18 ("ixgbe: new vectorized functions for Rx/Tx") 812 Fixes: c95584dc2b18 ("ixgbe: new vectorized functions for Rx/Tx")
|
| H A D | release_17_08.rst | 82 * Added vectorized Rx/Tx burst for x86.
|
| H A D | release_18_02.rst | 86 * SSE vectorized Rx/Tx burst
|
| H A D | release_17_11.rst | 61 * Added support for vectorized Rx/Tx burst for ARMv8.
|
| H A D | release_18_11.rst | 132 * Added AVX2-based vectorized Rx handler.
|
| H A D | release_20_11.rst | 166 * Added vectorized Multi-Packet Rx Queue burst.
|