From: Vince Bridgers <vbridgers2013@gmail.com>
To: netdev@vger.kernel.org, devicetree@vger.kernel.org,
peppe.cavallaro@st.com, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org,
robh+dt@kernel.org
Cc: dinguyen@altera.com, davem@davemloft.net,
vbridgers2013@gmail.com, vbridger@altera.com
Subject: [PATCH net v3 0/6] net: stmmac: Improve mcast/ucast filter for snps
Date: Tue, 29 Jul 2014 17:06:41 -0500 [thread overview]
Message-ID: <1406671607-27368-1-git-send-email-vbridgers2013@gmail.com> (raw)
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.
---
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.
Vince Bridgers (6):
net: stmmac: Change MAC interface to support multiple filter
configurations
net: stmmac: Correct set_filter for multicast and unicast cases
dts: Add bindings for multicast hash bins and perfect filter entries
ARM: socfpga: Add socfpga Ethernet filter attributes entries
net: stmmac: Support devicetree configs for mcast and ucast filter
entries
net: stmmac: squelch sparse warning with casts
Documentation/devicetree/bindings/net/stmmac.txt | 6 +
arch/arm/boot/dts/socfpga.dtsi | 4 +
drivers/net/ethernet/stmicro/stmmac/common.h | 47 ++++---
drivers/net/ethernet/stmicro/stmmac/dwmac1000.h | 3 +-
.../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 131 ++++++++++++++------
.../net/ethernet/stmicro/stmmac/dwmac100_core.c | 27 ++--
.../net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 6 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 38 +++---
.../net/ethernet/stmicro/stmmac/stmmac_platform.c | 71 ++++++++++-
include/linux/stmmac.h | 2 +
10 files changed, 240 insertions(+), 95 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-07-29 22:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-29 22:06 Vince Bridgers [this message]
[not found] ` <1406671607-27368-1-git-send-email-vbridgers2013-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-07-29 22:06 ` [PATCH net v3 1/6] net: stmmac: Change MAC interface to support multiple filter configurations Vince Bridgers
2014-07-29 22:06 ` [PATCH net v3 2/6] net: stmmac: Correct set_filter for multicast and unicast cases Vince Bridgers
2014-07-29 22:06 ` [PATCH net v3 3/6] dts: Add bindings for multicast hash bins and perfect filter entries Vince Bridgers
2014-07-29 22:06 ` [PATCH net v3 4/6] ARM: socfpga: Add socfpga Ethernet filter attributes entries Vince Bridgers
2014-07-29 22:06 ` [PATCH net v3 5/6] net: stmmac: Support devicetree configs for mcast and ucast filter entries Vince Bridgers
2014-07-29 22:06 ` [PATCH net v3 6/6] net: stmmac: squelch sparse warning with casts Vince Bridgers
2014-07-30 14:52 ` Dinh Nguyen
2014-07-31 18:59 ` [PATCH net v3 0/6] net: stmmac: Improve mcast/ucast filter for snps David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1406671607-27368-1-git-send-email-vbridgers2013@gmail.com \
--to=vbridgers2013@gmail.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=dinguyen@altera.com \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=netdev@vger.kernel.org \
--cc=pawel.moll@arm.com \
--cc=peppe.cavallaro@st.com \
--cc=robh+dt@kernel.org \
--cc=vbridger@altera.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).