summaryrefslogtreecommitdiff
path: root/misc/ref_dsa_en.bib
diff options
context:
space:
mode:
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}},
+}