From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3B8AD1B015 for ; Wed, 3 Jan 2018 02:16:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jan 2018 17:16:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,499,1508828400"; d="scan'208";a="23737052" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 02 Jan 2018 17:16:22 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 Jan 2018 17:16:22 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 Jan 2018 17:16:22 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Wed, 3 Jan 2018 09:16:12 +0800 From: "Tan, Jianfeng" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] bus/vdev: add custom scan hook Thread-Index: AQHTgbRHXO4ZKZiheUmeIUeVADrXs6NhXQcw Date: Wed, 3 Jan 2018 01:16:12 +0000 Message-ID: References: <20171201003642.19827-1-thomas@monjalon.net> <20171230212154.32712-1-thomas@monjalon.net> In-Reply-To: <20171230212154.32712-1-thomas@monjalon.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 01:16:24 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Sunday, December 31, 2017 5:22 AM > To: Tan, Jianfeng > Cc: dev@dpdk.org > Subject: [PATCH v2] bus/vdev: add custom scan hook >=20 > 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. >=20 > Signed-off-by: Thomas Monjalon Might worth a note in new feature section of the release doc. Besides that, Acked-by: Jianfeng Tan Thanks, Jianfeng