From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] bus/vdev: add custom scan hook Date: Wed, 03 Jan 2018 09:05:10 +0100 Message-ID: <17622864.H35o3sgX1v@xps> References: <20171201003642.19827-1-thomas@monjalon.net> <20171230212154.32712-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Tan, Jianfeng" Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 0745F1B16B for ; Wed, 3 Jan 2018 09:05:29 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/01/2018 02:16, Tan, Jianfeng: > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > > > 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 > > Might worth a note in new feature section of the release doc. Besides that, It becomes a feature only when it is used in some drivers. I don't think alone it deserves an entry in the release notes. > Acked-by: Jianfeng Tan