From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7122895EC for ; Mon, 16 May 2016 14:39:25 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 16 May 2016 05:39:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,627,1455004800"; d="scan'208";a="955456859" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga001.jf.intel.com with ESMTP; 16 May 2016 05:39:24 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.54]) by IRSMSX154.ger.corp.intel.com ([169.254.12.222]) with mapi id 14.03.0248.002; Mon, 16 May 2016 13:39:22 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "Mrzyglod, DanielX T" CC: "dev@dpdk.org" , "Carew, Alan" Thread-Topic: [dpdk-dev] [PATCH] power: fix argument cannot be negative Thread-Index: AQHRmwnODYKI4IghPEahFGku4uebRp+7ktKAgAAWV7A= Date: Mon, 16 May 2016 12:39:22 +0000 Message-ID: References: <1461163170-237505-1-git-send-email-danielx.t.mrzyglod@intel.com> <1965626.9JUMUNfzfm@xps13> In-Reply-To: <1965626.9JUMUNfzfm@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2M5ZDE1MTktMDAzNy00N2RhLWIyMDEtZWViZTlmMmZkZmZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJUMnlhaUw5clY3dTVQNWNUWGt3Y09KQzBBSitUb1RDZFZQbDB3TWVLWVRFPSJ9 x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] power: fix argument cannot be negative 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, 16 May 2016 12:39:25 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, May 16, 2016 1:17 PM > To: Mrzyglod, DanielX T > Cc: dev@dpdk.org; Carew, Alan > Subject: Re: [dpdk-dev] [PATCH] power: fix argument cannot be negative >=20 > The next statement is probably a useless copy paste of the coverity > report. >=20 > > In send_msg: Negative value used as argument to a function expecting a > > positive value (for example, size of buffer or allocation) A question on this point. Is it just that the Coverity message is useless in this case or in general? For other error/warning fixes we include the message in the commit. John