From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] config: remove duplicate configuration information Date: Fri, 04 Mar 2016 23:43:57 +0100 Message-ID: <1982157.64YrbiQtVx@xps13> References: <121442835.2vdhmXQbJs@xps13> <1457115072-68430-1-git-send-email-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Keith Wiles Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 67A412956 for ; Fri, 4 Mar 2016 23:45:33 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id p65so8612754wmp.0 for ; Fri, 04 Mar 2016 14:45:33 -0800 (PST) In-Reply-To: <1457115072-68430-1-git-send-email-keith.wiles@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-04 12:11, Keith Wiles: > In order to cleanup the configuration files some and reduce > the number of duplicate configuration information. Add a new > file called common_base which contains just about all of the > configuration lines in one place. Then have the common_bsdapp, > common_linuxapp files include this one file. Then in those OS > specific files add the delta configuration lines. > > Signed-off-by: Keith Wiles It's also fixing the crypto settings which were mispelled for BSD. Applied with few cosmetic adjustments, thanks.