]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnx2x/bnx2x_ethdev.h
net/ixgbe: fix zeroing of RSS config
[dpdk.git] / drivers / net / bnx2x / bnx2x_ethdev.h
index 45958db9ae3d724102916a9744d0eb6e3340df26..bd3ef143b63dc4a4f8d5b62c52e9aa89d6aa781b 100644 (file)
@@ -75,7 +75,8 @@ typedef int bool;
 
 /* MAC address operations */
 struct bnx2x_mac_ops {
 
 /* MAC address operations */
 struct bnx2x_mac_ops {
-       void (*mac_addr_add)(struct rte_eth_dev *dev, struct ether_addr *addr,
+       void (*mac_addr_add)(struct rte_eth_dev *dev,
+                       struct rte_ether_addr *addr,
                        uint16_t index, uint32_t pool);                           /* not implemented yet */
        void (*mac_addr_remove)(struct rte_eth_dev *dev, uint16_t index); /* not implemented yet */
 };
                        uint16_t index, uint32_t pool);                           /* not implemented yet */
        void (*mac_addr_remove)(struct rte_eth_dev *dev, uint16_t index); /* not implemented yet */
 };