From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=lS+YSW9u/Cy+BleEH3tr+xGln107OZKj0bvLXTZFves=; b=EqrAk0lNbcDM4rp6CnLAAjqF7uQvKx30n6BGS3916HtrTijfFNqNzS4+n71axM6nCt WRQD2l1CagriDc9s8ISKTQaJWmgHm4rNIj1LB9U9uS3QM1Il3via3VeT69TuTqgTUCeP Fh7UgvUhIgbqALjZe2tklcUp9ojqf5zXmktyGuETk+GvHkYh5LnN0WnRpn7ZpwajXF8o Almi1I5PHyJcEHDMLdRwmluubSBTgPqitBfXEXczo+N94pmlT35JdKFI3uooi1H5VM5x aO6YbOFZxNaELzEfpOOr1ffS1Kn2y+nQoUUUHiFkWaiE3BuhNuYcSNteLA2eZHDWS8fp DTzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=lS+YSW9u/Cy+BleEH3tr+xGln107OZKj0bvLXTZFves=; b=TskNT0/3CgPmBqvhh2D5o1H8S8W0cqqm1aQhjm0+meRqj3oe1mDxX9XjZ55+FS9KK4 J9MzJTb6nd9ZeMKNIxfEEpjowuRIwL20TCkAHWYkq3TYgGMZbWe3sSJydekrptRBKYQ2 cWPBR5lhzjdcV44gz/yNow7SaWGixHsCFUlg0RoAGtkLEzPk/eJAO9moYqF2FiLlSvf8 MtIbBMJzKzaVq5IKi0qNdV/49IPACK47cfR2N/I1MUOBPaDIKHnwbA03ND73CwAFdSv2 9LL2FYOAjCaUdYfrEy5nJeCCeKsD+/INAsJjGB45rgAFjGr9V1rWZ07a+dwCQpL0p8al j9dw== X-Gm-Message-State: AKaTC00NVnbfxdfvDOpBWergZwfl3D4TuR5SeH6y1SmVbFhtELjQGvesFtbr5HPAp9U+kCKL X-Received: by 10.28.49.193 with SMTP id x184mr328833wmx.44.1481055805359; Tue, 06 Dec 2016 12:23:25 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id i132sm5756228wmf.14.2016.12.06.12.23.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 12:23:24 -0800 (PST) From: Thomas Monjalon To: Akhil Goyal , Horia Geanta Neag Cc: dev@dpdk.org, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com Date: Tue, 06 Dec 2016 21:23:23 +0100 Message-ID: <5589636.gHNnFhEcxp@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20161205125540.6419-2-akhil.goyal@nxp.com> References: <20161205125540.6419-1-akhil.goyal@nxp.com> <20161205125540.6419-2-akhil.goyal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/8] drivers/common/dpaa2: Run time assembler for Descriptor formation 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, 06 Dec 2016 20:23:25 -0000 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?