Re: 答复: [PATCH v5 00/18] modify code as suggested by the maintainer

2024-11-04 Thread Ferruh Yigit
> maintenance, I have retained the CamelCase. > OK to keep the CamelCase syntax since code is shared. > Best Regards, > Howard Wang > > -邮件原件- > 发件人: Ferruh Yigit > 发送时间: 2024年11月3日 10:24 > 收件人: 王颢 ; dev@dpdk.org > 抄送: pro_nic_d...@realtek.com > 主题:

答复: [PATCH v5 00/18] modify code as suggested by the maintainer

2024-11-03 Thread 王颢
Regards, Howard Wang -邮件原件- 发件人: Ferruh Yigit 发送时间: 2024年11月3日 10:24 收件人: 王颢 ; dev@dpdk.org 抄送: pro_nic_d...@realtek.com 主题: Re: [PATCH v5 00/18] modify code as suggested by the maintainer External mail. On 10/28/2024 7:30 AM, Howard Wang wrote: > Fix some warning issues. > > Ho

Re: [PATCH v5 00/18] modify code as suggested by the maintainer

2024-11-02 Thread Ferruh Yigit
On 10/28/2024 7:30 AM, Howard Wang wrote: > Fix some warning issues. > > Howard Wang (18): > net/r8169: add PMD driver skeleton > net/r8169: add logging structure > net/r8169: add hardware registers access routines > net/r8169: implement core logic for Tx/Rx > net/r8169: add support for

[PATCH v5 00/18] modify code as suggested by the maintainer

2024-10-28 Thread Howard Wang
Fix some warning issues. Howard Wang (18): net/r8169: add PMD driver skeleton net/r8169: add logging structure net/r8169: add hardware registers access routines net/r8169: implement core logic for Tx/Rx net/r8169: add support for hw config net/r8169: add phy registers access routines