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 DF0DC6D45 for ; Wed, 20 Sep 2017 18:13:42 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2017 09:13:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,421,1500966000"; d="scan'208";a="902261839" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 20 Sep 2017 09:13:40 -0700 From: Ferruh Yigit To: SebastianX Basierski , skhare@vmware.com Cc: dev@dpdk.org References: <1505821678-33651-1-git-send-email-sebastianx.basierski@intel.com> <178fb6b9-bd82-7f6e-5435-821035e6e0f5@intel.com> Message-ID: <7bc79f39-9c3e-2b6d-7cdc-e387f1b0e1fa@intel.com> Date: Wed, 20 Sep 2017 17:13:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <178fb6b9-bd82-7f6e-5435-821035e6e0f5@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] pmd_vmxnet3: Unintentional integer overflow 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: Wed, 20 Sep 2017 16:13:44 -0000 On 9/19/2017 3:44 PM, Ferruh Yigit wrote: > On 9/19/2017 12:47 PM, SebastianX Basierski wrote: >> Fixed overflow by casting txq->cmd_ring.next2fill to uint64_t type. >> >> Coverity issue: 143457 >> >> Fixes: 01fef6e3c181 ("net/vmxnet3: allow variable length Tx data ring") Cc: stable@dpdk.org >> >> Signed-off-by: SebastianX Basierski > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.