Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:techref:hardware:switch [2023/03/09 12:51] – [Features] Fix grammar error brlindocs:techref:hardware:switch [2024/08/11 20:52] (current) – [Realtek] fix link linus
Line 1: Line 1:
 ====== Ethernet Network Switch ====== ====== Ethernet Network Switch ======
 Many devices supported by OpenWrt contain an Ethernet network switch. Most switches are //configurable// and driver options are available. Typical features include ethernet frame tagging and [[docs:guide-user:network:vlan:switch_configuration|VLAN]] support. We require two software components: Many devices supported by OpenWrt contain an Ethernet network switch. Most switches are //configurable// and driver options are available. Typical features include ethernet frame tagging and [[docs:guide-user:network:vlan:switch_configuration|VLAN]] support. We require two software components:
-  - kind of a driver +  - kind of a driver 
-  - utility+  - utility
  
 ===== DSA Distributed Network Switch ===== ===== DSA Distributed Network Switch =====
Line 24: Line 24:
  
 ^ Target      ^ Kernel       ^ Notes          ^ ^ Target      ^ Kernel       ^ Notes          ^
 +| bcm53xx           | 5.10? |         |
 | Gemini            | 5.10  |         | | Gemini            | 5.10  |         |
 | IMX6              | 5.10  |         | | IMX6              | 5.10  |         |
Line 44: Line 45:
   * [[http://realtek.info/pdf/rtl8366_8369_datasheet_1-1.pdf|RTL8366/RTL8369 datasheet]], notice that this is quite different from RTL8366RB or RTL8369S   * [[http://realtek.info/pdf/rtl8366_8369_datasheet_1-1.pdf|RTL8366/RTL8369 datasheet]], notice that this is quite different from RTL8366RB or RTL8369S
   * [[https://web.archive.org/web/20100729202805/http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PNid=18&PFid=15&Level=5&Conn=4&ProdID=197|RealTek RTL8366RB]], a 5-port Gigabit switch e.g. in the [[toh/tp-link/tl-wr1043nd|WR1043ND v1]] or [[toh/d-link/DIR-685]]   * [[https://web.archive.org/web/20100729202805/http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PNid=18&PFid=15&Level=5&Conn=4&ProdID=197|RealTek RTL8366RB]], a 5-port Gigabit switch e.g. in the [[toh/tp-link/tl-wr1043nd|WR1043ND v1]] or [[toh/d-link/DIR-685]]
-    * [[https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/dsa/rtl8366rb.c|Upstream RTL8366RB DSA kernel driver]] this should become the default after incorporating kernel v4.19 or later+    * [[https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/dsa/realtek/rtl8366rb.c|Upstream RTL8366RB DSA kernel driver]] this should become the default after incorporating kernel v4.19 or later
     * see [[https://dev.openwrt.org/search?q=+8366RB&noquickjump=1&ticket=on|all tickets concerning the Realtek RTL8366RB]]     * see [[https://dev.openwrt.org/search?q=+8366RB&noquickjump=1&ticket=on|all tickets concerning the Realtek RTL8366RB]]
       * e.g. [[https://dev.openwrt.org/ticket/7977|Ticket 7977:Enhance rtl8366rb driver]]       * e.g. [[https://dev.openwrt.org/ticket/7977|Ticket 7977:Enhance rtl8366rb driver]]
  • Last modified: 2023/03/09 12:51
  • by brlin