From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/4] bus/dpaa: fq lookup table saved for secondary process Date: Fri, 29 Mar 2019 14:33:12 +0100 Message-ID: <3488822.ESyL5h3I8c@xps> References: <20190326115952.26278-1-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "ferruh.yigit@intel.com" , Shreyansh Jain To: Hemant Agrawal , Akhil Goyal Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 12B051B05 for ; Fri, 29 Mar 2019 14:33:16 +0100 (CET) In-Reply-To: <20190326115952.26278-1-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/03/2019 13:01, Hemant Agrawal: > From: Akhil Goyal > > A reference to qman_fq_lookup_table need to be saved in each > fq, so that it is retrieved while in running secondary process. > > Signed-off-by: Akhil Goyal Series applied, thanks