From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D5DE01B429 for ; Thu, 11 Oct 2018 12:37:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Oct 2018 03:37:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,368,1534834800"; d="scan'208";a="270421991" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga005.fm.intel.com with ESMTP; 11 Oct 2018 03:37:02 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.4]) by IRSMSX152.ger.corp.intel.com ([169.254.6.110]) with mapi id 14.03.0319.002; Thu, 11 Oct 2018 11:37:01 +0100 From: "Trahe, Fiona" To: "akhil.goyal@nxp.com" , "Daly, Lee" CC: "dev@dpdk.org" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH 2/3] test/compress: add checksum tests Thread-Index: AQHUX+xOXAC7Ea0jjE+79HRZUu1qn6UZ3I5g Date: Thu, 11 Oct 2018 10:37:00 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589649144@IRSMSX101.ger.corp.intel.com> References: <1539102109-9311-1-git-send-email-lee.daly@intel.com> <1539102109-9311-2-git-send-email-lee.daly@intel.com> In-Reply-To: <1539102109-9311-2-git-send-email-lee.daly@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjZmOTAzYjktMDBlMi00MjU1LTg1NTQtOGUzNTFlZGI4N2U3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieWwyTFwvbnpkZmo1VDhKOHJtZzZIeVdOQmlDbjg5YnZwRU1IcERPTnhZUUFKdjZuaDVSYWhLSEZ5cWRVaHllbksifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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 2/3] test/compress: add checksum tests 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, 11 Oct 2018 10:37:08 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Lee Daly > Sent: Tuesday, October 9, 2018 5:22 PM > To: akhil.goyal@nxp.com > Cc: dev@dpdk.org; Daly, Lee > Subject: [dpdk-dev] [PATCH 2/3] test/compress: add checksum tests >=20 > This patch adds a test which examines what type of checksum the PMD > supports, adler, crc32 or alder32_crc32 > and tests that feature if the PMD supports it. >=20 > Signed-off-by: Lee Daly Nack This isn't the latest code and has a compile issue.