From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/8] drivers/common/dpaa2: Run time assembler for Descriptor formation Date: Tue, 06 Dec 2016 21:23:23 +0100 Message-ID: <5589636.gHNnFhEcxp@xps13> References: <20161205125540.6419-1-akhil.goyal@nxp.com> <20161205125540.6419-2-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com To: Akhil Goyal , Horia Geanta Neag Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id A5E7F2BCD for ; Tue, 6 Dec 2016 21:23:25 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id a197so141926971wmd.0 for ; Tue, 06 Dec 2016 12:23:25 -0800 (PST) In-Reply-To: <20161205125540.6419-2-akhil.goyal@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" 2016-12-05 18:25, Akhil Goyal: > FLib is a library which helps in making the descriptors which > is understood by NXP's SEC hardware. > This patch provides header files for command words which can be used > for descritptor formation. It seems this code is old. Does it exist as a standalone library somewhere? Where was it hosted before duplicating it in DPDK? Why do you want to have a common directory drivers/common/dpaa2/flib instead of a sub-directory in the crypto driver?