From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2D7DF25A1 for ; Tue, 19 Sep 2017 04:12:24 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 19:12:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,415,1500966000"; d="scan'208";a="1220632856" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 18 Sep 2017 19:12:21 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 18 Sep 2017 19:12:21 -0700 Received: from bgsmsx106.gar.corp.intel.com (10.223.43.196) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 18 Sep 2017 19:12:21 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.62]) by BGSMSX106.gar.corp.intel.com ([10.223.43.196]) with mapi id 14.03.0319.002; Tue, 19 Sep 2017 07:42:18 +0530 From: "Yang, Zhiyong" To: "Richardson, Bruce" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] test: support to check AVX512F Thread-Index: AQHTKHZo8eB8lMVhc0Kdteqdt22bP6K6cpeAgAEVhaA= Date: Tue, 19 Sep 2017 02:12:17 +0000 Message-ID: References: <20170908074454.37149-1-zhiyong.yang@intel.com> <20170918150735.GA16672@bricha3-MOBL3.ger.corp.intel.com> In-Reply-To: <20170918150735.GA16672@bricha3-MOBL3.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzBhM2MzM2UtOGQyYi00NGFlLWI2ZTItYjViMzhlOTUzMjhkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjRBYmpyT0FHQVZBdDVhQWdqQ1wvSGJTSUVHMlwvREtQa0JXT01UUVJxcFAzMD0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test: support to check AVX512F 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: Tue, 19 Sep 2017 02:12:25 -0000 Hi Bruce, > -----Original Message----- > From: Richardson, Bruce > Sent: Monday, September 18, 2017 11:08 PM > To: Yang, Zhiyong > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] test: support to check AVX512F >=20 > suggest title as: test: add check for AVX512F >=20 > On Fri, Sep 08, 2017 at 03:44:54PM +0800, Zhiyong Yang wrote: > > The CPUs which support AVX512 have been released. Add the support of > > checking AVX512F instruction set. > > > s/the support of/support for/ >=20 > > Signed-off-by: Zhiyong Yang > > --- > Simple enough patch which adds one more check to the test. Probably worth > having. Reports the presence of the flag correctly on my board. >=20 > With commit message rewording: >=20 > Acked-by: Bruce Richardson Thanks for your reviews , I will send V2 out sooner according to your comme= nts. Thanks Zhiyong