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 4D972FC33 for ; Thu, 30 Mar 2017 12:08:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490868487; x=1522404487; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=vZLtYLDpeqCB+9zV75ecxFGxlohqsjT8RzGioAzFaeY=; b=Jw6ERjsqO/95/Z6GePzhR/UUe5680BDd81MPtwgRu9ScDXXNRC5dyySA g1yPQRRLlGomqNjDOh8BKWlR4LPoSw==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 03:08:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="82655540" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga006.fm.intel.com with ESMTP; 30 Mar 2017 03:08:05 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.151]) by IRSMSX103.ger.corp.intel.com ([169.254.3.241]) with mapi id 14.03.0319.002; Thu, 30 Mar 2017 11:08:04 +0100 From: "Pattan, Reshma" To: "Horton, Remy" , "dev@dpdk.org" CC: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v13 3/6] lib: add bitrate statistics library Thread-Index: AQHSqMo64UhMfQ6wK0CSYzwiHg7NGqGtKSdQ Date: Thu, 30 Mar 2017 10:08:03 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F0112F1B6@irsmsx110.ger.corp.intel.com> References: <1490812128-4172-1-git-send-email-remy.horton@intel.com> <1490812128-4172-4-git-send-email-remy.horton@intel.com> In-Reply-To: <1490812128-4172-4-git-send-email-remy.horton@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWExZDNiMjctOTg2NS00Y2M3LThkZTYtYTkxOWVmZGI2Y2NiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhVSzFwU2E5R0tRRVMyUnNwSElaWHdJVDBMMXVPanZSTFpkVHN6RzV0eDA9In0= x-ctpclassification: CTP_IC 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 v13 3/6] lib: add bitrate statistics library 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: Thu, 30 Mar 2017 10:08:07 -0000 Hi Remy, Warning is shown in patchwork checkpatch status, you can check that too. Thanks, Reshma