]> git.droids-corp.org - dpdk.git/blobdiff - usertools/dpdk-setup.sh
net: add rte prefix to ether structures
[dpdk.git] / usertools / dpdk-setup.sh
index 5eebbce8776c38c0eec057357c9d4051d6fb8e32..d00807420fc2b72c26d64edc2b338eae972150e7 100755 (executable)
@@ -479,7 +479,7 @@ step1_func()
 #
 step2_func()
 {
-       TITLE="Setup linuxapp environment"
+       TITLE="Setup linux environment"
 
        TEXT[1]="Insert IGB UIO module"
        FUNC[1]="load_igb_uio_module"
@@ -514,7 +514,7 @@ step2_func()
 #
 step3_func()
 {
-       TITLE="Run test application for linuxapp environment"
+       TITLE="Run test application for linux environment"
 
        TEXT[1]="Run test application (\$RTE_TARGET/app/test)"
        FUNC[1]="run_test_app"