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 B52A511C5 for ; Mon, 23 Mar 2015 17:18:22 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 23 Mar 2015 09:18:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,452,1422950400"; d="scan'208";a="702879861" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga002.jf.intel.com with ESMTP; 23 Mar 2015 09:18:21 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.143]) by IRSMSX102.ger.corp.intel.com ([169.254.2.9]) with mapi id 14.03.0224.002; Mon, 23 Mar 2015 16:18:20 +0000 From: "Mcnamara, John" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] tools brainstorming Thread-Index: AQHQYx2D32Xi3HzxbESwEJ9xCX7h4J0qQyEA Date: Mon, 23 Mar 2015 16:18:18 +0000 Message-ID: References: <3571725.20GtF5MAnU@xps13> In-Reply-To: <3571725.20GtF5MAnU@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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, 23 Mar 2015 16:18:23 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Friday, March 20, 2015 2:51 PM > To: dev@dpdk.org > Subject: [dpdk-dev] tools brainstorming >=20 > As we are lazy developers, writing guidelines is not enough. It must be > coupled with the integration of some tools. Let's work on these ones: > - make autotests easier and faster to run for smoke testing > - automated basic testpmd check > - build check with various options combinations > - abi check (started with validate-abi.sh) > - static analyze (clang, free online coverity) Hi, There was a discussion about using Coverity several months ago and Vincent = set up an initial project. http://dpdk.org/ml/archives/dev/2014-August/004962.html I created a similar Coverity project and have been uploading snapshots sinc= e January and comparing the results to a similar tool we use internally (it= compares well).=20 If anyone would like to view the analysis results you can sign up to Coveri= ty and apply for access to the DPDK project.=20 https://scan.coverity.com/users/sign_up https://scan.coverity.com/projects/4005 (DPDK) Alternatively, drop me an email and I'll send you an invite. Apply as Contr= ibutor/Member if you plan to review/close issues or as Defect Viewer if you= just wish to see the issues. Like any static analysis tool there may be false positives. These can be fl= agged as such. John --=20