From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4B850559C for ; Wed, 19 Apr 2017 12:05:49 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 19 Apr 2017 03:05:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,220,1488873600"; d="scan'208";a="847568006" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by FMSMGA003.fm.intel.com with ESMTP; 19 Apr 2017 03:05:46 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Apr 2017 11:05:45 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.187]) by irsmsx111.ger.corp.intel.com ([169.254.2.58]) with mapi id 14.03.0319.002; Wed, 19 Apr 2017 11:05:45 +0100 From: "Zhang, Roy Fan" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "zbigniew.bodek@caviumnetworks.com" , "jerin.jacob@caviumnetworks.com" , "Doherty, Declan" Thread-Topic: [PATCH 2/2] drvers/crypto: do not create unique name internally Thread-Index: AQHSuFD2Rq0Q1I17BU+FjUXEGHPIQKHMdUAg Date: Wed, 19 Apr 2017 10:05:45 +0000 Message-ID: <9F7182E3F746AB4EA17801C148F3C60409E9A8C5@IRSMSX101.ger.corp.intel.com> References: <1492526060-96427-1-git-send-email-pablo.de.lara.guarch@intel.com> <1492526060-96427-2-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1492526060-96427-2-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDZjY2MyODAtZDY0Ni00ZTY3LTk1MTctYTY0MDUxOTFiNTRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im9cL043VnkzTU1RcTBPT0k2cUdFSndONFlycFR5WUYyZno3ekdpTjdmOUdZPSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] drvers/crypto: do not create unique name internally 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, 19 Apr 2017 10:05:49 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, April 18, 2017 3:34 PM > To: dev@dpdk.org > Cc: zbigniew.bodek@caviumnetworks.com; > jerin.jacob@caviumnetworks.com; Doherty, Declan > ; Zhang, Roy Fan ; > De Lara Guarch, Pablo > Subject: [PATCH 2/2] drvers/crypto: do not create unique name internally >=20 > Crypto devices of the same type could be initialized with the same name, > since internally this name was suffixed with an index. >=20 > Since commit ("vdev: make virtual bus use its device struc= t"), > this is not allowed anymore. >=20 > Therefore, there is no need to create an unique name at device initializa= tion. >=20 > Signed-off-by: Pablo de Lara Hi Pablo, Typo in the title :-), should be drivers/crypto instead of drvers/crypto. A= part from that, everything is fine by me. Regards, Fan Acked-by: Fan Zhang