From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <waterman.cao@intel.com>
Received: from mga03.intel.com (mga03.intel.com [143.182.124.21])
 by dpdk.org (Postfix) with ESMTP id E956F30D
 for <dev@dpdk.org>; Thu,  5 Jun 2014 03:59:16 +0200 (CEST)
Received: from azsmga001.ch.intel.com ([10.2.17.19])
 by azsmga101.ch.intel.com with ESMTP; 04 Jun 2014 18:59:29 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="4.98,977,1392192000"; d="scan'208";a="441048961"
Received: from fmsmsx107.amr.corp.intel.com ([10.19.9.54])
 by azsmga001.ch.intel.com with ESMTP; 04 Jun 2014 18:59:28 -0700
Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by
 FMSMSX107.amr.corp.intel.com (10.19.9.54) with Microsoft SMTP Server (TLS) id
 14.3.123.3; Wed, 4 Jun 2014 18:59:15 -0700
Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.34]) by
 SHSMSX151.ccr.corp.intel.com ([169.254.3.7]) with mapi id 14.03.0123.003;
 Thu, 5 Jun 2014 09:58:56 +0800
From: "Cao, Waterman" <waterman.cao@intel.com>
To: "Richardson, Bruce" <bruce.richardson@intel.com>, "dev@dpdk.org"
 <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH v2 0/5] New library: rte_distributor
Thread-Index: AQHPeyaMlVrVJNUlPEGJ2VUH5HnGhZthw5uw
Date: Thu, 5 Jun 2014 01:58:56 +0000
Message-ID: <AA3F441F262C58498CD6D0C1801DE7EB0AA8D392@SHSMSX103.ccr.corp.intel.com>
References: <1400580057-30155-1-git-send-email-bruce.richardson@intel.com>
 <1401358338-23455-1-git-send-email-bruce.richardson@intel.com>
In-Reply-To: <1401358338-23455-1-git-send-email-bruce.richardson@intel.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2 0/5] New library: rte_distributor
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Thu, 05 Jun 2014 01:59:17 -0000

Tested-by: Waterman Cao <waterman.cao@intel.com>

This patch is composed of 5 files including cover letter.=20
All files have been tested by Intel.
We performed function and performance test on new Distributor patch.
Total Cases          Passed          Failed
10                       10               0
Please see example as the following:
cd /root/dpdk/app/test
make
./test -n 4 -c 0xC
./distributor_autotest

Test Environment:=20
Fedora 20 x86_64, Linux Kernel 3.13.6-200, GCC 4.8.2
Intel Xeon CPU E5-2680 v2 @ 2.80GHz,Intel Niantic 82599
Based off commit 41d9a8250dc8d35bcd4499ba8e59809be943e712.