82e848955648968670009831b62570dbdf3dab03
[dpdk.git] / doc / guides / rel_notes / release_21_05.rst
1 .. SPDX-License-Identifier: BSD-3-Clause
2    Copyright 2021 The DPDK contributors
3
4 .. include:: <isonum.txt>
5
6 DPDK Release 21.05
7 ==================
8
9 .. **Read this first.**
10
11    The text in the sections below explains how to update the release notes.
12
13    Use proper spelling, capitalization and punctuation in all sections.
14
15    Variable and config names should be quoted as fixed width text:
16    ``LIKE_THIS``.
17
18    Build the docs and view the output file to ensure the changes are correct::
19
20       make doc-guides-html
21       xdg-open build/doc/html/guides/rel_notes/release_21_05.html
22
23
24 New Features
25 ------------
26
27 .. This section should contain new features added in this release.
28    Sample format:
29
30    * **Add a title in the past tense with a full stop.**
31
32      Add a short 1-2 sentence description in the past tense.
33      The description should be enough to allow someone scanning
34      the release notes to understand the new feature.
35
36      If the feature adds a lot of sub-features you can use a bullet list
37      like this:
38
39      * Added feature foo to do something.
40      * Enhanced feature bar to do something else.
41
42      Refer to the previous release notes for examples.
43
44      Suggested order in release notes items:
45      * Core libs (EAL, mempool, ring, mbuf, buses)
46      * Device abstraction libs and PMDs
47        - ethdev (lib, PMDs)
48        - cryptodev (lib, PMDs)
49        - eventdev (lib, PMDs)
50        - etc
51      * Other libs
52      * Apps, Examples, Tools (if significant)
53
54      This section is a comment. Do not overwrite or remove it.
55      Also, make sure to start the actual text at the margin.
56      =======================================================
57
58 * **Added Alpine Linux with musl libc support**
59
60   The distribution Alpine Linux, using musl libc and busybox,
61   got initial support starting with building DPDK without modification.
62
63 * **Added phase-fair lock.**
64
65   Phase-fair lock provides fairness guarantees.
66   It has two ticket pools, one for readers and one for writers.
67
68 * **Added support for Marvell CN10K SoC drivers.**
69
70   Added Marvell CN10K SoC support. Marvell CN10K SoC are based on Octeon 10
71   family of ARM64 processors with ARM Neoverse N2 core with accelerators for
72   packet processing, timers, cryptography, etc.
73
74   * Added common/cnxk driver consisting of common API to be used by
75     net, crypto and event PMD's.
76   * Added mempool/cnxk driver which provides the support for the integrated
77     mempool device.
78   * Added event/cnxk driver which provides the support for integrated event
79     device.
80
81 * **Enhanced ethdev representor syntax.**
82
83   * Introduced representor type of VF, SF and PF.
84   * Supported sub-function and multi-host in representor syntax::
85
86       representor=#            [0,2-4]      /* Legacy VF compatible.         */
87       representor=[[c#]pf#]vf# c1pf2vf3     /* VF 3 on PF 2 of controller 1. */
88       representor=[[c#]pf#]sf# sf[0,2-1023] /* 1023 SFs.                     */
89       representor=[c#]pf#      c2pf[0,1]    /* 2 PFs on controller 2.        */
90
91 * **Added queue state in queried Rx/Tx queue info.**
92
93   * Added new field ``queue_state`` to ``rte_eth_rxq_info`` structure to
94     provide indicated Rx queue state.
95   * Added new field ``queue_state`` to ``rte_eth_txq_info`` structure to
96     provide indicated Tx queue state.
97
98 * **Updated meter API.**
99
100   * Added packet mode in the meter profile parameters data structures
101     to support metering traffic by packet per second (PPS),
102     in addition to the initial bytes per second (BPS) mode (value 0).
103   * Added support of pre-defined meter policy via flow action list per color.
104
105 * **Added packet integrity match to flow rules.**
106
107   * Added ``RTE_FLOW_ITEM_TYPE_INTEGRITY`` flow item.
108   * Added ``rte_flow_item_integrity`` data structure.
109
110 * **Added TCP connection tracking offload in flow API.**
111
112   * Added conntrack item and action for stateful connection offload.
113
114 * **Updated Amazon ENA PMD.**
115
116   The new driver version (v2.3.0) introduced bug fixes and improvements,
117   including:
118
119   * Changed memcpy mapping to the dpdk-optimized version.
120   * Updated ena_com (HAL) to the latest version.
121   * Added indication of the RSS hash presence in the mbuf.
122
123 * **Updated Arkville PMD driver.**
124
125   Updated Arkville net driver with new features and improvements, including:
126
127   * Generalized passing meta data between PMD and FPGA, allowing up to 20
128     bytes of user specified information in RX and TX paths.
129
130   * Updated dynamic PMD extensions API using standardized names.
131
132   * Added support for new Atomic Rules PCI device IDs ``0x100f, 0x1010, 0x1017,
133     0x1018, 0x1019``.
134
135 * **Updated Broadcom bnxt driver.**
136
137   * Updated HWRM structures to 1.10.2.15 version.
138
139 * **Updated Hisilicon hns3 driver.**
140
141   * Added support for module EEPROM dumping.
142   * Added support for freeing Tx mbuf on demand.
143   * Added support for copper port in Kunpeng930.
144   * Added support for runtime config to select IO burst function.
145   * Added support for outer UDP checksum in Kunpeng930.
146   * Added support for query Tx descriptor status.
147   * Added support for query Rx descriptor status.
148   * Added support for IEEE 1588 PTP.
149
150 * **Updated Intel iavf driver.**
151
152   Updated the Intel iavf driver with new features and improvements, including:
153
154   * Added flow filter to support GTPU inner L3/L4 fields matching.
155   * In AVX512 code, added the new RX and TX paths to use the HW offload
156     features. When the HW offload features are configured to be used, the
157     offload paths are chosen automatically. In parallel the support of HW
158     offload features was removed from the legacy AVX512 paths.
159
160 * **Updated Intel ice driver.**
161
162   * Added Intel ice support on Windows.
163   * Added GTPU TEID support for DCF switch filter.
164   * Added flow priority support for DCF switch filter.
165
166 * **Updated Marvell OCTEON TX2 ethdev driver.**
167
168   * Added support for flow action port id.
169
170 * **Updated Mellanox mlx5 driver.**
171
172   Updated the Mellanox mlx5 driver with new features and improvements, including:
173
174   * Added support for VXLAN and NVGRE encap as sample actions.
175   * Added support for flow COUNT action handle.
176   * Support push VLAN on ingress traffic and pop VLAN on egress traffic in E-Switch mode.
177   * Added support for pre-defined meter policy API.
178   * Added support for ASO (Advanced Steering Operation) meter.
179   * Added support for ASO metering by PPS (packet per second).
180   * Added support for the monitor policy of Power Management API.
181   * Added support for connection tracking.
182
183 * **Updated NXP DPAA driver.**
184
185   * Added support for shared ethernet interface.
186   * Added support for external buffers in Tx.
187
188 * **Updated NXP DPAA2 driver.**
189
190   * Added support for traffic management.
191   * Added support for configurable Tx confirmation.
192   * Added support for external buffers in Tx.
193
194 * **Updated Wangxun txgbe driver.**
195
196   * Added support for txgbevf PMD.
197   * Support device arguments to handle AN training for backplane NICs.
198   * Added support for VXLAN-GPE.
199
200 * **Enabled vmxnet3 PMD on Windows.**
201
202 * **Enabled libpcap-based PMD on Windows.**
203
204    A libpcap distribution, such as Npcap or WinPcap, is required to run the PMD.
205
206 * **Updated the AF_XDP driver.**
207
208   * Added support for preferred busy polling.
209
210 * **Added support for vhost async packed ring data path.**
211
212   Added packed ring support for async vhost.
213
214 * **Added support of multiple data-units in cryptodev API.**
215
216   The cryptodev library has been enhanced to allow operations on multiple
217   data-units for AES-XTS algorithm, the data-unit length should be set in the
218   transformation. A capability for it was added too.
219
220 * **Added a cryptodev feature flag to support cipher wrapped keys.**
221
222   A new feature flag has been added to allow application to provide
223   cipher wrapped keys in session xforms.
224
225 * **Updated the OCTEON TX crypto PMD.**
226
227   * Added support for DIGEST_ENCRYPTED mode in OCTEON TX crypto PMD.
228
229 * **Updated the OCTEON TX2 crypto PMD.**
230
231   * Added support for DIGEST_ENCRYPTED mode in OCTEON TX2 crypto PMD.
232   * Added support in lookaside protocol offload mode for IPsec with
233     UDP encapsulation support for NAT Traversal.
234   * Added support in lookaside protocol offload mode for IPsec with
235     IPv4 transport mode.
236
237 * **Updated Mellanox RegEx PMD.**
238
239   * Added support for multi-segments mbuf.
240
241 * **Introduced period timer mode in eventdev timer adapter.**
242
243   * Added support for periodic timer mode in eventdev timer adapter.
244   * Added support for periodic timer mode in octeontx2 event device driver.
245
246 * **Added event device vector capability.**
247
248   * Added ``rte_event_vector`` data structure which is capable of holding
249     multiple ``uintptr_t`` of the same flow thereby allowing applications
250     to vectorize their pipelines and also reduce the complexity of pipelining
251     the events across multiple stages.
252   * This also reduced the scheduling overhead on a event device.
253
254 * **Updated Intel DLB2 driver.**
255
256   * Added support for v2.5 device.
257
258 * **Added Predictable RSS functionality to the Toeplitz hash library.**
259
260   Added feature for finding collisions of the Toeplitz hash function -
261   the hash function used in NICs to spread the traffic among the queues.
262   It can be used to get predictable mapping of the flows.
263
264 * **Updated testpmd.**
265
266   * Added a command line option to configure forced speed for Ethernet port.
267     ``dpdk-testpmd -- --eth-link-speed N``
268   * Added command to show link flow control info.
269     ``show port (port_id) flow_ctrl``
270   * Added command to display Rx queue used descriptor count.
271     ``show port (port_id) rxq (queue_id) desc used count``
272   * Added command to cleanup a Tx queue's mbuf on a port.
273     ``port cleanup (port_id) txq (queue_id) (free_cnt)``
274   * Added command to dump internal representation information of single flow.
275     ``flow dump (port_id) rule (rule_id)``
276   * Added commands to create and delete meter policy.
277     ``add port meter policy (port_id) (policy_id) ...``
278   * Added commands to construct conntrack context and relevant indirect
279     action handle creation, update for conntrack action as well as conntrack
280     item matching.
281   * Added commands for action meter color to color the packet to reflect
282     the meter color result.
283     ``color type (green|yellow|red)``
284
285 * **Added support for the FIB lookup method in the l3fwd example app.**
286
287   Previously the l3fwd sample app only supported LPM and EM lookup methods,
288   the app now supports the Forwarding Information Base (FIB) lookup method.
289
290 * **Updated ipsec-secgw sample application.**
291
292   * Updated the ``ipsec-secgw`` sample application with UDP encapsulation
293     support for NAT Traversal.
294
295 * **Enhanced crypto adapter forward mode.**
296
297   * Added ``rte_event_crypto_adapter_enqueue()`` API to enqueue events to crypto
298     adapter if forward mode is supported by driver.
299   * Added support for crypto adapter forward mode in octeontx2 event and crypto
300     device driver.
301
302 * **Added sub-testsuite support.**
303
304   * The unit test suite struct now supports having both a nested
305     list of sub-testsuites, and a list of testcases as before.
306
307
308 Removed Items
309 -------------
310
311 .. This section should contain removed items in this release. Sample format:
312
313    * Add a short 1-2 sentence description of the removed item
314      in the past tense.
315
316    This section is a comment. Do not overwrite or remove it.
317    Also, make sure to start the actual text at the margin.
318    =======================================================
319
320 * Removed support for Intel DLB V1 hardware. This is not a broad market device,
321   and existing customers already obtain the source code directly from Intel.
322
323
324 API Changes
325 -----------
326
327 .. This section should contain API changes. Sample format:
328
329    * sample: Add a short 1-2 sentence description of the API change
330      which was announced in the previous releases and made in this release.
331      Start with a scope label like "ethdev:".
332      Use fixed width quotes for ``function_names`` or ``struct_names``.
333      Use the past tense.
334
335    This section is a comment. Do not overwrite or remove it.
336    Also, make sure to start the actual text at the margin.
337    =======================================================
338
339 * eal: The experimental TLS API added in ``rte_thread.h`` has been renamed
340   from ``rte_thread_tls_*`` to ``rte_thread_*`` to avoid naming redundancy
341   and confusion with the transport layer security term.
342
343 * pci: The value ``PCI_ANY_ID`` is marked as deprecated
344   and can be replaced with ``RTE_PCI_ANY_ID``.
345
346 * ethdev: Added a ``rte_flow`` pointer parameter to the function
347   ``rte_flow_dev_dump()`` allowing dump for single flow.
348
349 * cryptodev: The experimental raw data path API for dequeue
350   ``rte_cryptodev_raw_dequeue_burst`` got a new parameter
351   ``max_nb_to_dequeue`` to provide flexible control on dequeue.
352
353 * ethdev: The experimental flow API for shared action has been generalized
354   as a flow action handle used in rules through an indirect action.
355   The functions ``rte_flow_shared_action_*`` manipulating the action object
356   are replaced with ``rte_flow_action_handle_*``.
357   The action ``RTE_FLOW_ACTION_TYPE_SHARED`` is deprecated and can be
358   replaced with ``RTE_FLOW_ACTION_TYPE_INDIRECT``.
359
360 * ethdev: The experimental function ``rte_mtr_policer_actions_update()``,
361   the enum ``rte_mtr_policer_action``, and the struct members
362   ``policer_action_recolor_supported`` and ``policer_action_drop_supported``
363   have been removed.
364
365 * vhost: The vhost library currently populates received mbufs from a virtio
366   driver with Tx offload flags while not filling Rx offload flags.
367   While this behavior is arguable, it is kept untouched.
368   A new flag ``RTE_VHOST_USER_NET_COMPLIANT_OL_FLAGS`` has been added to ask
369   for a behavior compliant with the mbuf offload API.
370
371 * stack: Lock-free ``rte_stack`` no longer silently ignores push and pop when
372   it's not supported on the current platform. Instead ``rte_stack_create()``
373   fails and ``rte_errno`` is set to ``ENOTSUP``.
374
375 * raw/ioat: The experimental function ``rte_ioat_completed_ops()`` now
376   supports two additional parameters, ``status`` and ``num_unsuccessful``,
377   to allow the reporting of errors from hardware when performing copy
378   operations.
379
380
381 ABI Changes
382 -----------
383
384 .. This section should contain ABI changes. Sample format:
385
386    * sample: Add a short 1-2 sentence description of the ABI change
387      which was announced in the previous releases and made in this release.
388      Start with a scope label like "ethdev:".
389      Use fixed width quotes for ``function_names`` or ``struct_names``.
390      Use the past tense.
391
392    This section is a comment. Do not overwrite or remove it.
393    Also, make sure to start the actual text at the margin.
394    =======================================================
395
396 * No ABI change that would break compatibility with 20.11.
397
398 * The experimental function ``rte_telemetry_legacy_register`` has been
399   removed from the public API and is now an internal-only function. This
400   function was already marked as internal in the API documentation for it,
401   and was not for use by external applications.
402
403
404 Known Issues
405 ------------
406
407 .. This section should contain new known issues in this release. Sample format:
408
409    * **Add title in present tense with full stop.**
410
411      Add a short 1-2 sentence description of the known issue
412      in the present tense. Add information on any known workarounds.
413
414    This section is a comment. Do not overwrite or remove it.
415    Also, make sure to start the actual text at the margin.
416    =======================================================
417
418
419 Tested Platforms
420 ----------------
421
422 .. This section should contain a list of platforms that were tested
423    with this release.
424
425    The format is:
426
427    * <vendor> platform with <vendor> <type of devices> combinations
428
429      * List of CPU
430      * List of OS
431      * List of devices
432      * Other relevant details...
433
434    This section is a comment. Do not overwrite or remove it.
435    Also, make sure to start the actual text at the margin.
436    =======================================================
437
438 * Intel\ |reg| platforms with Intel\ |reg| NICs combinations
439
440   * CPU
441
442     * Intel\ |reg| Atom\ |trade| CPU C3758 @ 2.20GHz
443     * Intel\ |reg| Atom\ |trade| CPU C3958 @ 2.00GHz
444     * Intel\ |reg| Xeon\ |reg| CPU D-1541 @ 2.10GHz
445     * Intel\ |reg| Xeon\ |reg| CPU D-1553N @ 2.30GHz
446     * Intel\ |reg| Xeon\ |reg| CPU E5-2680 v2 @ 2.80GHz
447     * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v3 @ 2.30GHz
448     * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v4 @ 2.20GHz
449     * Intel\ |reg| Xeon\ |reg| Gold 6140M CPU @ 2.30GHz
450     * Intel\ |reg| Xeon\ |reg| Gold 6139 CPU @ 2.30GHz
451     * Intel\ |reg| Xeon\ |reg| Gold 6252N CPU @ 2.30GHz
452     * Intel\ |reg| Xeon\ |reg| Platinum 8180 CPU @ 2.50GHz
453     * Intel\ |reg| Xeon\ |reg| Platinum 8280M CPU @ 2.70GHz
454
455   * OS:
456
457     * CentOS 8.3
458     * CentOS Stream 8
459     * Fedora 33
460     * FreeBSD 12.1
461     * OpenWRT 19.07.4
462     * Red Hat Enterprise Linux Server release 8.3
463     * Suse 15 SP2
464     * Ubuntu 20.04
465     * Ubuntu 21.04
466
467   * NICs:
468
469     * Intel\ |reg| Ethernet Controller E810-C for SFP (4x25G)
470
471       * Firmware version: 3.00
472       * Device id (pf/vf): 8086:1593 / 8086:1889
473       * Driver version: 1.6.0 (ice)
474       * OS Default DDP: 1.3.26.0
475       * COMMS DDP: 1.3.30.0
476       * Wireless Edge DDP: 1.3.6.0
477
478     * Intel\ |reg| Ethernet Controller E810-C for QSFP (2x100G)
479
480       * Firmware version: 3.00
481       * Device id (pf/vf): 8086:1592 / 8086:1889
482       * Driver version: 1.6.0 (ice)
483       * OS Default DDP: 1.3.26.0
484       * COMMS DDP: 1.3.30.0
485       * Wireless Edge DDP: 1.3.6.0
486
487     * Intel\ |reg| 82599ES 10 Gigabit Ethernet Controller
488
489       * Firmware version: 0x61bf0001
490       * Device id (pf/vf): 8086:10fb / 8086:10ed
491       * Driver version: 5.1.0-k (ixgbe)
492
493     * Intel\ |reg| Corporation Ethernet Connection X552/X557-AT 10GBASE-T
494
495       * Firmware version: 0x800003e7
496       * Device id (pf/vf): 8086:15ad / 8086:15a8
497       * Driver version: 5.1.0-k (ixgbe)
498
499     * Intel\ |reg| Corporation Ethernet Controller 10G X550T
500
501       * Firmware version: 0x8000113b
502       * Device id (pf): 8086:1563
503       * Driver version: 5.11.3 (ixgbe)
504
505     * Intel\ |reg| Ethernet Converged Network Adapter X710-DA4 (4x10G)
506
507       * Firmware version: 8.30 0x8000a49d 1.2926.0
508       * Device id (pf/vf): 8086:1572 / 8086:154c
509       * Driver version: 2.15.9 (i40e)
510
511     * Intel\ |reg| Corporation Ethernet Connection X722 for 10GbE SFP+ (4x10G)
512
513       * Firmware version: 5.30 0x80002a29 1.2527.0
514       * Device id (pf/vf): 8086:37d0 / 8086:37cd
515       * Driver version: 2.15.9 (i40e)
516
517     * Intel\ |reg| Corporation Ethernet Connection X722 for 10GBASE-T (2x10G)
518
519       * Firmware version: 4.10 0x80001a7a
520       * Device id (pf/vf): 8086:37d2 / 8086:37cd
521       * Driver version: 2.15.9 (i40e)
522
523     * Intel\ |reg| Ethernet Converged Network Adapter XXV710-DA2 (2x25G)
524
525       * Firmware version: 8.30 0x8000a485 1.2926.0
526       * Device id (pf/vf): 8086:158b / 8086:154c
527       * Driver version: 2.15.9 (i40e)
528
529     * Intel\ |reg| Ethernet Converged Network Adapter XL710-QDA2 (2X40G)
530
531       * Firmware version: 8.30 0x8000a4ae 1.2926.0
532       * Device id (pf/vf): 8086:1583 / 8086:154c
533       * Driver version: 2.15.9 (i40e)
534
535     * Intel\ |reg| Corporation I350 Gigabit Network Connection
536
537       * Firmware version: 1.63, 0x80001001
538       * Device id (pf/vf): 8086:1521 / 8086:1520
539       * Driver version: 4.18.0-277.el8.x86_64 (igb)
540
541     * Intel\ |reg| Corporation I210 Gigabit Network Connection
542
543       * Firmware version: 3.25, 0x800006eb
544       * Device id (pf): 8086:1533
545       * Driver version: 5.5.2 (igb)
546
547     * Intel\ |reg| Ethernet Controller 10-Gigabit X540-AT2
548
549       * Firmware version: 0x800005f9
550       * Device id (pf): 8086:1528
551       * Driver version: 4.18.0-277.el8.x86_64 (ixgbe)
552
553     * Intel\ |reg| Ethernet Converged Network Adapter X710-T2L
554
555       * Firmware version: 8.30 0x8000a489 1.2926.0
556       * Device id (pf): 8086:15ff
557       * Driver version: 2.15.9 (i40e)
558
559 * Intel\ |reg| platforms with Mellanox\ |reg| NICs combinations
560
561   * CPU:
562
563     * Intel\ |reg| Xeon\ |reg| Gold 6154 CPU @ 3.00GHz
564     * Intel\ |reg| Xeon\ |reg| CPU E5-2697A v4 @ 2.60GHz
565     * Intel\ |reg| Xeon\ |reg| CPU E5-2697 v3 @ 2.60GHz
566     * Intel\ |reg| Xeon\ |reg| CPU E5-2680 v2 @ 2.80GHz
567     * Intel\ |reg| Xeon\ |reg| CPU E5-2670 0 @ 2.60GHz
568     * Intel\ |reg| Xeon\ |reg| CPU E5-2650 v4 @ 2.20GHz
569     * Intel\ |reg| Xeon\ |reg| CPU E5-2650 v3 @ 2.30GHz
570     * Intel\ |reg| Xeon\ |reg| CPU E5-2640 @ 2.50GHz
571     * Intel\ |reg| Xeon\ |reg| CPU E5-2650 0 @ 2.00GHz
572     * Intel\ |reg| Xeon\ |reg| CPU E5-2620 v4 @ 2.10GHz
573
574   * OS:
575
576     * Red Hat Enterprise Linux release 8.2 (Ootpa)
577     * Red Hat Enterprise Linux Server release 7.8 (Maipo)
578     * Red Hat Enterprise Linux Server release 7.6 (Maipo)
579     * Red Hat Enterprise Linux Server release 7.5 (Maipo)
580     * Red Hat Enterprise Linux Server release 7.4 (Maipo)
581     * Red Hat Enterprise Linux Server release 7.3 (Maipo)
582     * Red Hat Enterprise Linux Server release 7.2 (Maipo)
583     * Ubuntu 20.04
584     * Ubuntu 18.04
585     * Ubuntu 16.04
586     * SUSE Enterprise Linux 15 SP2
587     * SUSE Enterprise Linux 12 SP4
588
589   * OFED:
590
591     * MLNX_OFED 5.3-1.0.0.1 and above
592     * MLNX_OFED 5.2-2.2.0.0
593
594   * upstream kernel:
595
596     * Linux 5.13.0-rc1 and above
597
598   * rdma-core:
599
600     * rdma-core-35.0-1 and above
601
602   * NICs:
603
604     * Mellanox\ |reg| ConnectX\ |reg|-3 Pro 40G MCX354A-FCC_Ax (2x40G)
605
606       * Host interface: PCI Express 3.0 x8
607       * Device ID: 15b3:1007
608       * Firmware version: 2.42.5000
609
610     * Mellanox\ |reg| ConnectX\ |reg|-3 Pro 40G MCX354A-FCCT (2x40G)
611
612       * Host interface: PCI Express 3.0 x8
613       * Device ID: 15b3:1007
614       * Firmware version: 2.42.5000
615
616     * Mellanox\ |reg| ConnectX\ |reg|-4 Lx 25G MCX4121A-ACAT (2x25G)
617
618       * Host interface: PCI Express 3.0 x8
619       * Device ID: 15b3:1015
620       * Firmware version: 14.30.1004 and above
621
622     * Mellanox\ |reg| ConnectX\ |reg|-4 Lx 50G MCX4131A-GCAT (1x50G)
623
624       * Host interface: PCI Express 3.0 x8
625       * Device ID: 15b3:1015
626       * Firmware version: 14.30.1004 and above
627
628     * Mellanox\ |reg| ConnectX\ |reg|-5 100G MCX516A-CCAT (2x100G)
629
630       * Host interface: PCI Express 3.0 x16
631       * Device ID: 15b3:1017
632       * Firmware version: 16.30.1004 and above
633
634     * Mellanox\ |reg| ConnectX\ |reg|-5 100G MCX556A-ECAT (2x100G)
635
636       * Host interface: PCI Express 3.0 x16
637       * Device ID: 15b3:1017
638       * Firmware version: 16.30.1004 and above
639
640     * Mellanox\ |reg| ConnectX\ |reg|-5 100G MCX556A-EDAT (2x100G)
641
642       * Host interface: PCI Express 3.0 x16
643       * Device ID: 15b3:1017
644       * Firmware version: 16.30.1004 and above
645
646     * Mellanox\ |reg| ConnectX\ |reg|-5 Ex EN 100G MCX516A-CDAT (2x100G)
647
648       * Host interface: PCI Express 4.0 x16
649       * Device ID: 15b3:1019
650       * Firmware version: 16.30.1004 and above
651
652     * Mellanox\ |reg| ConnectX\ |reg|-6 Dx EN 100G MCX623106AN-CDAT (2x100G)
653
654       * Host interface: PCI Express 4.0 x16
655       * Device ID: 15b3:101d
656       * Firmware version: 22.30.1004 and above
657
658     * Mellanox\ |reg| ConnectX\ |reg|-6 Lx EN 25G MCX631102AN-ADAT (2x25G)
659
660       * Host interface: PCI Express 4.0 x8
661       * Device ID: 15b3:101f
662       * Firmware version: 26.30.1004 and above
663
664 * Mellanox\ |reg| BlueField\ |reg| SmartNIC
665
666   * Mellanox\ |reg| BlueField\ |reg| 2 SmartNIC MT41686 - MBF2H332A-AEEOT_A1 (2x25G)
667
668     * Host interface: PCI Express 3.0 x16
669     * Device ID: 15b3:a2d2
670     * Firmware version: 24.30.1004 and above
671
672   * Embedded software:
673
674     * CentOS Linux release 8.2.2004 (Core)
675     * MLNX_OFED 5.3-1.0.0 and above
676     * DPDK application running on Arm cores