From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id C8AFAC488 for ; Tue, 14 Apr 2015 01:44:43 +0200 (CEST) Received: by pdbqa5 with SMTP id qa5so123465839pdb.1 for ; Mon, 13 Apr 2015 16:44:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=SnII9iJEl3uzc6vkfr6ONT4qscsZa9A5zMmXApsTRlQ=; b=XNH0coVFpzl2F3oMQlYYR0UET52fI7kqW/d6vWe+E2flFsD2xUtqyjsTpBWmnfL7we +mt+b/AfkzIf9j3uLL0U4ZLe33Sdas36vUgych6n+vQrpr4NPqURnJ3mSzjSifC15cq5 FVcaL2P+EWppyu8gfjzQfh8ivQ1kDteKLZ1t+SBBbsyiiS2Q7hAfanp4RV7S/eTTtYFe RBm7MU6VXEIxQp3ZCFEfz10zImKZaZrjUC3+ZdWhyUGUyM050EYfIqLSi2C504NYGjRJ I1r7Re59Eb526XdvZOekh6kw425S+RLJqK/BAdpqdJxlss1/bJ8vNoHoL5iHufYp2f6M D0vw== X-Gm-Message-State: ALoCoQnHyOKDVQXHm1u6QilK7z0jghY3R0IGE8jrcKSM3dWpt4/JJ8hvriSjUVI8cdCsTAgErUxh X-Received: by 10.69.17.231 with SMTP id gh7mr30881872pbd.169.1428968683095; Mon, 13 Apr 2015 16:44:43 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id jz10sm8342993pbc.48.2015.04.13.16.44.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Apr 2015 16:44:42 -0700 (PDT) Date: Mon, 13 Apr 2015 16:44:48 -0700 From: Stephen Hemminger To: Neil Horman Message-ID: <20150413164448.4e14b9ac@urahara> In-Reply-To: <20150413150215.GB14966@hmsreliant.think-freely.org> References: <3571725.20GtF5MAnU@xps13> <0C5AFCA4B3408848ADF2A3073F7D8CC86D58F9C2@IRSMSX109.ger.corp.intel.com> <20150413150215.GB14966@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] tools brainstorming X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 23:44:44 -0000 One other policy from Linux that would be worth enforcing is that the default config value for every new feature should be NO. The problem is too often developers refuse/forget to test if the code still builds without their new feature.