From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <harry.van.haaren@intel.com>
Received: from mga07.intel.com (mga07.intel.com [134.134.136.100])
 by dpdk.org (Postfix) with ESMTP id 370B12BB4
 for <dev@dpdk.org>; Mon,  3 Jul 2017 14:30:14 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga105.jf.intel.com with ESMTP; 03 Jul 2017 05:30:09 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.40,303,1496127600"; d="scan'208";a="1189984811"
Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75])
 by fmsmga002.fm.intel.com with ESMTP; 03 Jul 2017 05:30:08 -0700
Received: from irsmsx102.ger.corp.intel.com ([169.254.2.211]) by
 IRSMSX153.ger.corp.intel.com ([169.254.9.74]) with mapi id 14.03.0319.002;
 Mon, 3 Jul 2017 13:30:07 +0100
From: "Van Haaren, Harry" <harry.van.haaren@intel.com>
To: "Richardson, Bruce" <bruce.richardson@intel.com>, "dev@dpdk.org"
 <dev@dpdk.org>
CC: "olivier.matz@6wind.com" <olivier.matz@6wind.com>,
 "jerin.jacob@caviumnetworks.com" <jerin.jacob@caviumnetworks.com>,
 "Richardson, Bruce" <bruce.richardson@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v2 4/5] test/test: add auto-tests for event
 ring	functions
Thread-Index: AQHS8bLGLwxI3t5MskK0gRUD2aaREKJCDKlQ
Date: Mon, 3 Jul 2017 12:30:07 +0000
Message-ID: <E923DB57A917B54B9182A2E928D00FA640C35AAE@IRSMSX102.ger.corp.intel.com>
References: <20170607133620.275801-1-bruce.richardson@intel.com>
 <20170630150621.156365-1-bruce.richardson@intel.com>
 <20170630150621.156365-5-bruce.richardson@intel.com>
In-Reply-To: <20170630150621.156365-5-bruce.richardson@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWE0MmJjMzctY2NiNC00NWU4LWFkZGMtNzQxMjQ0Y2Q5ZDYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlJJa2JGN0xrZWV1M0IxcVdcL2dwVENMN2RxbXA0Zk9BTnh1Q3plam42NFpnPSJ9
x-ctpclassification: CTP_IC
dlp-product: dlpe-windows
dlp-version: 10.0.102.7
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 v2 4/5] test/test: add auto-tests for event
 ring	functions
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 03 Jul 2017 12:30:14 -0000

> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson
> Sent: Friday, June 30, 2017 4:06 PM
> To: dev@dpdk.org
> Cc: olivier.matz@6wind.com; jerin.jacob@caviumnetworks.com; Richardson, B=
ruce
> <bruce.richardson@intel.com>
> Subject: [dpdk-dev] [PATCH v2 4/5] test/test: add auto-tests for event ri=
ng functions
>=20
> Add some basic tests for the event ring functions. Not everything needs
> testing as there is so much code re-use from the rte_ring code.
>=20
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

Acked-by: Harry van Haaren <harry.van.haaren@intel.com>