From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 2019F1B5C4 for ; Sun, 5 Aug 2018 01:40:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 70AD621E9E; Sat, 4 Aug 2018 19:40:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sat, 04 Aug 2018 19:40:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=xeF4hSthCbN/8dtN0hwJ2Fvf2C ooYVEBAnr+R2zWm44=; b=GmJ834Ooib/9btCYlZeNZCCFFoesMGqNLNSFNCBUVx 5N4o+6pKXtqj6EgNuz81HqlJBrNUI9WfomSz275dFtgzhnEvht9jIlbXv8KnIsIw fMw4ekYQoWFh1p9iGYqfvJLf2ihqvQxA2rs+6Z5slu5ffWOLRhRD+jHK426aNlgX Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=xeF4hS thCbN/8dtN0hwJ2Fvf2CooYVEBAnr+R2zWm44=; b=m4y1I31Md4cYOjeYaw1tIw AQsnC8f1QFGYvOr417ZLOktATNZ3rFCdOxPd9WE1507+ku9tFf2fGCHVthwQIuZt cwi/jc0A8ipuiXS+8KNXR52R8cbllh6SIE/23GObkgBVaJe0Pqm1wYP9HHYoN+b0 xRkKBogjTryUpABO1xPlfsBS5BYMqBuFU1g0DzQb/EGn6p/f4s+cE3aYFCndfqVB 24eFfyVuep4nkfsmBvE3qyENFzSv/AXsEXN4NH28e8T3SD9d+AiILdI4nC9KpcTu TxsqwAMUu8hh8nTdwxCe61KrCS76BM1GDsIdXot4pJVrIDx+g1a3mVTHy01PF2qg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (247.15.136.77.rev.sfr.net [77.136.15.247]) by mail.messagingengine.com (Postfix) with ESMTPA id 9B50DE450E; Sat, 4 Aug 2018 19:40:34 -0400 (EDT) From: Thomas Monjalon To: "Varghese, Vipin" Cc: dev@dpdk.org, "Wiles, Keith" , "Yigit, Ferruh" Date: Sun, 05 Aug 2018 01:40:26 +0200 Message-ID: <2021836.XFvMoxSinh@xps> In-Reply-To: <4CD1C249-C0E4-453B-9931-ECBBAB89A3B8@intel.com> References: <1532408747-84585-1-git-send-email-vipin.varghese@intel.com> <4CD1C249-C0E4-453B-9931-ECBBAB89A3B8@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/tap: add probe finish call for tun secondary X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2018 23:40:37 -0000 24/07/2018 15:04, Wiles, Keith: > > > On Jul 24, 2018, at 12:05 AM, Vipin Varghese wrote: > > > > Invoke rte_eth_dev_probing_finish for rte_pmd_tun_probe. > > > > Signed-off-by: Vipin Varghese > > Acked-by: Keith Wiles Applied, thanks