From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id E930D8E86 for ; Fri, 4 Dec 2015 16:40:06 +0100 (CET) Received: by wmec201 with SMTP id c201so70165833wme.1 for ; Fri, 04 Dec 2015 07:40:06 -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:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=35XJmnu6QxIoN7L7KOTP1f0Kk2BCRT4VaoZboxFcq4s=; b=BoGE9y228otCVIbbDKcqqme1L9RNX4slEcXyLnHjjwUt2ez3CY+wWn0mxLFablok3d Q0i5a/q1D3yu6zaoxGOb2XDY+3BHUJa7HO7bub2cyO3ENRRVDB4qs1mO3a+gVy7fEhLc zOJ57vRzY3P9YmEOE882OmHXp+ICxLr1SBAveGXB6n7kxut2dLZefVYFnT7TXghu9yYo tLK3uqFs7O8rPckVfItBqn/YxkXIV6svd9evYsERJXplt4zIP5F/intxmJTi9aIZaTAi 3jFuBShINE9oGszQ9lBBwqDzZsQk6xOWDc1hIUMPhdrsI+e0OySZBjizb9rEn5XJ9va6 pV2Q== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=35XJmnu6QxIoN7L7KOTP1f0Kk2BCRT4VaoZboxFcq4s=; b=E+DlWy6u41QOKBpBLPZzzAZ0X4WXWXvx9KC7BDGWoBpTA65OjASOYELe5OV9pl7XM+ dhFgH/vFSX8stlDVqvklUc+1/T3LQ2+aiV+J0sDkX5Urn3+vd6n/oBWOyWSICBy0oRYL oNNNVnriIEVTYGZGhySbzPLshsY4ppL3/9gfRl8JGrsMCdv79VtVVQ3Fcl156skTfyY+ a2AZuccVURMiuChljqItjUi7vrlstNzLrkqAKM3do79lxhAk98CxoNQ5AJ1pzyR1PyU9 iKvV+QT+ivHEgnGVjTJWGhlHxctMmwDPeZ5I/TgNa5vp8KHADR9gCTmtIx2y1fpqleJS ycsw== X-Gm-Message-State: ALoCoQna8uUqmn1HAJkZ5GzyurDVE7sGsO18M5EC+IE7T25SCGcZWH90PlhLx6qaqWEWRlz3CSCS X-Received: by 10.194.88.130 with SMTP id bg2mr7453415wjb.162.1449243606783; Fri, 04 Dec 2015 07:40:06 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id h67sm3974499wmf.17.2015.12.04.07.40.05 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Dec 2015 07:40:06 -0800 (PST) From: Thomas Monjalon To: Mario Carrillo Date: Fri, 04 Dec 2015 16:38:56 +0100 Message-ID: <1805523.10WMuFvzjH@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1449178671-32288-1-git-send-email-mario.alfredo.c.arevalo@intel.com> References: <1442608390-12537-1-git-send-email-mario.alfredo.c.arevalo@intel.com> <1449178671-32288-1-git-send-email-mario.alfredo.c.arevalo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, jos.c.venegas.munoz@intel.com Subject: Re: [dpdk-dev] [PATCH v9 00/11] Add installation rules for dpdk files. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 15:40:07 -0000 Hi Mario, 2015-12-03 15:37, Mario Carrillo: > DPDK package lacks of a mechanism to install libraries, headers > applications, kernel modules and sdk files to a file system tree. > This patch set allows to install files based on the next > proposal: > http://www.freedesktop.org/software/systemd/man/file-hierarchy.html I think we should change the patchwork status of this series because I do not see the benefit compared to my newer series: http://dpdk.org/ml/archives/dev/2015-December/029416.html