From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 7E00D133F for ; Mon, 7 Nov 2016 19:35:50 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id a197so200431665wmd.0 for ; Mon, 07 Nov 2016 10:35:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=CLrD58uMcYoO7qWEjuf2cA2nYNbl6ahHSTIzW/x5vPM=; b=JMYK8zdfBdW8zRS66DWCMeFs3VvP0zlJBVRtrUOahjdQQ+uX+NBVrHjuFMtxukfAFN vQmyrObpNEIyjzsKoX0fPzXyySwk7UJKz5JgYPasHhp7/yrJ0KhhAGUwgogUtmzdfHaP FtH8IaGFldYwt764OIcr8snikB7sxqI08SIcPO4n6M152ysdgXJh1P8kY2BKhedigsQ7 1FT+Aj145C45WkDp3avamFtxwuKrhyQYZ8tW8kDf22lbHMNbp6fjWpiRS+B0A6HGCm1Z YxilcxQt1SfrRutPA+YPTD/3KLWYfKAKQ1hckwaAtbWGrOAlPaDqyiB/V0Tq9JtTX6gW S4qQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=CLrD58uMcYoO7qWEjuf2cA2nYNbl6ahHSTIzW/x5vPM=; b=V/eKb/N6nleDlS+/+OJtHDrn4tGRbIq74yRgWGpMatwOnmulaKUCy3iMoKloGlOF7D LD+co23r7IwhT4ggC14fqUHMfFnYycM8fs2PrUvII+MvZ9Xem9agBpsYe2JZctPLi+VX JpRtiBqbU127lj16JOOG/YP9Efp9zZcVYaWGCsy1JnRZp/iFjdKQTCt8fkEOVpv77j7b 54zn23gEasrEK7hOtShzxu6Gt6qxTe+m/SO+UtjFlsqFq4Tl0gpm84ZUaIACR+uaOlxt ps2CfyGTA8Y+6U3uMrR8YYry8UbcXTjYRW3ShIDmpAWbkG1EtsmzJl7cuQo1KNntB5dl pbag== X-Gm-Message-State: ABUngve2j3Vvaj1SknrIKKCn9N43JRNMZHnuiE67J4vF9wY2Ngom1xj5aoKbtGVFXQkQYX41 X-Received: by 10.28.20.139 with SMTP id 133mr10343611wmu.9.1478543750265; Mon, 07 Nov 2016 10:35:50 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id f4sm15013172wmd.15.2016.11.07.10.35.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Nov 2016 10:35:49 -0800 (PST) From: Thomas Monjalon To: Ajit Khaparde Cc: dev@dpdk.org, Ferruh Yigit Date: Mon, 07 Nov 2016 19:35:48 +0100 Message-ID: <2105407.VUx41MYxrN@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20161107151204.GA24819@C02PT1RBG8WP.wifi.aus.avagotech.net> References: <20161107151204.GA24819@C02PT1RBG8WP.wifi.aus.avagotech.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/3 v3] bnxt: use appropriate data type in bnxt_alloc_vnic_attributes 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, 07 Nov 2016 18:35:50 -0000 2016-11-07 09:12, Ajit Khaparde: > Prevent the arithmetic in bnxt_alloc_vnic_attributes from causing > any unintentional havoc because of the usage of a signed variable. > > Coverity: 137874 > > Signed-off-by: Ajit Khaparde Series applied, thanks As a regular contributor, please follow the contribution guidelines: http://dpdk.org/dev#send