[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180322.143324.294736014572721617.davem@davemloft.net>
Date: Thu, 22 Mar 2018 14:33:24 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: f.fainelli@...il.com, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [RFC PATCH] etherdevice.h: net/core: Add ether_addrs.c and
global ether_<foo>_addr
From: Joe Perches <joe@...ches.com>
Date: Wed, 21 Mar 2018 02:03:37 -0700
> There are multiple instances of static const arrays for broadcast
> and zero ethernet addresses used for various purposes.
>
> Add const u8 ether_<foo>_addr[ETH_ALEN] globals to consolidate these uses.
>
> Miscellanea:
>
> o Move and rename the eth_reserved_addr_base declaration to this file
> and declare it extern to avoid possible multiple static definitions
> o Add compilation to the Makefile
>
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
>
> Not sure this is the best place for this. Better ideas welcomed.
Well, for one thing you will need to export the symbols.
As for location, anything referencing these symbols or calling helpers
which do should depend upon ethernet.
Powered by blists - more mailing lists