diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2018-04-23 14:39:05 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2018-04-23 14:39:39 +0100 |
commit | d038355bf358f713efbb182f174e2a8a09042e2b (patch) | |
tree | 25e6274e1f59814b2c6e93f13e846dab972d8a17 /lib/librte_vhost/rte_vhost_version.map | |
parent | c3f15def2ebe9cc255cf0e5cf32aa171f5b4326d (diff) |
New upstream version 17.11.2upstream/17.11.2
Change-Id: Iccf80e68222e7fc45af045bfed265a962b5ccca6
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'lib/librte_vhost/rte_vhost_version.map')
-rw-r--r-- | lib/librte_vhost/rte_vhost_version.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/librte_vhost/rte_vhost_version.map b/lib/librte_vhost/rte_vhost_version.map index 1e704953..9cb1d8ca 100644 --- a/lib/librte_vhost/rte_vhost_version.map +++ b/lib/librte_vhost/rte_vhost_version.map @@ -52,3 +52,9 @@ DPDK_17.08 { rte_vhost_rx_queue_count; } DPDK_17.05; + +DPDK_17.11.2 { + global; + + rte_vhost_va_from_guest_pa; +} DPDK_17.08; |