From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <john.mcnamara@intel.com> Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C66E11B50C for <dev@dpdk.org>; Thu, 22 Nov 2018 19:00:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Nov 2018 10:00:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,266,1539673200"; d="scan'208";a="106876552" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga002.fm.intel.com with ESMTP; 22 Nov 2018 10:00:45 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.253]) by irsmsx110.ger.corp.intel.com ([169.254.15.20]) with mapi id 14.03.0415.000; Thu, 22 Nov 2018 18:00:44 +0000 From: "Mcnamara, John" <john.mcnamara@intel.com> To: "Yigit, Ferruh" <ferruh.yigit@intel.com>, "Kovacevic, Marko" <marko.kovacevic@intel.com> CC: "dev@dpdk.org" <dev@dpdk.org>, "Richardson, Bruce" <bruce.richardson@intel.com>, "Ananyev, Konstantin" <konstantin.ananyev@intel.com> Thread-Topic: [PATCH] doc: announce disabling GCC AVX512F as known issue Thread-Index: AQHUgM+rACU1Aq7Me0eYWv5HsER1S6VcGNdA Date: Thu, 22 Nov 2018 18:00:43 +0000 Message-ID: <B27915DBBA3421428155699D51E4CFE23F481AA3@IRSMSX103.ger.corp.intel.com> References: <20181120125031.3390-1-ferruh.yigit@intel.com> In-Reply-To: <20181120125031.3390-1-ferruh.yigit@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDFlNGVkNWQtYjdlZS00NWNlLWI0ZjctZDMxYzlkMWM3OWEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVHE4S2lkZmY5YXl0dnBsTkFzR01LeVlUQlVtSGZQRjg2QTVXOFJNSTFoVml4VzFaOXFtVnliV1kwR2tMdGJ0NyJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] doc: announce disabling GCC AVX512F as known issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Thu, 22 Nov 2018 18:00:47 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, November 20, 2018 12:51 PM > To: Mcnamara, John <john.mcnamara@intel.com>; Kovacevic, Marko > <marko.kovacevic@intel.com> > Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>; Richardson, > Bruce <bruce.richardson@intel.com>; Ananyev, Konstantin > <konstantin.ananyev@intel.com> > Subject: [PATCH] doc: announce disabling GCC AVX512F as known issue >=20 > Document that AVX512F has been disabled for GCC builds [1] and document > its potential implications on release notes, known issue section. >=20 Acked-by: John McNamara <john.mcnamara@intel.com>