From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EDCAE2C15 for ; Wed, 5 Dec 2018 14:57:52 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Dec 2018 05:57:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,317,1539673200"; d="scan'208";a="125294028" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 05 Dec 2018 05:57:51 -0800 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Dec 2018 05:57:51 -0800 Received: from lcsmsx154.ger.corp.intel.com (10.186.165.229) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Dec 2018 05:57:50 -0800 Received: from hasmsx112.ger.corp.intel.com ([169.254.11.97]) by LCSMSX154.ger.corp.intel.com ([169.254.7.82]) with mapi id 14.03.0415.000; Wed, 5 Dec 2018 15:57:48 +0200 From: "Jozwiak, TomaszX" To: "Daly, Lee" , "Trahe, Fiona" , "akhil.goyal@nxp.com" CC: "dev@dpdk.org" , "Daly, Lee" Thread-Topic: [dpdk-dev] [PATCH v2 2/3] test/compress: add checksum tests Thread-Index: AQHUhwcPk4NZn28qyU6rQK6q4GIyBaVwNm9g Date: Wed, 5 Dec 2018 13:57:47 +0000 Message-ID: References: <1539102109-9311-1-git-send-email-lee.daly@intel.com> <1543401707-87314-1-git-send-email-lee.daly@intel.com> <1543401707-87314-2-git-send-email-lee.daly@intel.com> In-Reply-To: <1543401707-87314-2-git-send-email-lee.daly@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.46] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 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: Wed, 05 Dec 2018 13:57:53 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Lee Daly > Sent: Wednesday, November 28, 2018 11:42 AM > To: Trahe, Fiona ; akhil.goyal@nxp.com > Cc: dev@dpdk.org; Daly, Lee > Subject: [dpdk-dev] [PATCH v2 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 > --- Acked-by: Tomasz Jozwiak