From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 51CCF20D68; Wed, 3 Jan 2018 03:05:28 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 03 Jan 2018 03:05:28 -0500 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=KNWrHgGIc+j7fGfJseuMKKTXo7 qk17fA/QEYLY0t2vw=; b=Rnond3sPGoj83UtJHxtaH07xrvssMcSLYwNdl0lyD6 MsSwG5y/qKkDsVMzQhrj1xROG9759C+wceqmJNNsV/ZKT7sR1cBAd4Ol06uUbiAI 81b63ET41xtBmYlBLIHYjA80iJc5o0nBPsWd0WHPRI3qVgynclnYuExUPSe/vRNV o= 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=fm1; bh=KNWrHg GIc+j7fGfJseuMKKTXo7qk17fA/QEYLY0t2vw=; b=E6FkohNxOFlqR87XiCx03I q5X7qiUpWk0LCJtif3p7fFcvLprqLk9BXiQNrGv/2f4sDGaRnGpxhdTt6aEwygmG dM1bM8B1aDDaCYeXnPP3l+czSeWv+LR/D2SqbKGutY/g/wxx1kT3MOMjwBLshlu4 gZ7NzskEFibt4ysKAJsFMFXOAX/CLxtXb68pmHMMnkXRi5vgtRvzT6lUW98UfObR i4pZLJGiwhRia+VVbJkwIxiVzwt8cx66h3TgrwZK5/6UwbJdUXaw2s6zA3okVZoT /jdeGHh5YgYJ0gSl9Ddm9FW4m/V8QyTjnEXaeHiFJjEUW/qnCRoohbyyxkG+hljQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 02F4D7E3DF; Wed, 3 Jan 2018 03:05:28 -0500 (EST) From: Thomas Monjalon To: "Tan, Jianfeng" Cc: dev@dpdk.org Date: Wed, 03 Jan 2018 09:05:10 +0100 Message-ID: <17622864.H35o3sgX1v@xps> In-Reply-To: References: <20171201003642.19827-1-thomas@monjalon.net> <20171230212154.32712-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] bus/vdev: add custom scan hook 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: Wed, 03 Jan 2018 08:05:30 -0000 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