From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 6A3EAB108 for ; Fri, 16 May 2014 16:42:51 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id hi2so1070426wib.11 for ; Fri, 16 May 2014 07:42:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=X/5phZhwrrDUeNrmea7Rh/DNQNFXo3Q1qqsdR1bZ5E4=; b=MvYawolbTmVUZx4Cee/sqIlUqUiNgOf3QngekAiLkQzApYT6cpMvIiIks8sfF2kS3C YTU2hDlg3ajMWmGTUmborn4grwouIcy87yLXVfoebwQnarMXXpCabc4s6Ofa0Lc2EQzp DaCPg0kPSP6a9LnTBVUge9aGEg69myF2eTH+Lh0+b33y0uZ7PRT30PpmemZW45oPZaOH q2UCv++c7q8/r1QNrccbpX0+aHCm8uzVRhr42/Yw+WDvqjiiA2812IUayA9/lFjlnQHs UiCVZpPWYfbfJS/7w3hUd/K2xW3ZqLUFJ90qTlKJIGObOGFfiTioYR+3Gp9okLhMKMyi tLCw== X-Gm-Message-State: ALoCoQnVUNdXhAEEkeglgTSK1+et9mBE0xIBDx4eqHG+6FU1VZa33P62hBVXEX24+Bp3npUwx8IN X-Received: by 10.180.85.10 with SMTP id d10mr7207390wiz.0.1400251379584; Fri, 16 May 2014 07:42:59 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id be6sm2149806wjb.41.2014.05.16.07.42.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 May 2014 07:42:58 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Fri, 16 May 2014 16:42:54 +0200 Message-ID: <2015657.SYGehBj6T6@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <20140502234251.707598579@vyatta.com> References: <20140502234251.707598579@vyatta.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/5] Various patches to 1.6.0r2 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: Fri, 16 May 2014 14:42:51 -0000 2014-05-02 16:42, Stephen Hemminger: > These are updated versions of some of the earlier patches I sent. > Plus some more changes that are helpful when interacting with > mempool/zone etc. commits: 356cb73 mempool: add iterator function 58f8a1d memzone: add iterator function e5ac7c2 eal: don't inline string functions 591a9d7 add FILE argument to debug functions c738c6a spelling fixes Applied for version 1.7.0. Thanks Stephen -- Thomas