Re: [PATCH v4] kernel folder for Linux and BSD modules
From: Richardson, Bruce <hidden>
Date: 2018-01-10 11:04:39
From: Richardson, Bruce <hidden>
Date: 2018-01-10 11:04:39
-----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 This patch moves the kernel modules code from EAL to a common place. - Separate the kernel module code from user space code. Signed-off-by: Hemant Agrawal <redacted> --- v4: update the path in MAINTAINERS v3: move contigmem from bsdapp v2: rename kern to kernel, add freebsd modules as well
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 <redacted>