X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fip_reassembly.rst;h=6c500c0a07f4e39f79502b261d7c095cb8eaaaab;hb=ccefe752cab0;hp=103e12bd83d30e102358a5d5d4bd78bcd15c4c59;hpb=d0dff9ba445e47199a420dd4b5451ec2860d3d3b;p=dpdk.git diff --git a/doc/guides/sample_app_ug/ip_reassembly.rst b/doc/guides/sample_app_ug/ip_reassembly.rst index 103e12bd83..6c500c0a07 100644 --- a/doc/guides/sample_app_ug/ip_reassembly.rst +++ b/doc/guides/sample_app_ug/ip_reassembly.rst @@ -31,13 +31,13 @@ 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: