From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 233197EB4 for ; Thu, 5 Jul 2018 10:10:50 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2018 01:10:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,311,1526367600"; d="scan'208";a="54193479" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga007.jf.intel.com with ESMTP; 05 Jul 2018 01:10:48 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 5 Jul 2018 09:10:47 +0100 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.80]) by IRSMSX156.ger.corp.intel.com ([169.254.3.252]) with mapi id 14.03.0319.002; Thu, 5 Jul 2018 09:10:47 +0100 From: "Daly, Lee" To: "De Lara Guarch, Pablo" , "shally.verma@caviumnetworks.com" , "ashish.gupta@caviumnetworks.com" , "Trahe, Fiona" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3 1/4] doc: cleanup ISA-L PMD feature matrix Thread-Index: AQHUE+SphnjikJqBeEy8sK5byl6um6SARw8Q Date: Thu, 5 Jul 2018 08:10:47 +0000 Message-ID: References: <20180627055031.24394-1-pablo.de.lara.guarch@intel.com> <20180704141037.44021-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180704141037.44021-1-pablo.de.lara.guarch@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.200.100 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTg1MDkxNDQtY2U1NS00Mjc4LTkwY2EtYTg0YTE5YTYyYWUwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJ3UU52WTdZd25cL2hReXBKaTFmWnZmeWdUdkp0bTF1bWg2SjRjdG52ZTNOM3ZQNm9qOHNWcEEwMTN6bWhCaFJBcSJ9 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 v3 1/4] doc: cleanup ISA-L PMD feature matrix 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: Thu, 05 Jul 2018 08:10:51 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, July 4, 2018 3:11 PM > To: shally.verma@caviumnetworks.com; > ashish.gupta@caviumnetworks.com; Trahe, Fiona ; > Daly, Lee > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v3 1/4] doc: cleanup ISA-L PMD feature matrix >=20 > In PMD feature matrices (.ini files), it is not required to have the list= of > features that are not supported, just the ones that are. >=20 > Signed-off-by: Pablo de Lara > --- > doc/guides/compressdevs/features/isal.ini | 8 -------- > 1 file changed, 8 deletions(-) >=20 > diff --git a/doc/guides/compressdevs/features/isal.ini > b/doc/guides/compressdevs/features/isal.ini > index ad2718df0..1d4ff1c41 100644 > --- a/doc/guides/compressdevs/features/isal.ini > +++ b/doc/guides/compressdevs/features/isal.ini > @@ -9,14 +9,6 @@ CPU SSE =3D Y > CPU AVX =3D Y > CPU AVX2 =3D Y > CPU AVX512 =3D Y > -CPU NEON =3D > -Stateful =3D > -By-Pass =3D > -Chained mbufs =3D > Deflate =3D Y > -LZS =3D > -Adler32 =3D > -Crc32 =3D > -Adler32&Crc32 =3D > Fixed =3D Y > Dynamic =3D Y > -- > 2.14.4 Acked-by: Lee Daly