From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Mar 2018 08:20:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,465,1515484800"; d="scan'208";a="34633252" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by orsmga003.jf.intel.com with ESMTP; 13 Mar 2018 08:20:21 -0700 To: Shrikrishna Khare , Chas Williams <3chas3@gmail.com> Cc: dev@dpdk.org, skhare@vmware.com, "Charles (Chas) Williams" , Chas Williams References: <20180117150457.17806-1-3chas3@gmail.com> From: Ferruh Yigit Message-ID: <36c5dbe5-9ae3-a1c6-50a3-9d45afd39e35@intel.com> Date: Tue, 13 Mar 2018 15:20:20 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/vmxnet3: set the queue shared buffer at start 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: Tue, 13 Mar 2018 15:20:24 -0000 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.