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
| ||
|
Message-Id: <1424201196-4901-1-git-send-email-f.fainelli@gmail.com> Date: Tue, 17 Feb 2015 11:26:34 -0800 From: Florian Fainelli <f.fainelli@...il.com> To: netdev@...r.kernel.org Cc: davem@...emloft.net, Florian Fainelli <f.fainelli@...il.com>, vivien.didelot@...oirfairelinux.com, jerome.oufella@...oirfairelinux.com, linux@...ck-us.net, andrew@...n.ch, cphealy@...il.com Subject: [PATCH RFC 0/2] net: dsa: integration with SWITCHDEV for HW bridging Hi all, This patchset is mostly to demonstrate how we could integrate with SWITCHDEV to provide HW bridging support for DSA switch drivers that are currently in tree. Since 'net-next' is currently closed, this gives us some time to work on the abstraction we want to have in DSA to facilitate our life. Attached is an example of how this winds up looking like for the bcm_sf2 driver. Florian Fainelli (2): net: dsa: integrate with SWITCHDEV for HW bridging net: dsa: bcm_sf2: implement HW bridging operations drivers/net/dsa/bcm_sf2.c | 93 ++++++++++++++++++++++++++++++++++++ include/net/dsa.h | 10 ++++ net/dsa/Kconfig | 1 + net/dsa/dsa.c | 7 +++ net/dsa/dsa_priv.h | 2 + net/dsa/slave.c | 117 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 230 insertions(+) -- 2.1.0 -- 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