Re: [dpdk-dev] [PATCH 2/5] eal/bsdapp: fix missing interrupt stub functions

2017-10-20 Thread Bruce Richardson
On Thu, Oct 19, 2017 at 05:36:26PM +0100, Bruce Richardson wrote: > A number of interrupt functions only existed on Linux. Adding in stubs > for these functions corrects this omission, and allows the map files for > both Linux and FreeBSD to be identical. > > CC: sta...@dpdk.org > Fixes: 9efe9c6cd

[dpdk-dev] [PATCH 2/5] eal/bsdapp: fix missing interrupt stub functions

2017-10-19 Thread Bruce Richardson
A number of interrupt functions only existed on Linux. Adding in stubs for these functions corrects this omission, and allows the map files for both Linux and FreeBSD to be identical. CC: sta...@dpdk.org Fixes: 9efe9c6cdcac ("eal/linux: add epoll wrappers") Signed-off-by: Bruce Richardson --- l