net/bonding: allow slaves to also be bonded devices
[dpdk.git] / drivers / net / bonding / rte_eth_bond_private.h
index 7295192..8fbf4bf 100644 (file)
@@ -204,7 +204,7 @@ int
 valid_bonded_port_id(uint8_t port_id);
 
 int
-valid_slave_port_id(uint8_t port_id);
+valid_slave_port_id(uint8_t port_id, uint8_t mode);
 
 void
 deactivate_slave(struct rte_eth_dev *eth_dev, uint8_t port_id);