From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 80D011B169 for ; Wed, 10 Jan 2018 12:04:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 03:04:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,339,1511856000"; d="scan'208";a="8549838" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga007.fm.intel.com with ESMTP; 10 Jan 2018 03:04:37 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.138]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 11:04:36 +0000 From: "Richardson, Bruce" To: Hemant Agrawal , "dev@dpdk.org" , "thomas@monjalon.net" CC: "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH v4] kernel folder for Linux and BSD modules Thread-Index: AQHTid7iWArSiBkEAk+bkY9+LqR9l6Ns8WDg Date: Wed, 10 Jan 2018 11:04:35 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B072220794@IRSMSX103.ger.corp.intel.com> References: <1514278723-9905-1-git-send-email-hemant.agrawal@nxp.com> <1515566763-2883-1-git-send-email-hemant.agrawal@nxp.com> In-Reply-To: <1515566763-2883-1-git-send-email-hemant.agrawal@nxp.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTdkZWFlOTQtZjU0ZC00ZWNjLWFjNjMtYjNiMjE2OGNhYThkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhvWk5ENkhWZldBU1wvMit4QXdtT0lSbldCRUIxeENRT2h1MUI1TVRwM1wvaz0ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] kernel folder for Linux and BSD modules 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: Wed, 10 Jan 2018 11:04:39 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Hemant Agrawal > Sent: Wednesday, January 10, 2018 6:46 AM > To: dev@dpdk.org; thomas@monjalon.net > Cc: Yigit, Ferruh > Subject: [dpdk-dev] [PATCH v4] kernel folder for Linux and BSD modules >=20 > This patch moves the kernel modules code from EAL to a common place. > - Separate the kernel module code from user space code. >=20 > Signed-off-by: Hemant Agrawal > --- > v4: update the path in MAINTAINERS > v3: move contigmem from bsdapp > v2: rename kern to kernel, add freebsd modules as well >=20 Ran test builds on FreeBSD and modules still compile ok. One minor comment is that I don't think "kernel" should go last on the list= of subdirs, but should probably go between lib and drivers, with app being= the last thing. Tested-by: Bruce Richardson