From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cmailsend23.nm.naver.com (cmailsend23.nm.naver.com [125.209.208.232]) by dpdk.org (Postfix) with ESMTP id CFC095961 for ; Tue, 20 Oct 2015 01:49:00 +0200 (CEST) Received: (qmail 22036 invoked by uid 100); 19 Oct 2015 23:48:59 -0000 Received: from 10.114.49.76 (HELO cweb09.nm.nhnsystem.com) (10.114.49.76) by cmailsend23.nm.naver.com with SMTP;19 Oct 2015 23:48:58 -0000 Date: Tue, 20 Oct 2015 08:48:58 +0900 (KST) From: =?UTF-8?B?7LWc7J217ISx?= To: dev@dpdk.org Message-ID: <56b0f0ec6212a52e39524707ea44f6f@cweb09.nm.nhnsystem.com> MIME-Version: 1.0 Importance: normal X-Priority: 3 (Normal) X-Naver-CIP: 129.254.191.249 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] =?utf-8?q?_Does_the_DPDK_support_Ethrenet_II_foramt_fr?= =?utf-8?q?ame=3F?= X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: =?UTF-8?B?7LWc7J217ISx?= List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 23:49:01 -0000 RGVhciBEUERLIGV4cGVydHMuIAogClRoYW5rIHlvdSB2ZXJ5IG11Y2ggZm9yIHlvdXIgYmVzdCBn cmVhdCBlZmZvcnRzIGFuZCBwcmVjaW91cyBhbnN3ZXJzLgogCkkgaGF2ZSBhIHF1ZXN0aW9uIGFi b3V0IHBhY2tldCBmb3JtYXQuCiAKRG9lcyB0aGUgRFBESyAoZXhhbXBsZSBhcHBsaWNhdGlvbnMp IHN1cHBvcnQgRXRocmVuZXQgSUkgZm9yYW10IGZyYW1lPwogClRoYW5rIHlvdSB2ZXJ5IG11Y2gu CiAKU2luY2VyZWx5IFlvdXJzLAogCkljay1TdW5nIENob2kuCiAK >From mario.alfredo.c.arevalo@intel.com Tue Oct 20 02:21:23 2015 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 688AB8E5D for ; Tue, 20 Oct 2015 02:21:22 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 19 Oct 2015 17:21:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,704,1437462000"; d="scan'208";a="830442166" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 19 Oct 2015 17:21:01 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Oct 2015 17:21:01 -0700 Received: from fmsmsx107.amr.corp.intel.com ([169.254.6.163]) by fmsmsx122.amr.corp.intel.com ([169.254.6.115]) with mapi id 14.03.0248.002; Mon, 19 Oct 2015 17:21:01 -0700 From: "Arevalo, Mario Alfredo C" To: "dev@dpdk.org" Thread-Topic: dpdk proposal installation process Thread-Index: AdEKzTKfKaaYZAaBQP+Bu9jCtTvTPw== Date: Tue, 20 Oct 2015 00:21:00 +0000 Message-ID: <6594B51DBE477C48AAE23675314E6C460F1B724F@fmsmsx107.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.19.9.42] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dpdk-dev] dpdk proposal installation process 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: Tue, 20 Oct 2015 00:21:23 -0000 Hi folks, Good day, this is a proposal in order to improve the dpdk install pro= cess, I would like to know your point of view about the next points according to previous conversations :) in order to create a new patches version. 1) I think the first thing that I have to be aware is "compatibility", the new changes won't affect the current dpdk behaviour. 2) Create new makefile rules, these rules is going to install dpdk files in default paths, however the linux distributions don't use the same paths for= their files, the linux distribution and the architecture can be factor for differ= ent path as Panu commented in previous conversations, he is right, then all var= iables could be overridden, the variables names for the user can be included in do= cumentation. Also an option could be a configuration file for paths, however I'm not sur= e. 3) The default paths for dpdk in order to follow a hierarchy, however the v= ariable with those values can be overridden. -install-bin --> /usr/bin. -install-headers --> /usr/include/dpdk -install-lib --> /usr/lib64 -install-doc --> /usr/share/doc/dpdk -install-mod --> if RTE_EXEC_ENV=3Dlinuxapp then KERNEL_DIR=3D/lib/m= odules/$(uname -r)/extra/drivers/dpdk else KERNEL_DIR=3D/boot/modules). -install-sdk --> /usr/share/dpdk and call install-headers ). -install-fhs --> call install-libraries, install-mod, install-bin = and install-doc (maybe install-headers) 4) I'm going to take account all feedback about variables, paths etc for th= e new version :). Thank you so much for your help. Mario.