Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/dpdk/doc/guides/eventdevs/
H A Doverview.rst7 Event device supported features
14 Ethernet Rx adapter supported features
21 Ethernet Tx adapter supported features
28 Crypto device adapter supported features
35 Timer adapter supported features
H A Dopdl.rst23 * Ordered (Parallel is supported as parallel is a subset of Ordered)
89 The following list is a comprehensive outline of the what is supported and
93 (dynamic scheduling is not supported).
95 - NEW, RELEASE are not explicitly supported. RX (first enqueue) implicitly \
100 - Flows within queues are NOT supported.
102 - Event priority is NOT supported.
/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c73 .supported = ALGO_SUPPORTED,
76 .supported = ALGO_SUPPORTED,
81 .supported = ALGO_SUPPORTED,
86 .supported = ALGO_SUPPORTED,
91 .supported = ALGO_SUPPORTED,
96 .supported = ALGO_SUPPORTED,
101 .supported = ALGO_SUPPORTED,
113 .supported = ALGO_SUPPORTED,
116 .supported = ALGO_SUPPORTED,
119 .supported = ALGO_SUPPORTED,
[all …]
/dpdk/drivers/net/axgbe/
H A Daxgbe_phy_impl.c2129 pdata->phy.supported = 0; in axgbe_phy_init()
2134 pdata->phy.supported |= SUPPORTED_Autoneg; in axgbe_phy_init()
2146 pdata->phy.supported |= in axgbe_phy_init()
2166 pdata->phy.supported |= SUPPORTED_TP; in axgbe_phy_init()
2183 pdata->phy.supported |= SUPPORTED_FIBRE; in axgbe_phy_init()
2194 pdata->phy.supported |= SUPPORTED_TP; in axgbe_phy_init()
2215 pdata->phy.supported |= SUPPORTED_TP; in axgbe_phy_init()
2236 pdata->phy.supported |= SUPPORTED_TP; in axgbe_phy_init()
2249 pdata->phy.supported |= SUPPORTED_TP; in axgbe_phy_init()
2250 pdata->phy.supported |= SUPPORTED_FIBRE; in axgbe_phy_init()
[all …]
/dpdk/doc/guides/nics/
H A Dhns3.rst68 Used to select Rx burst function, supported value are ``vec``, ``sve``,
70 ``vec``, if supported use the ``vec`` Rx function which indicates the
72 ``sve``, if supported use the ``sve`` Rx function which indicates the
74 ``simple``, if supported use the ``simple`` Rx function which indicates
76 ``common``, if supported use the ``common`` Rx function which indicates
79 When provided parameter is not supported, ``vec`` usage condition will
90 ``vec``, if supported use the ``vec`` Tx function which indicates the
92 ``sve``, if supported use the ``sve`` Tx function which indicates the
99 When provided parameter is not supported, ``vec`` usage condition will
298 Build with ICC is not supported yet.
[all …]
H A Dmlx5.rst64 - KVM and VMware ESX SR-IOV modes are supported.
65 - RSS hash result is supported.
105 - Promiscuous mode is not supported
106 - The following rules are supported:
118 - Forked secondary process not supported.
235 - Flex item is supported on PF only.
399 supported in the sample actions list.
452 - meter profile packet mode is supported.
992 Enabled by default if supported.
1037 the smallest value supported by HW.
[all …]
H A Dhinic.rst27 - SR-IOV - Partially supported at this point, VFIO only
58 Build with ICC is not supported yet.
59 X86-32, Power8, ARMv7 and BSD are not supported yet.
H A Dngbe.rst48 for the log types supported by the driver. The option is used with
72 Build with ICC is not supported yet.
73 Power8, ARMv7 and BSD are not supported yet.
/dpdk/config/ppc/
H A Dmeson.build6 error('Only 64-bit compiles are supported for this platform type')
30 # If using a native build, select the highest cpu_instruction_set supported
46 #error POWER10 not supported
53 error('POWER10 requested but not supported')
58 # if supported by the build host and the compiler. Detect the CPU used by
81 # Found supported CPU on build host, verify compiler support
104 error('User selected platform ' + platform + ' not supported by compiler')
121 # NUMA node will be supported by setting RTE_MAX_NUMA_NODES to 16. High end
/dpdk/lib/acl/
H A Dmeson.build6 reason = 'not supported on Windows'
18 # a. we have AVX supported in minimum instruction set baseline
19 # b. it's not minimum instruction set, but supported by compiler
42 # a. we have AVX512 supported in minimum instruction set
44 # b. it's not minimum instruction set, but supported by
/dpdk/doc/guides/dmadevs/
H A Dioat.rst13 This PMD, when used on supported hardware, allows data copies, for example,
21 presence of supported hardware. Running ``dpdk-devbind.py --status-dev dma``
28 Error handling is not supported by this driver on hardware prior to
41 Intel\ |reg| IOAT devices will need to be bound to a suitable DPDK-supported
56 For devices bound to a suitable DPDK-supported driver (``vfio-pci``), the HW
82 * Only one ``vchan`` is supported per device.
83 * Silent mode is not supported.
104 The status codes supported by IOAT are:
H A Dhisilicon.rst22 Kunpeng DMA devices will need to be bound to a suitable DPDK-supported
42 * Only one ``vchan`` is supported per ``dmadev``.
43 * Silent mode is not supported.
/dpdk/doc/guides/compressdevs/
H A Dmlx5.rst25 class operations can be supported in parallel to the net, vDPA and
59 * Scatter-Gather, SHA and Stateful are not supported.
60 * Non-compressed block is not supported in compress (supported in decompress).
/dpdk/drivers/net/bnxt/
H A Dmeson.build7 reason = 'not supported on Windows'
52 # a. we have AVX supported in minimum instruction set baseline
53 # b. it's not minimum instruction set, but supported by compiler
/dpdk/doc/guides/cryptodevs/
H A Daesni_mb.rst75 * Chained mbufs are not supported.
76 * Out-of-place is not supported for combined Crypto-CRC DOCSIS security
78 * RTE_CRYPTO_CIPHER_DES_DOCSISBPI is not supported for combined Crypto-CRC
80 * The only tag size supported for ZUC-EIA3-256 is 4 bytes.
89 The latest version of the library supported by this PMD is v1.2, which
118 and the Multi-Buffer library version supported by them:
H A Dzuc.rst27 * Chained mbufs are not supported.
28 * ZUC (EIA3) supported only if hash offset field is byte-aligned.
29 * ZUC (EEA3) supported only if cipher length, cipher offset fields are byte-aligned.
38 The latest version of the library supported by this PMD is v1.2, which
70 and the external crypto libraries supported by them:
H A Dsnow3g.rst27 * Chained mbufs are not supported.
28 * SNOW 3G (UIA2) supported only if hash offset field is byte-aligned.
29 * In-place bit-level operations for SNOW 3G (UEA2) are not supported
38 The latest version of the library supported by this PMD is v1.2, which
70 and the external crypto libraries supported by them:
H A Darmv8.rst54 are supported by the CPU:
75 * Only chained operations are supported.
76 * AES-128-CBC is the only supported cipher variant.
/dpdk/drivers/dma/hisilicon/
H A Dmeson.build6 reason = 'only supported on Linux'
12 reason = 'only supported on x86_64 and aarch64'
/dpdk/lib/kni/
H A Dmeson.build6 reason = 'not supported on Windows'
12 reason = 'only supported on 64-bit Linux'
/dpdk/drivers/bus/vmbus/
H A Dmeson.build5 reason = 'not supported on Windows'
25 reason = 'only supported on Linux'
/dpdk/lib/power/
H A Dmeson.build6 reason = 'not supported on Windows'
12 reason = 'only supported on Linux'
/dpdk/drivers/crypto/octeontx/
H A Dmeson.build7 reason = 'only supported on 64-bit Linux'
13 reason = 'not supported on Windows'
/dpdk/lib/fib/
H A Dmeson.build7 reason = 'not supported on Windows'
19 # a. we have AVX512F supported in minimum instruction set baseline
20 # b. it's not minimum instruction set, but supported by compiler
/dpdk/drivers/common/sfc_efx/
H A Dmeson.build10 reason = 'not supported on Windows'
15 reason = 'only supported on x86_64 and aarch64'

12345678910>>...16