From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 2/4] bus/vmbus: add host latency tuning function Date: Thu, 23 Aug 2018 15:45:44 +0100 Message-ID: <6547feff-b3fb-4efe-bc3c-057f92d411b1@intel.com> References: <20180809175008.5787-1-stephen@networkplumber.org> <20180809175008.5787-3-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Stephen Hemminger To: Stephen Hemminger , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id F245B2C60 for ; Thu, 23 Aug 2018 16:45:46 +0200 (CEST) In-Reply-To: <20180809175008.5787-3-stephen@networkplumber.org> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 <...> > @@ -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.)