]> git.droids-corp.org - dpdk.git/blobdiff - test/test/virtual_pmd.c
ethdev: add return values to callback process API
[dpdk.git] / test / test / virtual_pmd.c
index f1ea3e16e2806e62bbd0d56b2788ae73bdbb0e87..db99894bef1c58149891b35a7e36f13d9eb304ef 100644 (file)
@@ -484,7 +484,8 @@ virtual_ethdev_simulate_link_status_interrupt(uint8_t port_id,
 
        vrtl_eth_dev->data->dev_link.link_status = link_status;
 
-       _rte_eth_dev_callback_process(vrtl_eth_dev, RTE_ETH_EVENT_INTR_LSC, NULL);
+       _rte_eth_dev_callback_process(vrtl_eth_dev, RTE_ETH_EVENT_INTR_LSC,
+                                     NULL, NULL);
 }
 
 int