pci: create device list and fallback on its members
[dpdk.git] / drivers / net / bonding / rte_eth_bond_private.h
index e7af809..2bdc9ef 100644 (file)
@@ -169,12 +169,15 @@ struct bond_dev_private {
 
        struct rte_kvargs *kvlist;
        uint8_t slave_update_idx;
+
+       uint32_t candidate_max_rx_pktlen;
+       uint32_t max_rx_pktlen;
 };
 
-extern struct eth_dev_ops default_dev_ops;
+extern const struct eth_dev_ops default_dev_ops;
 
 int
-valid_bonded_ethdev(const struct rte_eth_dev *eth_dev);
+check_for_bonded_ethdev(const struct rte_eth_dev *eth_dev);
 
 /* Search given slave array to find possition of given id.
  * Return slave pos or slaves_count if not found. */