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 <[email protected]>
<...>
> @@ -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.)