[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471874464-16142-1-git-send-email-andrew@lunn.ch>
Date: Mon, 22 Aug 2016 16:01:00 +0200
From: Andrew Lunn <andrew@...n.ch>
To: David Miller <davem@...emloft.net>
Cc: Jamie Lentin <jm@...tin.co.uk>,
Florian Fainelli <f.fainelli@...il.com>,
Vivien Didelot <vivien.didelot@...oirfairelinux.com>,
netdev <netdev@...r.kernel.org>, Andrew Lunn <andrew@...n.ch>
Subject: [PATCH 0/4] Fix MV88E6131 tagging
Marvell has two different tagging protocols for frames passed to a
swicth. There is the older DSA and the newer EDSA. Somewhere along the
way, we broke support for switches which only support DSA, by trying
to configure them to use EDSA. These patches add back support for
switches which only support DSA, by allowing the drivers to
dynamically indicate the tagging protocol they support to the DSA
core. This needs to be dynamic since the mv88e6xxx has to support two
protocols.
Thanks go to Jamie Lentin for reporting the problem, helping debug it,
providing some of the fix, and testing.
Andrew Lunn (3):
net: dsa: Allow the DSA driver to indicate the tag protocol
net: dsa: mv88e6xxx: Fix support for DSA tagging for older switches.
dsa: mv88e6xxx: Delete ppu timer when removing module
Jamie Lentin (1):
net: mv88e6xxx: Enable PORT_CONTROL_FORWARD_UNKNOWN for DSA-tagged CPU
ports
drivers/net/dsa/b53/b53_common.c | 7 +++-
drivers/net/dsa/bcm_sf2.c | 7 +++-
drivers/net/dsa/mv88e6060.c | 7 +++-
drivers/net/dsa/mv88e6xxx/Kconfig | 1 +
drivers/net/dsa/mv88e6xxx/chip.c | 61 +++++++++++++++++++++--------------
drivers/net/dsa/mv88e6xxx/mv88e6xxx.h | 16 +++++++--
include/net/dsa.h | 5 +--
net/dsa/dsa.c | 5 ++-
net/dsa/dsa2.c | 4 ++-
9 files changed, 78 insertions(+), 35 deletions(-)
--
2.8.1
Powered by blists - more mailing lists