From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id B845C4C57 for ; Tue, 27 Jun 2017 14:59:49 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 27 Jun 2017 05:59:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,399,1493708400"; d="scan'208";a="279119151" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.28]) by fmsmga004.fm.intel.com with SMTP; 27 Jun 2017 05:59:47 -0700 Received: by (sSMTP sendmail emulation); Tue, 27 Jun 2017 13:59:47 +0100 Date: Tue, 27 Jun 2017 13:59:46 +0100 From: Bruce Richardson To: Gaetan Rivet Cc: dev@dpdk.org Message-ID: <20170627125946.GE104744@bricha3-MOBL3.ger.corp.intel.com> References: <90cc9f43072a992e754324f46e7924f31090b9f0.1498436062.git.gaetan.rivet@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <90cc9f43072a992e754324f46e7924f31090b9f0.1498436062.git.gaetan.rivet@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.1 (2017-04-11) Subject: Re: [dpdk-dev] [PATCH v5 09/12] vdev: use standard bus registration function 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: Tue, 27 Jun 2017 12:59:50 -0000 On Mon, Jun 26, 2017 at 02:22:07AM +0200, Gaetan Rivet wrote: > Signed-off-by: Gaetan Rivet > --- > lib/librte_eal/common/eal_common_vdev.c | 18 +----------------- > 1 file changed, 1 insertion(+), 17 deletions(-) > Acked-by: Bruce Richardson