From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2] net/vmxnet3: set the queue shared buffer at start Date: Tue, 13 Mar 2018 15:20:20 +0000 Message-ID: <36c5dbe5-9ae3-a1c6-50a3-9d45afd39e35@intel.com> References: <20180117150457.17806-1-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, skhare@vmware.com, "Charles (Chas) Williams" , Chas Williams To: Shrikrishna Khare , Chas Williams <3chas3@gmail.com> Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 74B2BAAD6 for ; Tue, 13 Mar 2018 16:20:24 +0100 (CET) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/12/2018 5:45 PM, Shrikrishna Khare wrote: > > > On Wed, 17 Jan 2018, Chas Williams wrote: > >> From: "Charles (Chas) Williams" >> >> If a reconfiguration happens, queuedesc is reallocated. Any queues that >> are preserved point to the previous queuedesc since the queues are only >> configured during queue setup. Delay configuration of the shared queue >> pointers until device start when queuedesc is no longer changing. >> >> Fixes: 8618d19b52b1 ("net/vmxnet3: reallocate shared memzone on re-config") >> >> Signed-off-by: Chas Williams > > Acked-by: Shrikrishna Khare Series applied to dpdk-next-net/master, thanks.