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 3D2641B20A for ; Thu, 4 Oct 2018 15:37:57 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2018 06:37:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,340,1534834800"; d="scan'208";a="78454707" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by orsmga007.jf.intel.com with SMTP; 04 Oct 2018 06:37:54 -0700 Received: by (sSMTP sendmail emulation); Thu, 04 Oct 2018 14:37:53 +0100 Date: Thu, 4 Oct 2018 14:37:53 +0100 From: Bruce Richardson To: Ilya Maximets Cc: dev@dpdk.org, Luca Boccassi Message-ID: <20181004133752.GA15900@bricha3-MOBL.ger.corp.intel.com> References: <20181004131835.32734-1-i.maximets@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181004131835.32734-1-i.maximets@samsung.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH] net/*/base: allow experimental APIs in base of avf and qede 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, 04 Oct 2018 13:37:57 -0000 On Thu, Oct 04, 2018 at 04:18:35PM +0300, Ilya Maximets wrote: > This functionality was missed while adding new drivers to > the meson build. > > Fixes: 1d75caf81474 ("net/avf: add meson support") > Fixes: 30d3d0168301 ("net/qede: add in meson build") > > Signed-off-by: Ilya Maximets > --- Acked-by: Bruce Richardson