From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/3] drivers: add name alias registration for rte_driver Date: Tue, 25 Oct 2016 18:17:43 +0200 Message-ID: <4750446.xldq1RtgnJ@xps13> References: <1476956223-30308-1-git-send-email-jblunck@infradead.org> <1477326143-4571-1-git-send-email-jblunck@infradead.org> <20161024174126.GX16751@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Yuanhan Liu , dev@dpdk.org, pablo.de.lara.guarch@intel.com, john.mcnamara@intel.com, maxime.coquelin@redhat.com To: Jan Blunck Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 7E46B590B for ; Tue, 25 Oct 2016 18:17:46 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id c78so33097409wme.0 for ; Tue, 25 Oct 2016 09:17:46 -0700 (PDT) In-Reply-To: <20161024174126.GX16751@yliu-dev.sh.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-25 01:41, Yuanhan Liu: > On Mon, Oct 24, 2016 at 12:22:21PM -0400, Jan Blunck wrote: > > This adds infrastructure for drivers to allow being requested by an alias > > so that a renamed driver can still get loaded by its legacy name. > > > > Signed-off-by: Jan Blunck > > Reviewed-by: Maxime Coquelin > > Tested-by: Pablo de Lara > > Series Reviewed-by: Yuanhan Liu Applied, thanks