Dear Stephen, The r8125 and r8126pmd are in one-to-one correspondence with the Realtek Linux kernel drivers r8125 and r8126, respectively. Keeping them separate is beneficial for future maintenance. The purpose of this submission is to integrate them into DPDK. If there is an opportunity in the future, we will consider reusing the duplicated code.
Thanks! Howard Wang -----邮件原件----- 发件人: Stephen Hemminger <step...@networkplumber.org> 发送时间: 2024年5月29日 5:36 收件人: 王颢 <howard_w...@realsil.com.cn> 抄送: dev@dpdk.org; Howard Wang <pro_nic_d...@realtek.com> 主题: Re: [PATCH] r8125: add r8125 ethernet poll mode driver External mail. On Mon, 27 May 2024 14:15:28 +0800 Howard Wang <howard_w...@realsil.com.cn> wrote: > r8125 is for Realtek 2.5 Gigabit Ethernet NICs. > > Signed-off-by: Howard Wang <pro_nic_d...@realtek.com> To the two drivers have any common code? Many drivers in DPDK use drivers/common for cases where two drivers can reuse same code.