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