]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnx2x/bnx2x_vfpf.h
net: add rte prefix to ether structures
[dpdk.git] / drivers / net / bnx2x / bnx2x_vfpf.h
index cc6fef956f56d6a998c20126ee520aa0caf88dab..6964c9d98933670a5153e3ec08b4f96885b9a66c 100644 (file)
@@ -115,7 +115,7 @@ struct vf_resc {
        uint8_t num_vlan_filters;
        uint8_t num_mc_filters;
        uint8_t permanent_mac_addr[ETH_ALEN];
-       struct ether_addr current_mac_addr;
+       struct rte_ether_addr current_mac_addr;
        uint16_t pf_link_speed;
        uint32_t pf_link_supported;
 };