From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3837CFA48 for ; Mon, 27 Mar 2017 10:35:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490603752; x=1522139752; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=atIxH4hRu9U7OiCiB9fUKsMac9dygGSAIuXNzwh13T0=; b=aHq3F3p6KVatDIs/kI53zhHYkcekcXUFVzj/nCyUOBhuf9m5ecXgPaGf /W/+zKKtw/DJjPNa1yIP8khrBvZ8og==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2017 01:35:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,229,1486454400"; d="scan'208";a="80955961" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga005.fm.intel.com with ESMTP; 27 Mar 2017 01:35:50 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX102.ger.corp.intel.com ([169.254.2.153]) with mapi id 14.03.0319.002; Mon, 27 Mar 2017 09:35:50 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" , "Doherty, Declan" Thread-Topic: [PATCH] crypto/scheduler: fix header includes Thread-Index: AQHSoZh3joVXQcJfFkSJFaQPpHwW9KGoZv3g Date: Mon, 27 Mar 2017 08:35:49 +0000 Message-ID: References: <1490028016-18426-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1490028016-18426-1-git-send-email-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjNiMzY2NjctMGE5Yy00ZTEyLThhYzctMWVjNGVjMTVjYTZlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InJ1NzNmWG1DQUR3SzU3dEpWM3VyNlJRbXN1OWxzUVdmRHlCZEV5aVlJUjQ9In0= 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] crypto/scheduler: fix header includes 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: Mon, 27 Mar 2017 08:35:52 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, March 20, 2017 4:40 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Gonzalez Monroy, Sergio; Doherty, Declan > Subject: [PATCH] crypto/scheduler: fix header includes >=20 > Fixes: 097ab0bac017 ("crypto/scheduler: add API") > Fixes: 503e9c5afb38 ("crypto/scheduler: register as vdev driver") > Fixes: 870babeb53cf ("crypto/scheduler: add internal structures") > Fixes: 31439ee72b2c ("crypto/scheduler: add API implementations") >=20 > This patch fixes the incorrect header includes. >=20 > Signed-off-by: Fan Zhang Acked-by: Pablo de Lara