答复: [PATCH] r8125: add r8125 ethernet poll mode driver
王颢
howard_wang at realsil.com.cn
Wed May 29 04:11:40 CEST 2024
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 <stephen at networkplumber.org>
发送时间: 2024年5月29日 5:36
收件人: 王颢 <howard_wang at realsil.com.cn>
抄送: dev at dpdk.org; Howard Wang <pro_nic_dpdk at 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_wang at realsil.com.cn> wrote:
> r8125 is for Realtek 2.5 Gigabit Ethernet NICs.
>
> Signed-off-by: Howard Wang <pro_nic_dpdk at 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.
More information about the dev
mailing list