[dpdk-dev,v2,4/4] abi: Added rxtx callback functions to ABI versioning
Commit Message
---
lib/librte_ether/rte_ether_version.map | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Comments
2015-02-13 15:39, John McNamara:
> ---
There is no signed-off.
And there is no need of a separate patch for that.
> lib/librte_ether/rte_ether_version.map | 4 ++++
@@ -2,6 +2,8 @@ DPDK_2.0 {
global:
_rte_eth_dev_callback_process;
+ rte_eth_add_rx_callback;
+ rte_eth_add_tx_callback;
rte_eth_allmulticast_disable;
rte_eth_allmulticast_enable;
rte_eth_allmulticast_get;
@@ -96,6 +98,8 @@ DPDK_2.0 {
rte_eth_promiscuous_disable;
rte_eth_promiscuous_enable;
rte_eth_promiscuous_get;
+ rte_eth_remove_rx_callback;
+ rte_eth_remove_tx_callback;
rte_eth_rx_burst;
rte_eth_rx_descriptor_done;
rte_eth_rx_queue_count;