1 .. SPDX-License-Identifier: BSD-3-Clause
2 Copyright 2021 The DPDK contributors
4 .. include:: <isonum.txt>
9 .. **Read this first.**
11 The text in the sections below explains how to update the release notes.
13 Use proper spelling, capitalization and punctuation in all sections.
15 Variable and config names should be quoted as fixed width text:
18 Build the docs and view the output file to ensure the changes are correct::
21 xdg-open build/doc/html/guides/rel_notes/release_21_05.html
27 .. This section should contain new features added in this release.
30 * **Add a title in the past tense with a full stop.**
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.
36 If the feature adds a lot of sub-features you can use a bullet list
39 * Added feature foo to do something.
40 * Enhanced feature bar to do something else.
42 Refer to the previous release notes for examples.
44 Suggested order in release notes items:
45 * Core libs (EAL, mempool, ring, mbuf, buses)
46 * Device abstraction libs and PMDs
48 - cryptodev (lib, PMDs)
49 - eventdev (lib, PMDs)
52 * Apps, Examples, Tools (if significant)
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 =======================================================
58 * **Added Alpine Linux with musl libc support**
60 The distribution Alpine Linux, using musl libc and busybox,
61 got initial support starting with building DPDK without modification.
63 * **Added phase-fair lock.**
65 Phase-fair lock provides fairness guarantees.
66 It has two ticket pools, one for readers and one for writers.
68 * **Added support for Marvell CN10K SoC drivers.**
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.
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
78 * Added event/cnxk driver which provides the support for integrated event
81 * **Enhanced ethdev representor syntax.**
83 * Introduced representor type of VF, SF and PF.
84 * Supported sub-function and multi-host in representor syntax::
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. */
91 * **Added queue state in queried Rx/Tx queue info.**
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.
98 * **Updated meter API.**
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.
105 * **Added packet integrity match to flow rules.**
107 * Added ``RTE_FLOW_ITEM_TYPE_INTEGRITY`` flow item.
108 * Added ``rte_flow_item_integrity`` data structure.
110 * **Added TCP connection tracking offload in flow API.**
112 * Added conntrack item and action for stateful connection offload.
114 * **Updated Amazon ENA PMD.**
116 The new driver version (v2.3.0) introduced bug fixes and improvements,
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.
123 * **Updated Arkville PMD driver.**
125 Updated Arkville net driver with new features and improvements, including:
127 * Generalized passing meta data between PMD and FPGA, allowing up to 20
128 bytes of user specified information in RX and TX paths.
130 * Updated dynamic PMD extensions API using standardized names.
132 * Added support for new Atomic Rules PCI device IDs ``0x100f, 0x1010, 0x1017,
135 * **Updated Broadcom bnxt driver.**
137 * Updated HWRM structures to 1.10.2.15 version.
139 * **Updated Hisilicon hns3 driver.**
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.
150 * **Updated Intel iavf driver.**
152 Updated the Intel iavf driver with new features and improvements, including:
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.
160 * **Updated Intel ice driver.**
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.
166 * **Updated Marvell OCTEON TX2 ethdev driver.**
168 * Added support for flow action port id.
170 * **Updated Mellanox mlx5 driver.**
172 Updated the Mellanox mlx5 driver with new features and improvements, including:
174 * Added support for matching on packet integrity status.
175 * Added support for VXLAN and NVGRE encap as sample actions.
176 * Added support for flow COUNT action handle.
177 * Support push VLAN on ingress traffic and pop VLAN on egress traffic in E-Switch mode.
178 * Added support for pre-defined meter policy API.
179 * Added support for ASO (Advanced Steering Operation) meter.
180 * Added support for ASO metering by PPS (packet per second).
181 * Added support for the monitor policy of Power Management API.
182 * Added support for connection tracking.
183 * Added support for Sub-Function representors.
185 * **Updated NXP DPAA driver.**
187 * Added support for shared ethernet interface.
188 * Added support for external buffers in Tx.
190 * **Updated NXP DPAA2 driver.**
192 * Added support for traffic management.
193 * Added support for configurable Tx confirmation.
194 * Added support for external buffers in Tx.
196 * **Updated Wangxun txgbe driver.**
198 * Added support for txgbevf PMD.
199 * Support device arguments to handle AN training for backplane NICs.
200 * Added support for VXLAN-GPE.
202 * **Enabled vmxnet3 PMD on Windows.**
204 * **Enabled libpcap-based PMD on Windows.**
206 A libpcap distribution, such as Npcap or WinPcap, is required to run the PMD.
208 * **Updated the AF_XDP driver.**
210 * Added support for preferred busy polling.
212 * **Added support for vhost async packed ring data path.**
214 Added packed ring support for async vhost.
216 * **Added support of multiple data-units in cryptodev API.**
218 The cryptodev library has been enhanced to allow operations on multiple
219 data-units for AES-XTS algorithm, the data-unit length should be set in the
220 transformation. A capability for it was added too.
222 * **Added a cryptodev feature flag to support cipher wrapped keys.**
224 A new feature flag has been added to allow application to provide
225 cipher wrapped keys in session xforms.
227 * **Updated the OCTEON TX crypto PMD.**
229 * Added support for DIGEST_ENCRYPTED mode in OCTEON TX crypto PMD.
231 * **Updated the OCTEON TX2 crypto PMD.**
233 * Added support for DIGEST_ENCRYPTED mode in OCTEON TX2 crypto PMD.
234 * Added support in lookaside protocol offload mode for IPsec with
235 UDP encapsulation support for NAT Traversal.
236 * Added support in lookaside protocol offload mode for IPsec with
239 * **Updated Intel QuickAssist compression PMD.**
241 * The compression is now available on all QAT GEN3 devices
242 that support it in hardware.
244 * **Updated Mellanox RegEx PMD.**
246 * Added support for multi-segments mbuf.
248 * **Introduced period timer mode in eventdev timer adapter.**
250 * Added support for periodic timer mode in eventdev timer adapter.
251 * Added support for periodic timer mode in octeontx2 event device driver.
253 * **Added event device vector capability.**
255 * Added ``rte_event_vector`` data structure which is capable of holding
256 multiple ``uintptr_t`` of the same flow thereby allowing applications
257 to vectorize their pipelines and also reduce the complexity of pipelining
258 the events across multiple stages.
259 * This also reduced the scheduling overhead on a event device.
261 * **Updated Intel DLB2 driver.**
263 * Added support for v2.5 device.
265 * **Added Predictable RSS functionality to the Toeplitz hash library.**
267 Added feature for finding collisions of the Toeplitz hash function -
268 the hash function used in NICs to spread the traffic among the queues.
269 It can be used to get predictable mapping of the flows.
271 * **Updated testpmd.**
273 * Added a command line option to configure forced speed for Ethernet port.
274 ``dpdk-testpmd -- --eth-link-speed N``
275 * Added command to show link flow control info.
276 ``show port (port_id) flow_ctrl``
277 * Added command to display Rx queue used descriptor count.
278 ``show port (port_id) rxq (queue_id) desc used count``
279 * Added command to cleanup a Tx queue's mbuf on a port.
280 ``port cleanup (port_id) txq (queue_id) (free_cnt)``
281 * Added command to dump internal representation information of single flow.
282 ``flow dump (port_id) rule (rule_id)``
283 * Added commands to create and delete meter policy.
284 ``add port meter policy (port_id) (policy_id) ...``
285 * Added commands to construct conntrack context and relevant indirect
286 action handle creation, update for conntrack action as well as conntrack
288 * Added commands for action meter color to color the packet to reflect
289 the meter color result.
290 ``color type (green|yellow|red)``
292 * **Added support for the FIB lookup method in the l3fwd example app.**
294 Previously the l3fwd sample app only supported LPM and EM lookup methods,
295 the app now supports the Forwarding Information Base (FIB) lookup method.
297 * **Updated ipsec-secgw sample application.**
299 * Updated the ``ipsec-secgw`` sample application with UDP encapsulation
300 support for NAT Traversal.
302 * **Enhanced crypto adapter forward mode.**
304 * Added ``rte_event_crypto_adapter_enqueue()`` API to enqueue events to crypto
305 adapter if forward mode is supported by driver.
306 * Added support for crypto adapter forward mode in octeontx2 event and crypto
309 * **Added sub-testsuite support.**
311 * The unit test suite struct now supports having both a nested
312 list of sub-testsuites, and a list of testcases as before.
318 .. This section should contain removed items in this release. Sample format:
320 * Add a short 1-2 sentence description of the removed item
323 This section is a comment. Do not overwrite or remove it.
324 Also, make sure to start the actual text at the margin.
325 =======================================================
327 * Removed support for Intel DLB V1 hardware. This is not a broad market device,
328 and existing customers already obtain the source code directly from Intel.
334 .. This section should contain API changes. Sample format:
336 * sample: Add a short 1-2 sentence description of the API change
337 which was announced in the previous releases and made in this release.
338 Start with a scope label like "ethdev:".
339 Use fixed width quotes for ``function_names`` or ``struct_names``.
342 This section is a comment. Do not overwrite or remove it.
343 Also, make sure to start the actual text at the margin.
344 =======================================================
346 * eal: The experimental TLS API added in ``rte_thread.h`` has been renamed
347 from ``rte_thread_tls_*`` to ``rte_thread_*`` to avoid naming redundancy
348 and confusion with the transport layer security term.
350 * pci: The value ``PCI_ANY_ID`` is marked as deprecated
351 and can be replaced with ``RTE_PCI_ANY_ID``.
353 * ethdev: Added a ``rte_flow`` pointer parameter to the function
354 ``rte_flow_dev_dump()`` allowing dump for single flow.
356 * cryptodev: The experimental raw data path API for dequeue
357 ``rte_cryptodev_raw_dequeue_burst`` got a new parameter
358 ``max_nb_to_dequeue`` to provide flexible control on dequeue.
360 * ethdev: The experimental flow API for shared action has been generalized
361 as a flow action handle used in rules through an indirect action.
362 The functions ``rte_flow_shared_action_*`` manipulating the action object
363 are replaced with ``rte_flow_action_handle_*``.
364 The action ``RTE_FLOW_ACTION_TYPE_SHARED`` is deprecated and can be
365 replaced with ``RTE_FLOW_ACTION_TYPE_INDIRECT``.
367 * ethdev: The experimental function ``rte_mtr_policer_actions_update()``,
368 the enum ``rte_mtr_policer_action``, and the struct members
369 ``policer_action_recolor_supported`` and ``policer_action_drop_supported``
372 * vhost: The vhost library currently populates received mbufs from a virtio
373 driver with Tx offload flags while not filling Rx offload flags.
374 While this behavior is arguable, it is kept untouched.
375 A new flag ``RTE_VHOST_USER_NET_COMPLIANT_OL_FLAGS`` has been added to ask
376 for a behavior compliant with the mbuf offload API.
378 * stack: Lock-free ``rte_stack`` no longer silently ignores push and pop when
379 it's not supported on the current platform. Instead ``rte_stack_create()``
380 fails and ``rte_errno`` is set to ``ENOTSUP``.
382 * raw/ioat: The experimental function ``rte_ioat_completed_ops()`` now
383 supports two additional parameters, ``status`` and ``num_unsuccessful``,
384 to allow the reporting of errors from hardware when performing copy
391 .. This section should contain ABI changes. Sample format:
393 * sample: Add a short 1-2 sentence description of the ABI change
394 which was announced in the previous releases and made in this release.
395 Start with a scope label like "ethdev:".
396 Use fixed width quotes for ``function_names`` or ``struct_names``.
399 This section is a comment. Do not overwrite or remove it.
400 Also, make sure to start the actual text at the margin.
401 =======================================================
403 * No ABI change that would break compatibility with 20.11.
405 * The experimental function ``rte_telemetry_legacy_register`` has been
406 removed from the public API and is now an internal-only function. This
407 function was already marked as internal in the API documentation for it,
408 and was not for use by external applications.
414 .. This section should contain new known issues in this release. Sample format:
416 * **Add title in present tense with full stop.**
418 Add a short 1-2 sentence description of the known issue
419 in the present tense. Add information on any known workarounds.
421 This section is a comment. Do not overwrite or remove it.
422 Also, make sure to start the actual text at the margin.
423 =======================================================
429 .. This section should contain a list of platforms that were tested
434 * <vendor> platform with <vendor> <type of devices> combinations
439 * Other relevant details...
441 This section is a comment. Do not overwrite or remove it.
442 Also, make sure to start the actual text at the margin.
443 =======================================================
445 * Intel\ |reg| platforms with Intel\ |reg| NICs combinations
449 * Intel\ |reg| Atom\ |trade| CPU C3758 @ 2.20GHz
450 * Intel\ |reg| Atom\ |trade| CPU C3958 @ 2.00GHz
451 * Intel\ |reg| Xeon\ |reg| CPU D-1541 @ 2.10GHz
452 * Intel\ |reg| Xeon\ |reg| CPU D-1553N @ 2.30GHz
453 * Intel\ |reg| Xeon\ |reg| CPU E5-2680 v2 @ 2.80GHz
454 * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v3 @ 2.30GHz
455 * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v4 @ 2.20GHz
456 * Intel\ |reg| Xeon\ |reg| Gold 6140M CPU @ 2.30GHz
457 * Intel\ |reg| Xeon\ |reg| Gold 6139 CPU @ 2.30GHz
458 * Intel\ |reg| Xeon\ |reg| Gold 6252N CPU @ 2.30GHz
459 * Intel\ |reg| Xeon\ |reg| Platinum 8180 CPU @ 2.50GHz
460 * Intel\ |reg| Xeon\ |reg| Platinum 8280M CPU @ 2.70GHz
469 * Red Hat Enterprise Linux Server release 8.3
476 * Intel\ |reg| Ethernet Controller E810-C for SFP (4x25G)
478 * Firmware version: 3.00
479 * Device id (pf/vf): 8086:1593 / 8086:1889
480 * Driver version: 1.6.0 (ice)
481 * OS Default DDP: 1.3.26.0
482 * COMMS DDP: 1.3.30.0
483 * Wireless Edge DDP: 1.3.6.0
485 * Intel\ |reg| Ethernet Controller E810-C for QSFP (2x100G)
487 * Firmware version: 3.00
488 * Device id (pf/vf): 8086:1592 / 8086:1889
489 * Driver version: 1.6.0 (ice)
490 * OS Default DDP: 1.3.26.0
491 * COMMS DDP: 1.3.30.0
492 * Wireless Edge DDP: 1.3.6.0
494 * Intel\ |reg| 82599ES 10 Gigabit Ethernet Controller
496 * Firmware version: 0x61bf0001
497 * Device id (pf/vf): 8086:10fb / 8086:10ed
498 * Driver version: 5.1.0-k (ixgbe)
500 * Intel\ |reg| Corporation Ethernet Connection X552/X557-AT 10GBASE-T
502 * Firmware version: 0x800003e7
503 * Device id (pf/vf): 8086:15ad / 8086:15a8
504 * Driver version: 5.1.0-k (ixgbe)
506 * Intel\ |reg| Corporation Ethernet Controller 10G X550T
508 * Firmware version: 0x8000113b
509 * Device id (pf): 8086:1563
510 * Driver version: 5.11.3 (ixgbe)
512 * Intel\ |reg| Ethernet Converged Network Adapter X710-DA4 (4x10G)
514 * Firmware version: 8.30 0x8000a49d 1.2926.0
515 * Device id (pf/vf): 8086:1572 / 8086:154c
516 * Driver version: 2.15.9 (i40e)
518 * Intel\ |reg| Corporation Ethernet Connection X722 for 10GbE SFP+ (4x10G)
520 * Firmware version: 5.30 0x80002a29 1.2527.0
521 * Device id (pf/vf): 8086:37d0 / 8086:37cd
522 * Driver version: 2.15.9 (i40e)
524 * Intel\ |reg| Corporation Ethernet Connection X722 for 10GBASE-T (2x10G)
526 * Firmware version: 4.10 0x80001a7a
527 * Device id (pf/vf): 8086:37d2 / 8086:37cd
528 * Driver version: 2.15.9 (i40e)
530 * Intel\ |reg| Ethernet Converged Network Adapter XXV710-DA2 (2x25G)
532 * Firmware version: 8.30 0x8000a485 1.2926.0
533 * Device id (pf/vf): 8086:158b / 8086:154c
534 * Driver version: 2.15.9 (i40e)
536 * Intel\ |reg| Ethernet Converged Network Adapter XL710-QDA2 (2X40G)
538 * Firmware version: 8.30 0x8000a4ae 1.2926.0
539 * Device id (pf/vf): 8086:1583 / 8086:154c
540 * Driver version: 2.15.9 (i40e)
542 * Intel\ |reg| Corporation I350 Gigabit Network Connection
544 * Firmware version: 1.63, 0x80001001
545 * Device id (pf/vf): 8086:1521 / 8086:1520
546 * Driver version: 4.18.0-277.el8.x86_64 (igb)
548 * Intel\ |reg| Corporation I210 Gigabit Network Connection
550 * Firmware version: 3.25, 0x800006eb
551 * Device id (pf): 8086:1533
552 * Driver version: 5.5.2 (igb)
554 * Intel\ |reg| Ethernet Controller 10-Gigabit X540-AT2
556 * Firmware version: 0x800005f9
557 * Device id (pf): 8086:1528
558 * Driver version: 4.18.0-277.el8.x86_64 (ixgbe)
560 * Intel\ |reg| Ethernet Converged Network Adapter X710-T2L
562 * Firmware version: 8.30 0x8000a489 1.2926.0
563 * Device id (pf): 8086:15ff
564 * Driver version: 2.15.9 (i40e)
566 * Intel\ |reg| platforms with Mellanox\ |reg| NICs combinations
570 * Intel\ |reg| Xeon\ |reg| Gold 6154 CPU @ 3.00GHz
571 * Intel\ |reg| Xeon\ |reg| CPU E5-2697A v4 @ 2.60GHz
572 * Intel\ |reg| Xeon\ |reg| CPU E5-2697 v3 @ 2.60GHz
573 * Intel\ |reg| Xeon\ |reg| CPU E5-2680 v2 @ 2.80GHz
574 * Intel\ |reg| Xeon\ |reg| CPU E5-2670 0 @ 2.60GHz
575 * Intel\ |reg| Xeon\ |reg| CPU E5-2650 v4 @ 2.20GHz
576 * Intel\ |reg| Xeon\ |reg| CPU E5-2650 v3 @ 2.30GHz
577 * Intel\ |reg| Xeon\ |reg| CPU E5-2640 @ 2.50GHz
578 * Intel\ |reg| Xeon\ |reg| CPU E5-2650 0 @ 2.00GHz
579 * Intel\ |reg| Xeon\ |reg| CPU E5-2620 v4 @ 2.10GHz
583 * Red Hat Enterprise Linux release 8.2 (Ootpa)
584 * Red Hat Enterprise Linux Server release 7.8 (Maipo)
585 * Red Hat Enterprise Linux Server release 7.6 (Maipo)
586 * Red Hat Enterprise Linux Server release 7.5 (Maipo)
587 * Red Hat Enterprise Linux Server release 7.4 (Maipo)
588 * Red Hat Enterprise Linux Server release 7.3 (Maipo)
589 * Red Hat Enterprise Linux Server release 7.2 (Maipo)
593 * SUSE Enterprise Linux 15 SP2
594 * SUSE Enterprise Linux 12 SP4
598 * MLNX_OFED 5.3-1.0.0.1 and above
599 * MLNX_OFED 5.2-2.2.0.0
603 * Linux 5.13.0-rc1 and above
607 * rdma-core-35.0-1 and above
611 * Mellanox\ |reg| ConnectX\ |reg|-3 Pro 40G MCX354A-FCC_Ax (2x40G)
613 * Host interface: PCI Express 3.0 x8
614 * Device ID: 15b3:1007
615 * Firmware version: 2.42.5000
617 * Mellanox\ |reg| ConnectX\ |reg|-3 Pro 40G MCX354A-FCCT (2x40G)
619 * Host interface: PCI Express 3.0 x8
620 * Device ID: 15b3:1007
621 * Firmware version: 2.42.5000
623 * Mellanox\ |reg| ConnectX\ |reg|-4 Lx 25G MCX4121A-ACAT (2x25G)
625 * Host interface: PCI Express 3.0 x8
626 * Device ID: 15b3:1015
627 * Firmware version: 14.30.1004 and above
629 * Mellanox\ |reg| ConnectX\ |reg|-4 Lx 50G MCX4131A-GCAT (1x50G)
631 * Host interface: PCI Express 3.0 x8
632 * Device ID: 15b3:1015
633 * Firmware version: 14.30.1004 and above
635 * Mellanox\ |reg| ConnectX\ |reg|-5 100G MCX516A-CCAT (2x100G)
637 * Host interface: PCI Express 3.0 x16
638 * Device ID: 15b3:1017
639 * Firmware version: 16.30.1004 and above
641 * Mellanox\ |reg| ConnectX\ |reg|-5 100G MCX556A-ECAT (2x100G)
643 * Host interface: PCI Express 3.0 x16
644 * Device ID: 15b3:1017
645 * Firmware version: 16.30.1004 and above
647 * Mellanox\ |reg| ConnectX\ |reg|-5 100G MCX556A-EDAT (2x100G)
649 * Host interface: PCI Express 3.0 x16
650 * Device ID: 15b3:1017
651 * Firmware version: 16.30.1004 and above
653 * Mellanox\ |reg| ConnectX\ |reg|-5 Ex EN 100G MCX516A-CDAT (2x100G)
655 * Host interface: PCI Express 4.0 x16
656 * Device ID: 15b3:1019
657 * Firmware version: 16.30.1004 and above
659 * Mellanox\ |reg| ConnectX\ |reg|-6 Dx EN 100G MCX623106AN-CDAT (2x100G)
661 * Host interface: PCI Express 4.0 x16
662 * Device ID: 15b3:101d
663 * Firmware version: 22.30.1004 and above
665 * Mellanox\ |reg| ConnectX\ |reg|-6 Lx EN 25G MCX631102AN-ADAT (2x25G)
667 * Host interface: PCI Express 4.0 x8
668 * Device ID: 15b3:101f
669 * Firmware version: 26.30.1004 and above
671 * Mellanox\ |reg| BlueField\ |reg| SmartNIC
673 * Mellanox\ |reg| BlueField\ |reg| 2 SmartNIC MT41686 - MBF2H332A-AEEOT_A1 (2x25G)
675 * Host interface: PCI Express 3.0 x16
676 * Device ID: 15b3:a2d2
677 * Firmware version: 24.30.1004 and above
681 * CentOS Linux release 8.2.2004 (Core)
682 * MLNX_OFED 5.3-1.0.0 and above
683 * DPDK application running on Arm cores