]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_bond/rte_eth_bond_api.c
ethdev: rename interrupt callbacks field
[dpdk.git] / lib / librte_pmd_bond / rte_eth_bond_api.c
index b1d0bd3815cdf29a976f25060f4ab598cd4fd0e5..230d36cff69ee76f8695a3e63e6f03e781814933 100644 (file)
@@ -273,7 +273,7 @@ rte_eth_bond_create(const char *name, uint8_t mode, uint8_t socket_id)
        eth_dev->data->nb_rx_queues = (uint16_t)1;
        eth_dev->data->nb_tx_queues = (uint16_t)1;
 
-       TAILQ_INIT(&(eth_dev->callbacks));
+       TAILQ_INIT(&(eth_dev->link_intr_cbs));
 
        eth_dev->data->dev_link.link_status = 0;