From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2AA901C7AB for ; Wed, 4 Apr 2018 22:04:31 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2018 13:04:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,408,1517904000"; d="scan'208";a="188696933" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.3.198]) by orsmga004.jf.intel.com with SMTP; 04 Apr 2018 13:04:27 -0700 Received: by (sSMTP sendmail emulation); Wed, 04 Apr 2018 21:04:26 +0100 Date: Wed, 4 Apr 2018 21:04:26 +0100 From: Bruce Richardson To: dev@dpdk.org Cc: cristian.dumitrescu@intel.com Message-ID: <20180404200426.GC41636@bricha3-MOBL.ger.corp.intel.com> References: <20180329134847.92805-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180329134847.92805-1-bruce.richardson@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] build: remove checks for non-optional libraries 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, 04 Apr 2018 20:04:31 -0000 On Thu, Mar 29, 2018 at 02:48:47PM +0100, Bruce Richardson wrote: > Unless a library cannot be built for a specific platform (generally > BSD), it will always be available. Therefore remove checks for IP > fragmentation and ACL libraries, since these are built for all > platforms. > > Signed-off-by: Bruce Richardson Applied to dpdk-next-build /Bruce