Home
last modified time | relevance | path

Searched refs:vectorized (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/doc/guides/nics/
H A Dvirtio.rst366 #. ``vectorized``:
368 It is used to specify whether virtio device prefers to use vectorized path.
369 Afterwards, dependencies of vectorized path will be checked in path
427 #. ``vectorized``:
429 It is used to specify whether virtio device prefers to use vectorized path.
430 Afterwards, dependencies of vectorized path will be checked in path
485 #. Packed virtqueue vectorized Rx path: If building and running environment support
487 TCP_LRO Rx offloading is disabled && vectorized option enabled,
489 #. Packed virtqueue vectorized Tx path: If building and running environment support
490 AVX512 && in-order feature is negotiated && vectorized option enabled,
[all …]
H A Denic.rst360 ENIC PMD includes a version of the receive handler that is vectorized using
363 vectorized handler, take the following steps.
367 automatically compiles the vectorized handler. Otherwise, the
371 PMD consider the vectorized handler when selecting the receive handler.
377 vectorized handler is not considered (``enable-avx2-rx=0``).
381 PMD selects the vectorized handler when the handler is compiled into
384 vectorized handler is selected, enable debug logging
H A Dmlx5.rst200 no MPRQ feature or vectorized code can be engaged.
387 Except for vectorized Tx burst routines, a write memory barrier is enforced
391 When vectorized Tx burst is called, the barrier is set only if the burst size
665 Enable vectorized Tx only when the number of TX queues is less than or
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dloongson,htvec.yaml14 receiving vectorized interrupts from PCH's interrupt controller.
H A Dloongson,pch-pic.yaml14 transforming interrupts from on-chip devices into HyperTransport vectorized
H A Dloongson,pch-msi.yaml14 transforming interrupts from PCIe MSI into HyperTransport vectorized
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c669 uint64_t vectorized = 0; in virtio_user_pmd_probe() local
798 &get_integer_arg, &vectorized) < 0) { in virtio_user_pmd_probe()
857 if (vectorized) { in virtio_user_pmd_probe()
H A Dvirtio_ethdev.c53 int *vectorized);
1906 int vectorized = 0; in eth_virtio_dev_init() local
1934 NULL, &speed, &vectorized); in eth_virtio_dev_init()
1966 if (vectorized) { in eth_virtio_dev_init()
2086 uint32_t *speed, int *vectorized) in virtio_dev_devargs_parse() argument
2122 if (vectorized && in virtio_dev_devargs_parse()
2126 vectorized_check_handler, vectorized); in virtio_dev_devargs_parse()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst760 Fixes: c95584dc2b18 ("ixgbe: new vectorized functions for Rx/Tx")
814 Fixes: c95584dc2b18 ("ixgbe: new vectorized functions for Rx/Tx")
H A Drelease_17_08.rst119 * Added vectorized Rx/Tx burst for x86.
H A Drelease_18_02.rst123 * SSE vectorized Rx/Tx burst
H A Drelease_17_11.rst98 * Added support for vectorized Rx/Tx burst for ARMv8.
H A Drelease_18_11.rst179 * Added AVX2-based vectorized Rx handler.
H A Drelease_20_11.rst212 * Added vectorized Multi-Packet Rx Queue burst.
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog128 vectorized implementations.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst615 ``rte_cryptodev_sym_cpu_crypto_process`` has to be made with vectorized