From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4C8692FDD for ; Wed, 1 Jul 2015 17:30:50 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 01 Jul 2015 08:30:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,386,1432623600"; d="scan'208";a="756598969" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.162]) by orsmga002.jf.intel.com with SMTP; 01 Jul 2015 08:30:22 -0700 Received: by (sSMTP sendmail emulation); Wed, 01 Jul 2015 16:30:22 +0025 Date: Wed, 1 Jul 2015 16:30:21 +0100 From: Bruce Richardson To: Vladimir Medvedkin Message-ID: <20150701153021.GB8112@bricha3-MOBL3> References: <1434735125-27452-1-git-send-email-medvedkinv@gmail.com> <1435707673-17423-1-git-send-email-medvedkinv@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1435707673-17423-1-git-send-email-medvedkinv@gmail.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4] Add unit test for thash library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 15:30:50 -0000 On Tue, Jun 30, 2015 at 07:41:13PM -0400, Vladimir Medvedkin wrote: > Add unit test for thash library > > v4 changes > - Reflect rte_thash.h changes > > v3 changes > - Fix checkpatch errors > > v2 changes > - fix typo > - remove unnecessary comments > > Signed-off-by: Vladimir Medvedkin Acked-by: Bruce Richardson