From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 52D83532D for ; Fri, 21 Oct 2016 20:33:12 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP; 21 Oct 2016 11:33:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,526,1473145200"; d="scan'208";a="22595193" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga004.jf.intel.com with ESMTP; 21 Oct 2016 11:33:10 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.210]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Fri, 21 Oct 2016 19:33:09 +0100 From: "De Lara Guarch, Pablo" To: Jan Blunck , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" , "yuanhan.liu@linux.intel.com" , "Mcnamara, John" Thread-Topic: [PATCH 2/2] drivers: register aliases for renamed VDEV drivers Thread-Index: AQHSKrWSlTgF97Lk006PGtzUYRMIi6CzPVIw Date: Fri, 21 Oct 2016 18:33:09 +0000 Message-ID: References: <1476956223-30308-1-git-send-email-jblunck@infradead.org> <1476956223-30308-2-git-send-email-jblunck@infradead.org> In-Reply-To: <1476956223-30308-2-git-send-email-jblunck@infradead.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjk4ODUxOTUtYjU3My00MWZhLTkzNDItZDNlZTViOTgyYWVmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkE4VjcrZndwaHduUVpSTkRmOFVIQWdyQW1aZk12SjJcL3FtYk9GeUh6dzJvPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] drivers: register aliases for renamed VDEV drivers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 18:33:12 -0000 > -----Original Message----- > From: Jan Blunck [mailto:jblunck@gmail.com] On Behalf Of Jan Blunck > Sent: Thursday, October 20, 2016 2:37 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; thomas.monjalon@6wind.com; > yuanhan.liu@linux.intel.com; Mcnamara, John > Subject: [PATCH 2/2] drivers: register aliases for renamed VDEV drivers >=20 > This registers the legacy names of the driver being renamed in commit > 2f45703c17acb943aaded9f79676fd56a72542b2. >=20 > Signed-off-by: Jan Blunck Hi Jan, Please, follow the convention to refer to other commits. >>From checkpatch: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 2f45703c17ac ("drivers: make driver names c= onsistent")' Thanks, Pablo