[dpdk-web] [PATCH] add examples build in quick start

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Feb 20 14:38:43 CET 2017


Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
 doc/quick-start.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/quick-start.html b/doc/quick-start.html
index 164dd60..7c89982 100644
--- a/doc/quick-start.html
+++ b/doc/quick-start.html
@@ -90,6 +90,10 @@ testpmd> stop
   RX-packets: 4384665        RX-dropped: 0             RX-total: 4384665
   TX-packets: 4384729        TX-dropped: 0             TX-total: 4384729
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++</pre>
+
+			<p>Some sample applications can be tested after building them.</p>
+			<pre>
+make -C examples RTE_SDK=$(pwd) RTE_TARGET=build O=$(pwd)/build/examples</pre>
 		</section>
 	</body>
 </html>
-- 
2.7.0



More information about the web mailing list