summaryrefslogtreecommitdiff
path: root/misc/ref_dsa_en.bib
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2019-03-14 16:21:41 +0106
committerJohn Ogness <john.ogness@linutronix.de>2019-03-14 16:21:41 +0106
commit346808b444905d2c43319b421e5edda7bfd1dc57 (patch)
tree666287c430ff6afd1428015afb079228ceeb1c67 /misc/ref_dsa_en.bib
parentf1ff49a0759f0c1dd986e6e119e164c8a644079e (diff)
pres_dsa: add DSA presentation
This is Kurt's Distributed Switch Architecture slides from the Techdays. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'misc/ref_dsa_en.bib')
-rw-r--r--misc/ref_dsa_en.bib31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/ref_dsa_en.bib b/misc/ref_dsa_en.bib
new file mode 100644
index 0000000..7b54c36
--- /dev/null
+++ b/misc/ref_dsa_en.bib
@@ -0,0 +1,31 @@
+@misc{dsa_slides,
+author={{Andrew Lunn, Vivien Didelot, Florian Fainelli}},
+title={{Distributed Switch Architecture, A.K.A. DSA}},
+month=jan,
+year={2019},
+url={{https://netdevconf.org/2.1/slides/apr6/lunn-dsa-netdev-2.1.pdf}},
+}
+
+@ONLINE{dsa_paper,
+author={{Andrew Lunn, Vivien Didelot, Florian Fainelli}},
+title={{Distributed Switch Architecture, A.K.A. DSA}},
+month=jan,
+year={2019},
+url={{https://netdevconf.org/2.1/papers/distributed-switch-architecture.pdf}},
+}
+
+@ONLINE{dsa_doc,
+author={{Florian Fainelli}},
+title={{Distributed Switch Architecture}},
+month=jan,
+year={2019},
+url={{https://www.kernel.org/doc/Documentation/networking/dsa/dsa.txt}},
+}
+
+@ONLINE{switchdev_doc,
+author={{Jiri Pirko, Scott Feldman}},
+title={{Ethernet switch device driver model}},
+month=jan,
+year={2019},
+url={{https://www.kernel.org/doc/Documentation/networking/switchdev.txt}},
+}