X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pmd_bond%2Frte_eth_bond_api.c;fp=lib%2Flibrte_pmd_bond%2Frte_eth_bond_api.c;h=230d36cff69ee76f8695a3e63e6f03e781814933;hb=1a9a0b9b020ab5d93f4c3ceb617d7f5008aa94a2;hp=b1d0bd3815cdf29a976f25060f4ab598cd4fd0e5;hpb=2ccabd8cd1f62f337ee9119542beeca9afe43154;p=dpdk.git diff --git a/lib/librte_pmd_bond/rte_eth_bond_api.c b/lib/librte_pmd_bond/rte_eth_bond_api.c index b1d0bd3815..230d36cff6 100644 --- a/lib/librte_pmd_bond/rte_eth_bond_api.c +++ b/lib/librte_pmd_bond/rte_eth_bond_api.c @@ -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;