From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 2/4] bus/vmbus: add host latency tuning function Date: Thu, 23 Aug 2018 08:40:03 -0700 Message-ID: <20180823084003.48118955@xeon-e3> References: <20180809175008.5787-1-stephen@networkplumber.org> <20180809175008.5787-3-stephen@networkplumber.org> <6547feff-b3fb-4efe-bc3c-057f92d411b1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Stephen Hemminger To: Ferruh Yigit Return-path: Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id 4F3B52C4F for ; Thu, 23 Aug 2018 17:40:06 +0200 (CEST) Received: by mail-pg1-f193.google.com with SMTP id h17-v6so2778489pgv.3 for ; Thu, 23 Aug 2018 08:40:06 -0700 (PDT) In-Reply-To: <6547feff-b3fb-4efe-bc3c-057f92d411b1@intel.com> 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 Thu, 23 Aug 2018 15:45:44 +0100 Ferruh Yigit 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 > > <...> > > > @@ -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.