]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pipeline/rte_table_action.h
net: add rte prefix to ether structures
[dpdk.git] / lib / librte_pipeline / rte_table_action.h
index cf6eeaa3039e4df983d985e4bb106dee800cd749..ef45a3023328df2a3bd9ea38362964512e451e3b 100644 (file)
@@ -387,8 +387,8 @@ enum rte_table_action_encap_type {
 
 /** Pre-computed Ethernet header fields for encapsulation action. */
 struct rte_table_action_ether_hdr {
-       struct ether_addr da; /**< Destination address. */
-       struct ether_addr sa; /**< Source address. */
+       struct rte_ether_addr da; /**< Destination address. */
+       struct rte_ether_addr sa; /**< Source address. */
 };
 
 /** Pre-computed VLAN header fields for encapsulation action. */