From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6872437B0 for ; Thu, 16 Mar 2017 12:38:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489664297; x=1521200297; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=KaqxCgcR10OapKMP1+G53GwyG+A/AS4tQYdK91GK+HE=; b=xR7kuiMKyQxBis5NFoxsZ8F8U9ISJfAYhRdy+eT5ZfRizwwTDn93A/M4 112EE7S9ConCEBo3D46+XdfuIuIhNg==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2017 04:38:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,172,1486454400"; d="scan'208";a="835364583" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 16 Mar 2017 04:38:14 -0700 To: Jan Blunck , "Charles (Chas) Williams" References: <1489444915-3660-1-git-send-email-ciwillia@brocade.com> <1489581310-26094-1-git-send-email-ciwillia@brocade.com> Cc: dev , yongwang@vmware.com From: Ferruh Yigit Message-ID: Date: Thu, 16 Mar 2017 11:38:13 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/vmxnet3: fix queue size changes 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, 16 Mar 2017 11:38:17 -0000 On 3/15/2017 6:19 PM, Jan Blunck wrote: > On Wed, Mar 15, 2017 at 1:35 PM, Charles (Chas) Williams > wrote: >> If the user reconfigures the queue size, then the previously allocated >> memzone may potentially be too small. Release the memzone when a queue >> is released and allocate a new one each time a queue is setup. >> >> While here convert to rte_eth_dma_zone_reserve() which does basically >> the same things as the private function. >> >> Fixes: dfaff37fc46d ("vmxnet3: import new vmxnet3 poll mode driver implementation") Cc: stable@dpdk.org >> >> Signed-off-by: Chas Williams > Acked-by: Jan Blunck Acked-by: Shrikrishna Khare Applied to dpdk-next-net/master, thanks.