]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/rxtx_callbacks.rst
net: add rte prefix to ether structures
[dpdk.git] / doc / guides / sample_app_ug / rxtx_callbacks.rst
index 85d96d8a2d740257d541b7c1473766e081428bb3..1ca959c5579fc2e1d4c36b16fd28fe2e561f6078 100644 (file)
@@ -32,7 +32,7 @@ target. This is generally on by default:
 Running the Application
 -----------------------
 
-To run the example in a ``linuxapp`` environment:
+To run the example in a ``linux`` environment:
 
 .. code-block:: console
 
@@ -79,7 +79,7 @@ comments:
     {
         struct rte_eth_conf port_conf = port_conf_default;
         const uint16_t rx_rings = 1, tx_rings = 1;
-        struct ether_addr addr;
+        struct rte_ether_addr addr;
         int retval;
         uint16_t q;