1.. zephyr:code-sample:: dsa 2 :name: DSA (Distributed Switch Architecture) 3 :relevant-api: DSA 4 5 Test and debug Distributed Switch Architecture 6 7Overview 8******** 9 10Example on testing/debugging Distributed Switch Architecture 11 12The source code for this sample application can be found at: 13:zephyr_file:`samples/net/dsa`. 14 15Requirements 16************ 17 18- :ref:`networking_with_host` 19 20Building and Running 21******************** 22 23Host machine with :zephyr:board:`ip_k66f` board from Segger. 24 25Follow these steps to build the DSA sample application: 26 27.. zephyr-app-commands:: 28 :zephyr-app: samples/net/dsa 29 :board: <board to use> 30 :conf: prj.conf 31 :goals: build 32 :compact: 33