This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This application tests whether an ethernet port can correctly send and receive | |
| * data with both PACKET_TX_RING and PACKET_RX_RING enabled. | |
| * | |
| * This application uses EtherCAT packets and is intended to communicate with an EtherCAT slave device | |
| * connected to the eth0 port. This core problem looks to be unrelated to the use of EtherCAT; it's just | |
| * that communicating with a single device that echos (or almost echos) data is easier to write a test for. | |
| * | |
| * The test contains 2 sub-tests: | |
| * (1) Send and receive data using PACKET_RX_RING but without PACKET_TX_RING. (named 'Tx-Send' in the test output) |