From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] bus/vdev: add custom scan hook Date: Fri, 12 Jan 2018 00:47:18 +0100 Message-ID: <10460176.rBf9MIA4Zn@xps> References: <20171201003642.19827-1-thomas@monjalon.net> <20180108232505.714-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: jianfeng.tan@intel.com To: dev@dpdk.org Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id CDFC6728B for ; Fri, 12 Jan 2018 00:47:47 +0100 (CET) In-Reply-To: <20180108232505.714-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/01/2018 00:25, Thomas Monjalon: > The scan callback allows to spawn a vdev automatically > given some custom scan rules. > It is especially useful to create a TAP device automatically > connected to a netdevice as remote. > > Signed-off-by: Thomas Monjalon > Acked-by: Jianfeng Tan Applied