From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 276A4236 for ; Wed, 20 Sep 2017 14:35:01 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2017 05:35:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,421,1500966000"; d="scan'208";a="153500922" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.24]) by fmsmga005.fm.intel.com with SMTP; 20 Sep 2017 05:34:59 -0700 Received: by (sSMTP sendmail emulation); Wed, 20 Sep 2017 13:34:58 +0100 Date: Wed, 20 Sep 2017 13:34:58 +0100 From: Bruce Richardson To: Luca Boccassi Cc: dev@dpdk.org Message-ID: <20170920123457.GA12032@bricha3-MOBL3.ger.corp.intel.com> References: <20170920105107.153935-1-bruce.richardson@intel.com> <1505909119.16471.3.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1505909119.16471.3.camel@gmail.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH 0/3] minor build enhancements and fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2017 12:35:02 -0000 On Wed, Sep 20, 2017 at 01:05:19PM +0100, Luca Boccassi wrote: > On Wed, 2017-09-20 at 11:51 +0100, Bruce Richardson wrote: > > No major changes, just cleanups. > > > > Bruce Richardson (3): > >   build: sort meson options alphabetically > >   build: fix driver install path > >   build/x86: add SSE cpuflags > > > >  config/x86/meson.build | 10 ++++++++++ > >  meson.build            |  2 +- > >  meson_options.txt      | 24 ++++++++++++++++-------- > >  3 files changed, 27 insertions(+), 9 deletions(-) > > Acked-by: Luca Boccassi > Applied to dpdk-next-build. /Bruce