]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/skeleton.rst
net: add rte prefix to ether structures
[dpdk.git] / doc / guides / sample_app_ug / skeleton.rst
index 11ee521b3cd167ac4318148a16e880479b98f8ba..715f5e91a5fcfd26091e5732c0ac12dea9e2b266 100644 (file)
@@ -115,7 +115,7 @@ Forwarding application is shown below:
     {
         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;