-邮件原件-
发件人: Thomas Monjalon
发送时间: 2025年6月18日 17:25
收件人: 王颢
抄送: Andre Muezerie ; dev@dpdk.org; Bruce
Richardson ; David Marchand
主题: Re: [PATCH v3 2/3] drivers/net: remove use of non-standard array range
initialization
External mail : This email originated from outside the
Dear Thomas,
Sure, r8169pmd will support more network cards, such as the 1G NICs (rtl8168
series).
Best Wishes,
Howard Wang
-邮件原件-
发件人: Thomas Monjalon
发送时间: 2024年11月21日 18:33
收件人: 王颢
抄送: dev@dpdk.org; pro_nic_d...@realtek.com; Stephen Hemminger
; ferruh.yi...@amd.com
主题: Re: r8169
;
};
static u32
rtl_get_opts1(struct rtl_tx_desc *txd)
{
u32 opts1 = rte_atomic_load_explicit (&txd->opts1,
rte_memory_order_acquire);
return rte_le_to_cpu_32(opts1);
}
Best Wishes,
Howard Wang
-邮件原件-
发件人: Thomas Monjalon
发送时间: 2024年11月19日 15:16
收件人: pro_nic_d...@realtek.com
...
}
Best Regards,
Howard Wang
-邮件原件-
发件人: Thomas Monjalon
发送时间: 2024年11月18日 22:59
收件人: pro_nic_d...@realtek.com; 王颢
抄送: dev@dpdk.org; Ferruh Yigit
主题: Re: [PATCH v8 12/17] net/r8169: implement Tx path
External mail.
Hello,
13/11/2024 10:28, Howard Wang:
> +static u32
&
Dear Thomas,
I will consider that. By the way, should I make the changes and then upload
patch v9?
Thanks!
-邮件原件-
发件人: Thomas Monjalon
发送时间: 2024年11月18日 22:59
收件人: pro_nic_d...@realtek.com; 王颢
抄送: dev@dpdk.org; Ferruh Yigit
主题: Re: [PATCH v8 12/17] net/r8169: implement Tx path
Dear Ferruh,
Before splitting the driver into multiple small patches, I had checked to
ensure all functions were static, so there’s no need to worry about that.
Best Regards,
Howard Wang
-邮件原件-
发件人: Ferruh Yigit
发送时间: 2024年11月11日 8:15
收件人: 王颢 ; dev@dpdk.org
抄送: pro_nic_d
09
收件人: 王颢 ; dev@dpdk.org
抄送: pro_nic_d...@realtek.com
主题: Re: 答复: [PATCH v6 01/17] net/r8169: add PMD driver skeleton
External mail.
On 11/11/2024 3:46 AM, 王颢 wrote:
> Dear Ferruh,
>
> I apologize for the issues that have arisen during the process of splitting a
> complete driver
Regards,
Howard Wang
-邮件原件-
发件人: Ferruh Yigit
发送时间: 2024年11月11日 8:17
收件人: 王颢 ; dev@dpdk.org
抄送: pro_nic_d...@realtek.com
主题: Re: [PATCH v6 08/17] net/r8169: add support for phy configuration
External mail.
On 11/8/2024 12:11 PM, Howard Wang wrote:
> This patch contains phy con
he device ID, for 0x8125, the supported device is indeed called
8125. So, should we name a macro like DEVICE_ID_RTL8125 to replace it?
Best regards,
Howard Wang
-邮件原件-
发件人: Ferruh Yigit
发送时间: 2024年11月11日 8:15
收件人: 王颢 ; dev@dpdk.org
抄送: pro_nic_d...@realtek.com
主题: Re: [PATCH v6 01/17] n
9.ini and r8169.rst files should
be created starting from the first patch and gradually improved as the patches
are submitted?
Best Regards,
Howard Wang
-邮件原件-
发件人: Ferruh Yigit
发送时间: 2024年11月3日 10:17
收件人: 王颢 ; dev@dpdk.org
抄送: pro_nic_d...@realtek.com
主题: Re: [PATCH v5 01/18] net/r8169
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
.
in https://doc.dpdk.org/guides/contributing/coding_style.html
Braces that are not necessary should be left out.
if (test)
stmt;
else if (bar) {
stmt;
stmt;
} else
stmt;
Best Regards,
Howard Wang
-邮件原件-
发件人: Stephen Hemminger
发送时间: 2024年10月23日 13:18
收件人: 王
Hi Stephen,
Are there any comments for PATCH v4? Looking forward to your feedback.
Best Regards,
Howard Wang
-邮件原件-
发件人: Howard Wang
发送时间: 2024年10月25日 11:35
收件人: dev@dpdk.org
抄送: pro_nic_d...@realtek.com; 王颢
主题: [PATCH v4 18/18] doc/guides/nics: add documents for r8169 pmd
Signed
: 2024年10月23日 13:18
收件人: 王颢
抄送: dev@dpdk.org; pro_nic_d...@realtek.com
主题: Re: [PATCH v3 01/18] net/r8169: add PMD driver skeleton
External mail.
On Wed, 23 Oct 2024 11:33:11 +0800
Howard Wang wrote:
> Meson build infrastructure, r8169_ethdev minimal skeleton, header with
> Realtek NIC
you mind providing some
suggestions? For example, what tools do you use to standardize the code? Thank
you!
astyle -A8 -t8 -p -H -U -k3 -xj -xB -xC80 -xL -n -r "*.c" "*.h"
Best Regards,
Howard Wang
-邮件原件-
发件人: Stephen Hemminger
发送时间: 2024年10月18日 0:36
收件人: 王颢
抄送: dev
Dear Stephen,
In r8169 pmd, mdelay and udelay are macros.
#define mdelay rte_delay_ms
#define udelay rte_delay_us
Best Regards,
Howard Wang
-邮件原件-
发件人: Stephen Hemminger
发送时间: 2024年10月18日 0:34
收件人: 王颢
抄送: dev@dpdk.org; pro_nic_d...@realtek.com
主题: Re: [PATCH v2 03/18] net/r8169: add
Hemminger
发送时间: 2024年10月18日 0:11
收件人: 王颢
抄送: dev@dpdk.org; pro_nic_d...@realtek.com
主题: Re: [PATCH v2 11/18] net/r8169: implement Rx path
External mail.
On Thu, 17 Oct 2024 14:31:53 +0800
Howard Wang wrote:
> +/*
> + * The overhead from MTU to max frame size.
> + * Considering VLAN
format. We will strive to
integrate it into DPDK by November.
Thank you for your suggestion.
Best Regards,
Howard Wang
-邮件原件-
发件人: Stephen Hemminger
发送时间: 2024年10月8日 5:26
收件人: 王颢
抄送: dev@dpdk.org; pro_nic_d...@realtek.com
主题: Re: [PATCH v2] r8125: add r8125 ethernet poll mode driver
: 2024年8月14日 18:15
收件人: 王颢 ; Stephen Hemminger
抄送: dev@dpdk.org
主题: RE: Inquiry Regarding Sending Patches to DPDK
External mail.
Howard,
I'm using.gitconfig to configure my git send-email options. Try this in your
.gitconfig:
[user]
name = Howard Wang
email = how
print('Mail sent successfully!')
except Exception as e:
print(f'Failed to send mail: {e}')
Thanks!
Howard Wang
-邮件原件-
发件人: Stephen Hemminger
发送时间: 2024年8月12日 22:56
收件人: 王颢
抄送: dev@dpdk.org
主题: Re: Inquiry Regarding Sending Patches to DPDK
External mai
Dear all,
I hope this message finds you well.
I would like to seek your advice on an issue I've encountered. Our company has
recently enabled two-factor authentication (2FA) for our email accounts. The IT
department has suggested that I abandon using the "git send-email" method, as
configured
Thanks!
Howard Wang
-邮件原件-
发件人: Ferruh Yigit
发送时间: 2024年7月6日 5:13
收件人: 王颢 ; dev@dpdk.org
抄送: pro_nic_d...@realtek.com; David Marchand ;
Thomas Monjalon
主题: Re: [PATCH v2] r8125: add r8125 ethernet poll mode driver
External mail.
On 6/13/2024 4:36 AM, Howard Wang wrote:
> r8125
Hemminger
发送时间: 2024年6月18日 7:57
收件人: 王颢
抄送: dev@dpdk.org; pro_nic_d...@realtek.com
主题: Re: [PATCH v2] r8126: add r8126 ethernet poll mode driver
External mail.
On Thu, 13 Jun 2024 11:39:29 +0800
Howard Wang wrote:
> +static void
> +rtl8126_sw_stats_get(struct rte_eth_dev *dev,
Dear Stephen,
We will fix the issues and resubmit as soon as possible.
Thanks!
Howard Wang
-邮件原件-
发件人: Stephen Hemminger
发送时间: 2024年5月29日 5:34
收件人: 王颢
抄送: dev@dpdk.org; Howard Wang
主题: Re: [PATCH] r8126: add r8126 ethernet poll mode driver
External mail.
Went to apply this to
the future, we will
consider reusing the duplicated code.
Thanks!
Howard Wang
-邮件原件-
发件人: Stephen Hemminger
发送时间: 2024年5月29日 5:36
收件人: 王颢
抄送: dev@dpdk.org; Howard Wang
主题: Re: [PATCH] r8125: add r8125 ethernet poll mode driver
External mail.
On Mon, 27 May 2024 14:15:28 +0800
Howard
25 matches
Mail list logo