Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1725473
| From | Antoine Tenart <antoine.tenart@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next v3 0/3] net: mvpp2: improve the mac address retrieval logic |
| Date | 2017-09-02 11:10 +0200 |
| Message-ID | <ulcBd-14i-51@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all,
This series aims at fixing the logic behind the MAC address retrieval in the
PPv2 driver. A possible issue is also fixed in patch 3/3 to introduce fallbacks
when the address given in the device tree isn't valid.
Thanks!
Antoine
Since v2:
- Patch 1/4 from v2 was applied on net (and net was merged in net-next).
- Rebased on net-next.
Since v1:
- Rebased onto net (was on net-next).
Antoine Tenart (3):
net: mvpp2: move the mac retrieval/copy logic into its own function
net: mvpp2: fix use of the random mac address for PPv2.2
net: mvpp2: fallback using h/w and random mac if the dt one isn't
valid
drivers/net/ethernet/marvell/mvpp2.c | 48 ++++++++++++++++++++++--------------
1 file changed, 30 insertions(+), 18 deletions(-)
--
2.13.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next v3 0/3] net: mvpp2: improve the mac address retrieval logic Antoine Tenart <antoine.tenart@free-electrons.com> - 2017-09-02 11:10 +0200 [PATCH net-next v3 1/3] net: mvpp2: move the mac retrieval/copy logic into its own function Antoine Tenart <antoine.tenart@free-electrons.com> - 2017-09-02 11:10 +0200 Re: [PATCH net-next v3 0/3] net: mvpp2: improve the mac address retrieval logic David Miller <davem@davemloft.net> - 2017-09-04 05:20 +0200
csiph-web