doc: add jobstats sample guide
[dpdk.git] / doc / guides / sample_app_ug / ip_reassembly.rst
index 103e12b..6c500c0 100644 (file)
 IP Reassembly Sample Application
 ================================
 
-The L3 Forwarding application is a simple example of packet processing using the Intel® DPDK.
+The L3 Forwarding application is a simple example of packet processing using the DPDK.
 The application performs L3 forwarding with reassembly for fragmented IPv4 and IPv6 packets.
 
 Overview
 --------
 
-The application demonstrates the use of the Intel® DPDK libraries to implement packet forwarding
+The application demonstrates the use of the DPDK libraries to implement packet forwarding
 with reassembly for IPv4 and IPv6 fragmented packets.
 The initialization and run- time paths are very similar to those of the L2 forwarding application
 (see Chapter 9 "L2 Forwarding Sample Application" for more information).
@@ -69,7 +69,7 @@ To compile the application:
 
         export RTE_TARGET=x86_64-native-linuxapp-gcc
 
-See the *Intel® DPDK Getting Started Guide* for possible RTE_TARGET values.
+See the *DPDK Getting Started Guide* for possible RTE_TARGET values.
 
 #.  Build the application: