From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1EEB53772 for ; Wed, 29 Aug 2018 11:28:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Aug 2018 02:28:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,301,1531810800"; d="scan'208";a="76441169" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 29 Aug 2018 02:27:52 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 29 Aug 2018 02:27:52 -0700 Received: from hasmsx108.ger.corp.intel.com (10.184.198.18) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 29 Aug 2018 02:27:52 -0700 Received: from hasmsx112.ger.corp.intel.com ([169.254.11.230]) by hasmsx108.ger.corp.intel.com ([169.254.9.242]) with mapi id 14.03.0319.002; Wed, 29 Aug 2018 12:27:48 +0300 From: "Jozwiak, TomaszX" To: "Wiles, Keith" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 02/10] qat: update code to use __rte_weak macro Thread-Index: AQHUKzM1PSFX1a12g0629g5emld7XqTWnlBQ Date: Wed, 29 Aug 2018 09:27:47 +0000 Message-ID: References: <20180803140605.43072-1-keith.wiles@intel.com> <20180803140605.43072-2-keith.wiles@intel.com> In-Reply-To: <20180803140605.43072-2-keith.wiles@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.103.104.44] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 02/10] qat: update code to use __rte_weak macro 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, 29 Aug 2018 09:28:07 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Keith Wiles > Sent: Friday, August 3, 2018 4:06 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 02/10] qat: update code to use __rte_weak > macro >=20 > Signed-off-by: Keith Wiles Acked-by: tomaszx.jozwiak@intel.com