Re: [U-Boot] [PATCHv6 11/28] net: core: Add MAC address helper functions

2017-05-30 Thread Joe Hershberger
On Mon, May 15, 2017 at 3:02 AM, Olliver Schinagl wrote: > Universally administered and locally administered addresses are > distinguished by setting the second-least-significant bit of the first > octet of the address. Having a function to check and set this U/L bit > from a function makes it nic

Re: [U-Boot] [PATCHv6 11/28] net: core: Add MAC address helper functions

2017-05-15 Thread Tom Rini
On Mon, May 15, 2017 at 10:02:27AM +0200, Olliver Schinagl wrote: > Universally administered and locally administered addresses are > distinguished by setting the second-least-significant bit of the first > octet of the address. Having a function to check and set this U/L bit > from a function mak

[U-Boot] [PATCHv6 11/28] net: core: Add MAC address helper functions

2017-05-15 Thread Olliver Schinagl
Universally administered and locally administered addresses are distinguished by setting the second-least-significant bit of the first octet of the address. Having a function to check and set this U/L bit from a function makes it nice for boards that want to generate their own mac address to ensure