Visible to Intel only — GUID: nww1645779922972
Ixiasoft
Visible to Intel only — GUID: nww1645779922972
Ixiasoft
5.7.4. Configuring iPerf Server Auto-Initialization
The example design is capable of initializing the iPerf server using pre-determined arguments upon running the Nios V applications. This is developed for ease of use purpose, and it can be disabled if other iPerf utility is required.
To disable this feature, you need to provide the 0 argument to the App_IPerf_TaskTerminal(), and the iPerf terminal begins acquiring the custom iperf commands after iPerf is successfully initialized. The iperf command must end with an ENTER key to complete the acquisition process.
iPerf server auto-initialization feature in main.c
//To enable auto-initialization App_IPerf_TaskTerminal( 1 ); //To disable auto-initialization App_IPerf_TaskTerminal( 0 );