lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 21 Feb 2015 21:43:17 +0100
From:	Andrew Lunn <andrew@...n.ch>
To:	Jiri Pirko <jiri@...nulli.us>
Cc:	Jonas Johansson <jonasj76@...il.com>,
	Florian Fainelli <f.fainelli@...il.com>,
	netdev@...r.kernel.org,
	Jonas Johansson <jonas.johansson@...termo.se>,
	Scott Feldman <sfeldma@...il.com>
Subject: Re: [PATCH net-next 1/2] dsa: bonding: implement HW bonding

> Hmm, I'm not sure I understand correctly what the marvel hw is capable of.
> Would you care to explain it a bit ? (or maybe I should read the
> datasheet)

The mv88e6060 data sheet is publicly available. It is a rather old
chip, but i guess trunking has not changed too much since then. All
the newer chips require an NDA to get the datahseet.

What i've done before is get the switch to combine two ports into a
trunk. It will then load balance packets over the two ports. If one of
the ports fails, i.e. link down, it will then concentrate all the
traffic over the one remaining port. i.e some basic form of
redundancy/failover.

Not covered by this patchset, but what would be interesting, is
getting trunking working towards the host. Many of the recent wireless
APs have two ethernet interfaces connected to the switch. The current
DSA architecture only allows one of them to be used for traffic
to/from the host from/to the switch.

	Andrew
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists