From: Florian Fainelli <f.fainelli@gmail.com>
To: netdev@vger.kernel.org, davem@davemloft.net
Cc: andrew@lunn.ch, vivien.didelot@savoirfairelinux.com,
cphealy@gmail.com, jiri@mellanox.com
Subject: Re: [PATCH net-next v3 0/4] net: dsa: Port mirroring support
Date: Sun, 29 Jan 2017 11:46:37 -0800 [thread overview]
Message-ID: <c6533daa-c036-6aef-1850-773996533ccc@gmail.com> (raw)
In-Reply-To: <20170129192910.6069-1-f.fainelli@gmail.com>
On 01/29/2017 11:29 AM, Florian Fainelli wrote:
> Hi all,
>
> This patch series adds support for port mirroring in the two
> Broadcom switch drivers. The major part of the functional are actually with
> the plumbing between tc and the drivers.
>
> David, this will most likely conflict a little bit with my other series:
> net: dsa: bcm_sf2: CFP support, so just let me know if that happens, and
> I will provide a rebased version. Thanks!
David, not sure why but patch 1 does not want to show up on patchwork,
and cross checking with spinics.net it's not on netdev@vger.kernel.org
either... you should have it in your inbox hopefully. git send-email did
return it was sent correctly. Let me know if you need me to resend the
whole series. Thanks!
>
> Changes in v3:
>
> - removed multiline comments from added structures
> - simplify error handling in dsa_slave_add_cls_matchall
>
> Changes in v2:
>
> - fixed filter removal logic to disable the ingress or egress mirroring
> when there are no longer ports being monitored in ingress or egress
>
> - removed a stray list_head in dsa_port structure that is not used
>
> Tested using the two iproute2 examples:
>
> # ingress
> tc qdisc add dev eth1 handle ffff: ingress
> tc filter add dev eth1 parent ffff: \
> matchall skip_sw \
> action mirred egress mirror \
> dev eth2
> # egress
> tc qdisc add dev eth1 handle 1: root prio
> tc filter add dev eth1 parent 1: \
> matchall skip_sw \
> action mirred egress mirror \
> dev eth2
>
>
> Florian Fainelli (4):
> net: dsa: Add plumbing for port mirroring
> net: dsa: b53: Add mirror capture register definitions
> net: dsa: b53: Add support for port mirroring
> net: dsa: bcm_sf2: Add support for port mirroring
>
> drivers/net/dsa/b53/b53_common.c | 67 +++++++++++++++++++
> drivers/net/dsa/b53/b53_priv.h | 4 ++
> drivers/net/dsa/b53/b53_regs.h | 32 ++++++++++
> drivers/net/dsa/bcm_sf2.c | 2 +
> include/net/dsa.h | 33 ++++++++++
> net/dsa/dsa_priv.h | 3 +
> net/dsa/slave.c | 135 ++++++++++++++++++++++++++++++++++++++-
> 7 files changed, 275 insertions(+), 1 deletion(-)
>
--
Florian
next prev parent reply other threads:[~2017-01-29 19:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-29 19:29 [PATCH net-next v3 0/4] net: dsa: Port mirroring support Florian Fainelli
2017-01-29 19:29 ` [PATCH net-next v3 1/4] net: dsa: Add plumbing for port mirroring Florian Fainelli
2017-01-29 19:29 ` [PATCH net-next v3 2/4] net: dsa: b53: Add mirror capture register definitions Florian Fainelli
2017-01-29 19:29 ` [PATCH net-next v3 3/4] net: dsa: b53: Add support for port mirroring Florian Fainelli
2017-01-29 19:29 ` [PATCH net-next v3 4/4] net: dsa: bcm_sf2: " Florian Fainelli
2017-01-29 19:43 ` [PATCH net-next v3 1/4] net: dsa: Add plumbing " Florian Fainelli
2017-01-29 19:46 ` Florian Fainelli [this message]
2017-01-29 20:33 ` [PATCH net-next v3 0/4] net: dsa: Port mirroring support Florian Fainelli
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=c6533daa-c036-6aef-1850-773996533ccc@gmail.com \
--to=f.fainelli@gmail.com \
--cc=andrew@lunn.ch \
--cc=cphealy@gmail.com \
--cc=davem@davemloft.net \
--cc=jiri@mellanox.com \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@savoirfairelinux.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).