X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fipv4_multicast.rst;h=2020c4ba2ac21cf7e3eb55d80e0dd6f88350073b;hb=146a1c46a15689ec7e557ccee2cbc0f1e6a9e849;hp=a9c9df81b924aca0b1dde04fa1bb048b68fb0b3e;hpb=d0dff9ba445e47199a420dd4b5451ec2860d3d3b;p=dpdk.git diff --git a/doc/guides/sample_app_ug/ipv4_multicast.rst b/doc/guides/sample_app_ug/ipv4_multicast.rst index a9c9df81b9..2020c4ba2a 100644 --- a/doc/guides/sample_app_ug/ipv4_multicast.rst +++ b/doc/guides/sample_app_ug/ipv4_multicast.rst @@ -32,7 +32,7 @@ IPv4 Multicast Sample Application ================================= The IPv4 Multicast application is a simple example of packet processing -using the Intel® Data Plane Development Kit (Intel® DPDK). +using the Data Plane Development Kit (DPDK). The application performs L3 multicasting. Overview @@ -76,7 +76,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: @@ -126,7 +126,7 @@ In this command: * The -q option assigns 1 queue to each lcore -Refer to the *Intel® DPDK Getting Started Guide* for general information on running applications +Refer to the *DPDK Getting Started Guide* for general information on running applications and the Environment Abstraction Layer (EAL) options. Explanation