新的功能
增加了C11的构建要求
从DPDK23.11开始,构建DPDK将需要一个支持C11标准的C编译器,包括支持C11标准atomics。
更具体地说,要求如下:
支持flag -std=c11(或者类似的)
使用C11 flag时,未定义__STDC_NO_ATOMICS__
请注意:
包含标准atomics的C11,从GCC版本5开始支持,并作为当前release的默认语言版本(参考:https://gcc.gnu.org/gcc-5/changes.html)。
C11是Clang 3.6版本的默认编译模式,该版本还增加了对标准atomics的支持(参考:https://releases.llvm.org/3.6.0/tools/clang/docs/ReleaseNotes.html)。
更新了与libarchive链接时的依赖关系
当系统中存在libarchive开发包时,DPDK将使用libarchive并注册对它的依赖关系。不过,在一些Linux发行版上,例如Fedora和Ubuntu,安装libarchive开发包并不会自动安装静态链接所需要的全部依赖项。这些额外的开发包,例如Ubuntu上的liblz4-dev和libacl1-dev,需要手动安装(如果没有安装),以防止与DPDK静态库链接时出现错误。
增加了新的构建选项
现在可以使用新的enable_deprecated_libraries 构建选项启用已废弃的库。
与现有的enable_drivers构建选项类似,现在也可以使用新的enable_libs构建选项来选择可选的程序库。
为atomic操作引入了新的API
这个新的API是一个封装程序,用于转型到C11标准中描述的标准atomic操作。默认情况下,该API的实现指向编译器的内在函数。使用C11标准atomic操作的实现可通过enable_stdatomic构建选项启用。
添加了对AMD处理器电源内部函数的支持
在EAL中添加了AMD MONITORX/MWAITX指令,以优化功耗。
在vmbus 总线驱动程序中添加了对允许/阻止列表的支持
vmbus总线驱动程序现在支持用于选择设备的-a和-b EAL选项。
添加了mbuf回收支持
添加了rte_eth_recycle_rx_queue_info_get 和 rte_eth_recycle_mbufs函数,允许用户将使用过的mbufs从Tx mbuf ring复制到 Rx mbuf ring。该功能支持在Rx以太网设备与Tx以太网设备不同的情况下,在rte_eth_recycle_mbufs中使用各自的驱动程序回调函数。
为电源管理库添加了amd-pstate驱动程序支持
添加了对amd-pstate驱动程序的支持,该驱动程序可在AMD EPYC处理器上运行。
在报告中添加了最大Rx缓冲区大小
在rte_eth_dev_info结构中引入了max_rx_bufsize字段,表示硬件所支持的每个描述符的最大Rx缓冲区大小,以避免浪费mempool空间。
改进了对RSS哈希算法的支持
新增了rte_eth_dev_rss_algo_name函数,用于获取RSS哈希算法的名称。
添加了数据包类型流量匹配标准
添加了RTE_FLOW_ITEM_TYPE_PTYPE,允许与L2/L3/L4和mbuf数据包类型中定义的隧道信息进行匹配。
为P4定义的操作添加了流操作类型
对于P4可编程设备,硬件流水线可通过新的“PROG”操作类型及其相关自定义参数进行配置。此类P4管道不使用flow API的标准块,可以使用RTE_FLOW_ITEM_TYPE_FLEX和RTE_FLOW_ACTION_TYPE_PROG进行管理。
添加了流组设置未命中操作
引入了API rte_flow_group_set_miss_actions(),用于明确设置组的未命中操作,即对不匹配组中任何流量规则的数据包执行的操作。
更新了亚马逊ena(Elastic网络适配器)网络驱动程序
升级ENA HAL到最新版本。
添加了对连接跟踪限额利用率指标的支持。
在xstats中添加了对报告Rx超限错误的支持。
添加了对ENA-express指标的支持。
为Corigine NFP设备添加了新的vDPA PMD
添加了新的Corigine NFP vDPA (nfp_vdpa) PMD。关于该驱动程序的更多详情,参阅NFP vDPA驱动程序指南。
更新了Corigine/Netronome nfp驱动程序
根据安全框架,添加了内联 IPsec卸载。
更新了英特尔cpfl驱动程序
添加了对端口标识符的支持。
添加了对流量卸载的支持(包括P4定义的管道)。
更新了英特尔iavf驱动程序
添加了对iavf 自动重置的支持。
更新了英特尔i40e驱动程序
添加了对新的X722设备的支持。
更新了Marvell cnxk net驱动程序
添加了对RTE_FLOW_ITEM_TYPE_IPV6_ROUTING_EXT流量条目的支持。
添加了对RTE_FLOW_ACTION_TYPE_AGE流操作的支持。
更新了NVIDIA mlx5 net驱动程序
添加了对多端口E-Switch的支持。
添加了对网络服报头(NSH)流量匹配的支持。
添加了对RTE_FLOW_ITEM_TYPE_PTYPE流量条目的支持。
添加了对RTE_FLOW_ACTION_TYPE_IPV6_EXT_PUSH流量操作的支持。
添加了对RTE_FLOW_ACTION_TYPE_IPV6_EXT_REMOVE流量操作的支持。
添加了对RTE_FLOW_ACTION_TYPE_PORT_REPRESENTOR流量操作和镜像的支持。
添加了对RTE_FLOW_ACTION_TYPE_INDIRECT_LIST流量操作的支持。
更新了Solarflare net驱动程序
添加了对子类型为VXLAN_ENCAP的传输流操作INDIRECT的支持。
支持对传输流中的数据包重放(多计数/多交付)。
更新了Wangxun ngbe驱动程序
在YT PHY光纤模式中,添加了100M和自动协商的支持。
添加了对TLS和DTLS记录处理的支持
为安全会话添加了TLS和DTLS记录转换,并增强了rte_crypto_op字段,以处理TLS和DTLS的所有数据路径要求。新增了对TLS 1.2、TLS 1.3和DTLS 1.2的支持。
为inline ingress安全会话添加了异地处理支持
与后备安全会话的异地处理类似,inline ingress安全会话也添加了同样的支持。
添加了安全Rx注入API
添加了Rx注入API,允许应用程序为协议卸载提交数据包,并将其注入回ethdev Rx,以便根据内部数据包执行进一步的ethdev Rx操作(IP重组装、数据包解析和流量查询)。
当使用由ethdev实现的API时,应用程序将能处理接收到的无内联卸载处理/内联卸载处理失败的数据包(如带有内联IPsec卸载的分片ESP数据包)。当使用由crptodev 实现的API时,它可用于在IPsec处理后向ethdev Rx注入数据包,并利用ethdev Rx对内部数据包进行处理,这些数据包在内联协议卸载模式下无法加速。
更新了cryptodev scheduler驱动程序
通过rte_security API回调添加了对DOCSIS安全协议的支持。
更新了 ipsec_mb cryptio 驱动程序
为x86平台添加了英特尔IPsec MB v1.5 库的支持。
添加了对AESNI_MB异步加密驱动程序的摘要加密的支持。
更新了英特尔QAT驱动程序
在QAT加密驱动程序中启用对QAT 2.0c(4944)设备的支持。
添加了对SM2 ECDSA算法的支持。
更新了Marvell cnxk crypto驱动程序
在非对称加密操作中添加了SM2算法的支持。
添加了非对称加密ECDH的支持。
更新了Marvell Nitrox symmetric crypto驱动程序
添加了对AES-CCM算法的支持。
更新了英特尔vRAN Boost baseband驱动程序
添加在统一驱动程序中添加了对新的Intel vRAN Boost v2设备变体(GNR-D)的支持。
在mldev库中添加了对多输入/输出模型的支持
在mldev库中添加了对多输入/输出模型的支持。
更新了Marvell cnxk mldev驱动程序
添加了对使用TVM框架编译的模型的支持。
添加了新的eventdev Ethernet Rx适配器创建API
添加了新的函数rte_event_eth_rx_adapter_create_ext_with_params(),用于创建Rx适配器实例,以满足应用程序控制事件端口分配和事件缓冲区大小的期望。
添加了eventdev DMA适配器
添加了eventdev DMA适配器库。该库通过引入API扩展了基于事件的模型,允许应用程序将DMA操作作为事件设备计划的事件,向dmadev发送,或者从dmadev解除排队。
添加了eventdev支持,通过链接配置文件将队列链接到端口
引入事件链接配置文件,可用与将事件队列和事件端口之间的链接与称为“链接配置文件”的唯一标识符关联起来。该配置文件可用于在快速路径中的相关链接之间进行切换,而无需链接或者取消链接和等待取消链接的额外开销。
添加了rte_event_port_profile_links_set, rte_event_port_profile_unlink rte_event_port_profile_links_get 和rte_event_port_profile_switch 函数来启用此功能。
更新了Marvell cnxk eventdev驱动程序
添加了对remaining_ticks_get定时器适配器PMD回调的支持,以获取给定事件定时器的剩余到期时间。
添加了链接配置文件支持,最多支持两个链接配置文件.
更新了Marvell cnxk dmadev驱动程序
为内存到设备DMA的源缓冲区自动释放添加了支持。
添加了dispatcher库
添加了dispatcher库,其目的是帮助解耦基于事件驱动的应用程序的不同部分(模块)。
添加了基于CLI的图形应用程序
添加了基于CLI的图形应用程序,可以用于不同的用例。该应用程序提供了一个框架,可以通过文件添加每个用例。每个CLI将进一步转化为代表用例的图形。
添加了二层MACsec转发实例应用程序
添加了一个新的二层转发应用程序示例,以使用基于rte_security的内联会话对MACsec加密或者解密进行基准测试。
移除的项目
eal: 移除了已废弃的宏RTE_FUNC_PTR_OR_*。
ethdev: 移除了已废弃的宏RTE_ETH_DEV_BONDED_SLAVE。
flow_classify: 移除了流量分类库和示例。
kni: 移除了内核网络接口(KNI)库和驱动程序。
cryptodev: 移除了rte_crypto_cipher_algorithm_strings, rte_crypto_auth_algorithm_strings, rte_crypto_aead_algorithm_strings 和rte_crypto_asym_xform_strings字符串数组。
cryptodev: 移除了非对称xfrom中明确的SM2 xform参数。
security:从结构rte_security_ipsec_sa_options中移除了已废弃的字段reserved_opts。
mldev: 移除了函数rte_ml_io_input_size_get 和 rte_ml_io_output_size_get。
cmdline: 移除了已损坏和未使用的函数cmdline_poll。
API 的变化
eal: 线程API已更改。函数rte_thread_create_control()不再接受属性。除rte_thread_setname() 和 rte_ctrl_thread_create()被 rte_thread_set_name() 和 rte_thread_create_control()取代外,整个线程API已提升至稳定级别。
eal: 移除了RTE_CPUFLAG_NUMFLAGS,以避免在添加新的cpuflags时,出现误用和理论上的ABI兼容问题。
power: 升级了 x86 Uncore 电源管理API,使其与供应商无关。
ethdev: 调用rte_eth_dev_configure或者rte_eth_dev_rss_hash_update 时,如果rss_key != NULL,用户应提供结构rte_eth_rss_conf中的rss_key_len,它将不再是默认的40字节。
bonding: 将master/slave 替换为 main/member。 在DPDK 23.11中,数据结构rte_eth_bond_8023ad_slave_info 更名为rte_eth_bond_8023ad_member_info。
在DPDK 23.11中删除了以下旧函数:
rte_eth_bond_8023ad_slave_info, rte_eth_bond_active_slaves_get, rte_eth_bond_slave_add,rte_eth_bond_slave_remove 和 rte_eth_bond_slaves_get
将被替换为:
rte_eth_bond_8023ad_member_info,rte_eth_bond_active_members_get,rte_eth_bond_member_add,rte_eth_bond_member_remove和rte_eth_bond_members_get
cryptodev: 可以在每个会话中维护椭圆曲线非对称私钥和公钥。这些密钥已从每个数据包rte_crypto_ecdsa_op_param 和rte_crypto_sm2_op_param 移至通用EC xform rte_crypto_ec_xform。
security: 将rte_security_ops 和 rte_security_ctx 结构移至应用程序看不到的内部库的头部。
mldev: 更新了rte_ml_model_info结构,以支持任意形状的输入和输出。更新了rte_ml_op, rte_ml_io_quantize 和rte_ml_io_dequantize 以支持数组 rte_ml_buff_seg。
pcapng: 移除了函数rte_pcapng_copy 和 rte_pcapng_write_stats中的时间参数。
ABI的变化
ethdev: 为 rte_eth_dev结构添加了recycle_tx_mbufs_reuse 和 recycle_rx_descriptors_refill字段。
ethdev: rte_eth_fp_ops结构受到影响,增加了recycle_tx_mbufs_reuse 和 recycle_rx_descriptors_refill字段,移动了rxq and txq 字段,改变了 reserved1 和 reserved2字段的大小。
ethdev: 在rte_eth_rss_conf结构中添加了RSS哈希算法的算法字段。
ethdev: 为rte_eth_dev_info 结构添加了rss_algo_capa字段,用于报告 RSS哈希算法功能。
security:由于增加了内联外置功能,因此更新了结构rte_security_ipsec_sa_options。
验证过的平台
Intel® platforms with Intel® NICs combinations
CPU:
Intel Atom® P5342 processor
Intel® Atom™ x74xxRE
Intel® Atom™ CPU C3758 @ 2.20GHz
Intel® Xeon® CPU D-1553N @ 2.30GHz
Intel® Xeon® CPU E5-2699 v4 @ 2.20GHz
Intel® Xeon® D-1747NTE CPU @ 2.50GHz
Intel® Xeon® D-2796NT CPU @ 2.00GHz
Intel® Xeon® Gold 6139 CPU @ 2.30GHz
Intel® Xeon® Gold 6140M CPU @ 2.30GHz
Intel® Xeon® Gold 6252N CPU @ 2.30GHz
Intel® Xeon® Gold 6348 CPU @ 2.60GHz
Intel® Xeon® Platinum 8280M CPU @ 2.70GHz
Intel® Xeon® Platinum 8380 CPU @ 2.30GHz
Intel® Xeon® Platinum 8490H
GENUINE INTEL® XEON®
OS:
CBL Mariner 2.0
Fedora 38
FreeBSD 13.2
OpenAnolis OS 8.8
Red Hat Enterprise Linux Server release 8.7
Red Hat Enterprise Linux Server release 9.2
SUSE Linux Enterprise Server 15 SP5
Ubuntu 22.04.3
NICs:
Intel® Ethernet Controller E810-C for SFP (4x25G)
Firmware version: 4.40 0x8001c301 1.3492.0
Device id (pf/vf): 8086:1593 / 8086:1889
Driver version(out-tree): 1.13.1_1_g565e8ce94_dirty (ice)
Driver version(in-tree): 5.15.0-82-generic (Ubuntu22.04.3)/ 5.14.0-284.11.1.rt14.296.el9_2.x86_64 (RHEL9.2)/ 5.15.129-rt67 (Ubuntu22.04.3)(ice)
OS Default DDP: 1.3.36.0
COMMS DDP: 1.3.46.0
Wireless Edge DDP: 1.3.14.0
Intel® Ethernet Controller E810-C for QSFP (2x100G)
Firmware version: 4.40 0x8001c2f1 1.3492.0
Device id (pf/vf): 8086:1592 / 8086:1889
Driver version(out-tree): 1.13.1_1_g565e8ce94_dirty (ice)
Driver version(in-tree): 5.15.55.1-1.cm2-5464b22cac7+ (CBL Mariner 2.0) (ice)
OS Default DDP: 1.3.36.0
COMMS DDP: 1.3.46.0
Wireless Edge DDP: 1.3.14.0
Intel® Ethernet Controller E810-XXV for SFP (2x25G)
Firmware version: 4.40 0x8001c2f5 1.3492.0
Device id (pf/vf): 8086:159b / 8086:1889
Driver version: 1.13.1_1_g565e8ce94_dirty (ice)
OS Default DDP: 1.3.36.0
COMMS DDP: 1.3.46.0
Intel® Ethernet Connection E823-C for QSFP
Firmware version: 3.33 0x8001b295 1.3443.0
Device id (pf/vf): 8086:188b / 8086:1889
Driver version: 1.13.1_1_g565e8ce94_dirty (ice)
OS Default DDP: 1.3.36.0
COMMS DDP: 1.3.46.0
Wireless Edge DDP: 1.3.14.0
Intel® Ethernet Connection E823-L for QSFP
Firmware version: 3.33 0x8001b4b0 1.3429.0
Device id (pf/vf): 8086:124c / 8086:1889
Driver version: 1.13.1_1_g565e8ce94_dirty (ice)
OS Default DDP: 1.3.36.0
COMMS DDP: 1.3.46.0
Wireless Edge DDP: 1.3.14.0
Intel® Ethernet Connection E822-L for backplane
Firmware version: 3.33 0x8001b4b6 1.3429.0
Device id (pf/vf): 8086:1897 / 8086:1889
Driver version: 1.13.1_1_g565e8ce94_dirty (ice)
OS Default DDP: 1.3.36.0
COMMS DDP: 1.3.46.0
Wireless Edge DDP: 1.3.14.0
Intel® 82599ES 10 Gigabit Ethernet Controller
Firmware version: 0x000161bf
Device id (pf/vf): 8086:10fb / 8086:10ed
Driver version(out-tree): 5.19.6 (ixgbe)
Driver version(in-tree): 5.15.0-82-generic (Ubuntu22.04.3)/ 5.14.0-284.11.1.el9_2.x86_64 (RHEL9.2)(ixgbe)
Intel® Ethernet Converged Network Adapter X710-DA4 (4x10G)
Firmware version: 9.30 0x8000e606 1.3429.0
Device id (pf/vf): 8086:1572 / 8086:154c
Driver version(out-tree): 2.23.17 (i40e)
Intel® Corporation Ethernet Connection X722 for 10GbE SFP+ (2x10G)
Firmware version: 6.20 0x80003d82 1.3353.0
Device id (pf/vf): 8086:37d0 / 8086:37cd
Driver version(out-tree): 2.23.17 (i40e)
Driver version(in-tree): 5.14.0-284.11.1.el9_2.x86_64 (RHEL9.2)(i40e)
Intel® Corporation Ethernet Connection X722 for 10GBASE-T
Firmware version: 6.20 0x80003d3e 1.2935.0
Device id (pf/vf): 8086:37d2 / 8086:37cd
Driver version(out-tree): 2.23.17 (i40e)
Driver version(in-tree): 5.14.0-284.11.1.el9_2.x86_64 (RHEL9.2) (i40e)
Intel® Ethernet Converged Network Adapter XXV710-DA2 (2x25G)
Firmware version: 9.30 0x8000e5f5 1.3429.0
Device id (pf/vf): 8086:158b / 8086:154c
Driver version(out-tree): 2.23.17 (i40e)
Driver version(in-tree): 5.15.0-82-generic (Ubuntu22.04.3)/5.14.0-284.11.1.el9_2.x86_64 (RHEL9.2)(i40e)
Intel® Ethernet Converged Network Adapter XL710-QDA2 (2X40G)
Firmware version(PF): 9.30 0x8000e5ee 1.3429.0
Device id (pf/vf): 8086:1583 / 8086:154c
Driver version(out-tree): 2.23.17 (i40e)
Intel® Ethernet Controller I225-LM
Firmware version: 1.3, 0x800000c9
Device id (pf): 8086:15f2
Driver version(in-tree): 5.15.0-82-generic (Ubuntu22.04.3)(igc)
Intel® Ethernet Controller I226-LM
Firmware version: 2.14,0x8000028c
Device id (pf): 8086:125b
Driver version(in-tree): 5.15.0-82-generic (Ubuntu22.04.3)(igc)
Intel Corporation I350 Gigabit Network Connection
Firmware version: 1.63, 0x80001001
Device id (pf/vf): 8086:1521 / 8086:1520
Driver version(in-tree): 5.15.0-60-generic (Ubuntu22.04.3)(igb)
Intel® platforms with NVIDIA® NICs combinations
CPU:
Intel® Xeon® Gold 6154 CPU @ 3.00GHz
Intel® Xeon® CPU E5-2697A v4 @ 2.60GHz
Intel® Xeon® CPU E5-2697 v3 @ 2.60GHz
Intel® Xeon® CPU E5-2680 v2 @ 2.80GHz
Intel® Xeon® CPU E5-2670 0 @ 2.60GHz
Intel® Xeon® CPU E5-2650 v4 @ 2.20GHz
Intel® Xeon® CPU E5-2650 v3 @ 2.30GHz
Intel® Xeon® CPU E5-2640 @ 2.50GHz
Intel® Xeon® CPU E5-2650 0 @ 2.00GHz
Intel® Xeon® CPU E5-2620 v4 @ 2.10GHz
OS:
Red Hat Enterprise Linux release 9.1 (Plow)
Red Hat Enterprise Linux release 8.6 (Ootpa)
Red Hat Enterprise Linux release 8.4 (Ootpa)
Red Hat Enterprise Linux Server release 7.9 (Maipo)
Red Hat Enterprise Linux Server release 7.6 (Maipo)
Ubuntu 22.04
Ubuntu 20.04
SUSE Enterprise Linux 15 SP2
OFED:
MLNX_OFED 23.07-0.5.1.2 and above
upstream kernel:
Linux 6.7.0-rc1 and above
rdma-core:
rdma-core-48.0 and above
NICs:
NVIDIA® ConnectX®-4 Lx 25G MCX4121A-ACAT (2x25G)
Host interface: PCI Express 3.0 x8
Device ID: 15b3:1015
Firmware version: 14.32.1010 and above
NVIDIA® ConnectX®-4 Lx 50G MCX4131A-GCAT (1x50G)
Host interface: PCI Express 3.0 x8
Device ID: 15b3:1015
Firmware version: 14.32.1010 and above
NVIDIA® ConnectX®-5 100G MCX516A-CCAT (2x100G)
Host interface: PCI Express 3.0 x16
Device ID: 15b3:1017
Firmware version: 16.35.2000 and above
NVIDIA® ConnectX®-5 100G MCX516A-CCAT (2x100G)
Host interface: PCI Express 3.0 x16
Device ID: 15b3:1017
Firmware version: 16.38.1900 and above
NVIDIA® ConnectX®-5 100G MCX556A-ECAT (2x100G)
Host interface: PCI Express 3.0 x16
Device ID: 15b3:1017
Firmware version: 16.38.1900 and above
NVIDIA® ConnectX®-5 100G MCX556A-EDAT (2x100G)
Host interface: PCI Express 3.0 x16
Device ID: 15b3:1017
Firmware version: 16.38.1900 and above
NVIDIA® ConnectX®-5 Ex EN 100G MCX516A-CDAT (2x100G)
Host interface: PCI Express 4.0 x16
Device ID: 15b3:1019
Firmware version: 16.38.1900 and above
NVIDIA® ConnectX®-6 Dx EN 100G MCX623106AN-CDAT (2x100G)
Host interface: PCI Express 4.0 x16
Device ID: 15b3:101d
Firmware version: 22.38.1900 and above
NVIDIA® ConnectX®-6 Lx EN 25G MCX631102AN-ADAT (2x25G)
Host interface: PCI Express 4.0 x8
Device ID: 15b3:101f
Firmware version: 26.38.1900 and above
NVIDIA® ConnectX®-7 200G CX713106AE-HEA_QP1_Ax (2x200G)
Host interface: PCI Express 5.0 x16
Device ID: 15b3:1021
Firmware version: 28.38.1900 and above
NVIDIA® BlueField® SmartNIC
NVIDIA® BlueField®-2 SmartNIC MT41686 - MBF2H332A-AEEOT_A1 (2x25G)
Host interface: PCI Express 3.0 x16
Device ID: 15b3:a2d6
Firmware version: 24.38.1002 and above
NVIDIA® BlueField® SmartNIC
NVIDIA® BlueField®-2 SmartNIC MT41686 - MBF2H332A-AEEOT_A1 (2x25G)
Host interface: PCI Express 3.0 x16
Device ID: 15b3:a2d6
Firmware version: 24.38.1002 and above
NVIDIA® BlueField®-3 P-Series DPU MT41692 - 900-9D3B6-00CV-AAB (2x200G)
Host interface: PCI Express 5.0 x16
Device ID: 15b3:a2dc
Firmware version: 32.38.1002 and above
Embedded software:
Ubuntu 22.04
MLNX_OFED 23.07-0.5.0.0 and above
DOCA_2.2.0_BSP_4.2.0_Ubuntu_22.04-2.23-07
DPDK application running on ARM cores
IBM Power 9 platforms with NVIDIA® NICs combinations
CPU:
POWER9 2.2 (pvr 004e 1202)
OS:
Ubuntu 20.04
NICs:
NVIDIA® ConnectX®-6 Dx 100G MCX623106AN-CDAT (2x100G)
Host interface: PCI Express 4.0 x16
Device ID: 15b3:101d
Firmware version: 22.38.1900 and above
NVIDIA® ConnectX®-7 200G CX713106AE-HEA_QP1_Ax (2x200G)
Host interface: PCI Express 5.0 x16
Device ID: 15b3:1021
Firmware version: 28.38.1900 and above
OFED:
MLNX_OFED 23.07-0.5.1.2
转载须知
推荐阅读
Hyperscan在SPR上的新魔力和路标
点点“赞”和“在看”,给我充点儿电吧~