From: Stephen Hemminger <stephen@networkplumber.org>
To: Howard Wang <howard_wang@realsil.com.cn>
Cc: <dev@dpdk.org>, <pro_nic_dpdk@realtek.com>
Subject: Re: [PATCH] net/r8169: add support for hw initialization
Date: Wed, 25 Sep 2024 08:17:54 -0700 [thread overview]
Message-ID: <20240925081754.420f5d09@fedora> (raw)
In-Reply-To: <20240925075421.38142-1-howard_wang@realsil.com.cn>
On Wed, 25 Sep 2024 15:54:21 +0800
Howard Wang <howard_wang@realsil.com.cn> wrote:
> + PMD_INIT_LOG(NOTICE, "r8169: Assign randomly generated MAC address "
> + "%02x:%02x:%02x:%02x:%02x:%02x",
> + perm_addr->addr_bytes[0],
> + perm_addr->addr_bytes[1],
> + perm_addr->addr_bytes[2],
> + perm_addr->addr_bytes[3],
> + perm_addr->addr_bytes[4],
> + perm_addr->addr_bytes[5]);
DPDK rte_ether.h has a function to format ethernet addresses for printing, please
use that.
prev parent reply other threads:[~2024-09-25 15:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 7:54 Howard Wang
2024-09-25 15:16 ` Stephen Hemminger
2024-09-25 15:16 ` Stephen Hemminger
2024-09-25 15:17 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240925081754.420f5d09@fedora \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=howard_wang@realsil.com.cn \
--cc=pro_nic_dpdk@realtek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).