All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@oss.nxp.com>
To: ye.li@oss.nxp.com
Cc: festevam@gmail.com, u-boot@lists.denx.de, peng.fan@nxp.com,
	uboot-imx@nxp.com, alice.guo@nxp.com, ye.li@nxp.com
Subject: Re: [PATCH 3/3] imx9: scmi: use 48-bit MAC add instead of incrementing mac[5]
Date: Thu, 18 Jun 2026 10:03:15 +0800	[thread overview]
Message-ID: <ajNR40PYgH5MJ/Nu@shlinux89> (raw)
In-Reply-To: <20260618011749.2871269-3-ye.li@oss.nxp.com>

On Thu, Jun 18, 2026 at 09:17:49AM +0800, ye.li@oss.nxp.com wrote:
>From: Alice Guo <alice.guo@nxp.com>
>
>Replace mac[5] += offset with a proper 48-bit MAC address add to avoid
>overflow issues when mac[5] was close to 255.
>
>Example:
>i.MX95 MAC2: 00:11:22:33:44:FE + 6
>Old: 00:11:22:33:44:04 (overflow, wraps to 0)
>New: 00:11:22:33:45:04 (correct carry from mac[5] to mac[4])
>
>Signed-off-by: Alice Guo <alice.guo@nxp.com>
>Signed-off-by: Ye Li <ye.li@nxp.com>

Reviewed-by: Peng Fan <peng.fan@nxp.com>

  reply	other threads:[~2026-06-18  2:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-18  1:17 [PATCH 1/3] imx9: scmi: Fix SPL trampoline buffer for 1GB DDR ye.li
2026-06-18  1:17 ` [PATCH 2/3] imx9: scmi: Correct shutdown checking ye.li
2026-06-18  1:17 ` [PATCH 3/3] imx9: scmi: use 48-bit MAC add instead of incrementing mac[5] ye.li
2026-06-18  2:03   ` Peng Fan [this message]
2026-06-18  2:02 ` [PATCH 1/3] imx9: scmi: Fix SPL trampoline buffer for 1GB DDR Peng Fan
2026-06-18  7:00 ` Francesco Dolcini
2026-06-18  8:14   ` Ye Li
2026-06-18  8:41     ` Emanuele Ghidoli

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=ajNR40PYgH5MJ/Nu@shlinux89 \
    --to=peng.fan@oss.nxp.com \
    --cc=alice.guo@nxp.com \
    --cc=festevam@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=ye.li@nxp.com \
    --cc=ye.li@oss.nxp.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.