From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id CC2D36CC7 for ; Fri, 31 Aug 2018 15:59:54 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us1.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id A951E140058; Fri, 31 Aug 2018 13:59:53 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Fri, 31 Aug 2018 14:59:49 +0100 To: Bruce Richardson , CC: Ilya Maximets References: <20180831133510.3121-1-bruce.richardson@intel.com> From: Andrew Rybchenko Message-ID: <8c178381-e523-70c5-a767-b0ab2e4966b3@solarflare.com> Date: Fri, 31 Aug 2018 16:59:49 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180831133510.3121-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24064.003 X-TM-AS-Result: No-2.528000-8.000000-10 X-TMASE-MatchedRID: fgYTp5XatxYOwH4pD14DsPHkpkyUphL9TI0NfY99MMnI9EDAP/dptiyH 6hVqJ6cQOpTR5fFcCtU5FQfDpmxqT8hjol69azi+H5YQyOg71ZYcZd/OW4yvKpsoi2XrUn/JyeM tMD9QOgD5L1fs9+9UyuTCMddcL/gjxlblqLlYqXJZrsuBOJ1Mb5u5t2UJxmIMlr1orZePMK2l5K qj0rssMVDOf4XW71L+1DXsKeBNv04EqZlWBkJWd7MZNZFdSWvHG2wlTHLNY1JWXGvUUmKP2w== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--2.528000-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24064.003 X-MDID: 1535723994-P1QXJdJVvriB Subject: Re: [dpdk-dev] [PATCH] net/*/base: allow use of experimental APIs in base code 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: Fri, 31 Aug 2018 13:59:55 -0000 On 08/31/2018 04:35 PM, Bruce Richardson wrote: > The driver setting of "allow_experimental_apis" was not being used when > building the base code. To allow this we can manually put in a check > in the base code files for the setting and set the appropriate cflag > if it's needed. > > Signed-off-by: Bruce Richardson Acked-by: Andrew Rybchenko