From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Richardson, Bruce" Subject: Re: [PATCH v4] kernel folder for Linux and BSD modules 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Yigit, Ferruh" To: Hemant Agrawal , "dev@dpdk.org" , "thomas@monjalon.net" 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) In-Reply-To: <1515566763-2883-1-git-send-email-hemant.agrawal@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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