Re: [PATCH net-next 1/6] ethernet: add a helper for assigning port addresses
From: Vladimir Oltean <olteanv@gmail.com> Date: 2021-10-18 21:38:14
On Mon, Oct 18, 2021 at 02:10:02PM -0700, Jakub Kicinski wrote:
We have 5 drivers which offset base MAC addr by port id.
Create a helper for them.
This helper takes care of overflows, which some drivers
did not do, please complain if that's going to break
anything!
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
--
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>