From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A9C5E1B326; Wed, 1 Nov 2017 21:38:01 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Nov 2017 13:37:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,330,1505804400"; d="scan'208";a="170679064" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.226.222]) ([10.241.226.222]) by fmsmga006.fm.intel.com with ESMTP; 01 Nov 2017 13:37:59 -0700 To: Hemant Agrawal Cc: dev@dpdk.org, Akhil Goyal , stable@dpdk.org References: <1509524201-5952-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <4ca0b591-0a6d-6279-4330-5e84aac46499@intel.com> Date: Wed, 1 Nov 2017 13:37:59 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1509524201-5952-1-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/dpaa2: set queues after reconfiguration 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, 01 Nov 2017 20:38:02 -0000 On 11/1/2017 1:16 AM, Hemant Agrawal wrote: > From: Akhil Goyal > > if dpaa2_dev_tx_queue_setup is called multiple times, the > assignment of device->data->tx_queues is not done, as a result > tx_queues remain NULL after reconfiguration. > This patch sets the tx_queues from the device private data to the > usable device tx queues. > > Fixes: 7ae777d064e8 ("net/dpaa2: add support for congestion notification") > Cc: stable@dpdk.org > > Signed-off-by: Akhil Goyal Acked-by: Hemant Agrawal Applied to dpdk-next-net/master, thanks. (Since patch sent by Hemant, I assume Hemant is agree with the patch and added an explicit Ack from him.)