On Thu, 23 Aug 2018 15:45:44 +0100 Ferruh Yigit <ferruh.yi...@intel.com> wrote:
> On 8/9/2018 6:50 PM, Stephen Hemminger wrote: > > Add vmbus API to allow tuning the scan interval on the host side. > > > > Signed-off-by: Stephen Hemminger <sthem...@microsoft.com> > > <...> > > > @@ -20,6 +20,7 @@ DPDK_18.08 { > > rte_vmbus_probe; > > rte_vmbus_register; > > rte_vmbus_scan; > > + rte_vmbus_set_latency; > > rte_vmbus_sub_channel_index; > > rte_vmbus_subchan_open; > > rte_vmbus_unmap_device; > > Needs to be on DPDK_18.11 now, will fix while merging. > > (Since this is not really a public API, I think no need to mark as > experimental > as process and checkpatches requires.) Sure, thanks. I was testing on 18.08. We need to be able to figure out internal versus public API symbols at some point. It doesn't matter if a bus API changes if there is no userspace API that can directly access it.