On 27/04/18 18:11, Ido Schimmel wrote: > From: Petr Machata <petrm@xxxxxxxxxxxx> > > When handling mirroring to a gretap or ip6gretap netdevice in mlxsw, the > underlay address (i.e. the remote address of the tunnel) may be routed > to a bridge. > > In that case, look up the resolved neighbor Ethernet address in that > bridge's FDB. Then configure the offload to direct the mirrored traffic > to that port, possibly with tagging. > > Signed-off-by: Petr Machata <petrm@xxxxxxxxxxxx> > Signed-off-by: Ido Schimmel <idosch@xxxxxxxxxxxx> > --- > .../net/ethernet/mellanox/mlxsw/spectrum_span.c | 95 ++++++++++++++++++++-- > .../net/ethernet/mellanox/mlxsw/spectrum_span.h | 1 + > 2 files changed, 90 insertions(+), 6 deletions(-) > Looks good, thanks! Reviewed-by: Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx>