From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E590C567A; Wed, 21 Sep 2016 19:37:04 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 21 Sep 2016 10:37:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,374,1470726000"; d="scan'208";a="764174573" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 21 Sep 2016 10:37:03 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX151.ger.corp.intel.com ([169.254.4.226]) with mapi id 14.03.0248.002; Wed, 21 Sep 2016 18:37:02 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" , "stable@dpdk.org" Thread-Topic: [PATCH] crypto/qat: fix compile of qat on freebsd Thread-Index: AQHSE/p++FZO6Qzs2UmGG4OYqpbDYaCENRHA Date: Wed, 21 Sep 2016 17:37:01 +0000 Message-ID: References: <1474456966-113365-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1474456966-113365-1-git-send-email-deepak.k.jain@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzgwNWNjYWYtOTZkZC00ZTFmLWJlNGUtMDlkNDE2ODNhN2VkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvS09VNVRtZUdvc01Jam9Yejd6a0lTUlRTVU5hU0FDN3ZKT3J1NlVRd0lFPSJ9 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-stable] [PATCH] crypto/qat: fix compile of qat on freebsd X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 17:37:05 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Wednesday, September 21, 2016 4:23 AM > To: dev@dpdk.org > Cc: Gonzalez Monroy, Sergio; De Lara Guarch, Pablo; Jain, Deepak K > Subject: [PATCH] crypto/qat: fix compile of qat on freebsd >=20 > Using sys/types.h instead of linux/types.h > so as to compile QAT_PMD on freebsd. >=20 > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") >=20 > Signed-off-by: Deepak Kumar Jain Acked-by: Pablo de Lara This should get merged in the stable subtree as well.