From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1F1535F16 for ; Thu, 8 Mar 2018 10:49:54 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2018 01:49:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,440,1515484800"; d="scan'208";a="36461870" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.36]) by fmsmga001.fm.intel.com with SMTP; 08 Mar 2018 01:49:51 -0800 Received: by (sSMTP sendmail emulation); Thu, 08 Mar 2018 09:49:51 +0000 Date: Thu, 8 Mar 2018 09:49:50 +0000 From: Bruce Richardson To: John Daley Cc: ferruh.yigit@intel.com, dev@dpdk.org, Hyong Youb Kim Message-ID: <20180308094949.GA13004@bricha3-MOBL3.ger.corp.intel.com> References: <20180306014634.28398-2-johndale@cisco.com> <20180308024702.25974-1-johndale@cisco.com> <20180308024702.25974-11-johndale@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180308024702.25974-11-johndale@cisco.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.3 (2018-01-21) Subject: Re: [dpdk-dev] [PATCH v3 10/10] net/enic: support for meson 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: Thu, 08 Mar 2018 09:49:55 -0000 On Wed, Mar 07, 2018 at 06:47:02PM -0800, John Daley wrote: > From: Hyong Youb Kim > > Signed-off-by: Hyong Youb Kim > Reviewed-by: John Daley > --- > drivers/net/enic/meson.build | 19 +++++++++++++++++++ > drivers/net/meson.build | 2 +- > 2 files changed, 20 insertions(+), 1 deletion(-) > create mode 100644 drivers/net/enic/meson.build > Patch LGTM Acked-by: Bruce Richardson