From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <mhall@mhcomputing.net>
Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186])
 by dpdk.org (Postfix) with ESMTP id 522325913
 for <dev@dpdk.org>; Wed,  3 Sep 2014 03:28:53 +0200 (CEST)
Received: by mail.mhcomputing.net (Postfix, from userid 1000)
 id 64DB280C76D; Tue,  2 Sep 2014 18:33:18 -0700 (PDT)
Date: Tue, 2 Sep 2014 18:33:18 -0700
From: Matthew Hall <mhall@mhcomputing.net>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Message-ID: <20140903013318.GA28348@mhcomputing.net>
References: <1409585324-6829-1-git-send-email-konstantin.ananyev@intel.com>
 <20140902134300.GC29416@hmsreliant.think-freely.org>
 <6557336.pkq0I4uP60@xps13>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <6557336.pkq0I4uP60@xps13>
User-Agent: Mutt/1.5.23 (2014-03-12)
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCHv5] librte_acl make it build/work for
 'default' target
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: Wed, 03 Sep 2014 01:28:53 -0000

On Wed, Sep 03, 2014 at 03:29:16AM +0200, Thomas Monjalon wrote:
> > > Make ACL library to build/work on 'default' architecture:

Upon reading all the steps taken to implement the new multi-arch version of 
the code, I had a funny feeling where each time I asked, "But... what if X???" 
the next step addressed X, until I had gone through all my questions.

Now I am looking forward to using that code in the future.

Matthew.