]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'stmmac-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 31 Jul 2014 21:13:38 +0000 (14:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Jul 2014 21:13:38 +0000 (14:13 -0700)
commit8e97b85a8f1b6f203a75234b550d3eec5752c269
tree518b93e036b1a4d6c345f3d72d466ffd5b92771d
parenta173e550c2bae5196c0938bcc9de323a9ea62e77
parent3b57de958e2aa39abe020eb31bf19000d5899389
Merge branch 'stmmac-next'

Vince Bridgers says:

====================
net: stmmac: Improve mcast/ucast filter for snps

This patch series adds Synopsys specific bindings for the Synopsys EMAC
filter characteristics since those are implementation dependent. The
multicast and unicast filtering code was improved to handle different
configuration variations based on device tree settings.

I verified the operation of the multicast and unicast filters through
Synopsys support as requested during the V1 review, and tested the GMAC
configuration on an Altera Cyclone 5 SOC (which supports 256 multicast
bins and 128 Unicast addresses). The 10/100 variant of this driver
modification was not tested, although it was compile tested. I shared
the email thread results of the investigation through Synopsys with the
stmmac maintainer.

V4: Remove patch from series that addressed a sparse issue from a
    down rev'd version of sparse that does not show up in the
    latest version of sparse.
V3: Break up the patch into interface and functional change patches
    per review comments
V2: Confirm with Synopsys methods to determine number of Multicast bins
    and Unicast address filter entries per first round review comments.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>