Dear Stephen, I am currently in the process of merging r8125 (for 2.5G) and r8126 (for 5G). Ultimately, we will have r8169 supporting both 2.5G and 5G. As you may have already seen from some patches, r8169 has been split into several smaller patches. We are still working on adjusting the format. We will strive to integrate it into DPDK by November.
Thank you for your suggestion. Best Regards, Howard Wang -----邮件原件----- 发件人: Stephen Hemminger <step...@networkplumber.org> 发送时间: 2024年10月8日 5:26 收件人: 王颢 <howard_w...@realsil.com.cn> 抄送: dev@dpdk.org; pro_nic_d...@realtek.com 主题: Re: [PATCH v2] r8125: add r8125 ethernet poll mode driver External mail. On Wed, 12 Jun 2024 17:51:45 +0800 Howard Wang <howard_w...@realsil.com.cn> wrote: > r8125 is for Realtek 2.5 Gigabit Ethernet NICs. > > Signed-off-by: Howard Wang <howard_w...@realsil.com.cn> > --- To echo what Ferruh mentioned. 1. Break the driver into more easily reviewed pieces. 2. Run checkpatch, there are lots of style problems still in both drivers. There is a new driver writers guideline document that might help you.