> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, July 14, 2015 1:06 AM > To: Liang, Cunming > Cc: dev at dpdk.org; shemming at brocade.com; david.marchand at 6wind.com; > Zhou, Danny; Wang, Liang-min; Richardson, Bruce; Liu, Yong; > nhorman at tuxdriver.com > Subject: Re: [PATCH v13 08/14] eal/bsd: dummy for new intr definition > > 2015-06-19 12:00, Cunming Liang: > > To make bsd compiling happy with new intr changes. > > This patch doesn't make FreeBSD happy. > DPDK works on Linux and FreeBSD. > Why not adopt an API which could be implemented for FreeBSD, instead of being > tightly linked to Linux epoll? The *rte_epoll_* API is not provided as a EAL API, only exists in linuxapp for the low level needs of combing rx event with other user events. I haven't defined the abstract EAL API for both linux and freebsd yet. The next step is 1) to have a bsdapp level API (base on kqueue), 2) trying to provide a common EAL API to cover both. It's planed in next release.
- [dpdk-dev] [PATCH v13 02/14] eal/linux: add rte_e... Liang, Cunming
- [dpdk-dev] [PATCH v13 03/14] eal/linux: add API to set rx ... Cunming Liang
- [dpdk-dev] [PATCH v13 04/14] eal/linux: fix comments typo ... Cunming Liang
- [dpdk-dev] [PATCH v13 05/14] eal/linux: add interrupt vect... Cunming Liang
- [dpdk-dev] [PATCH v13 06/14] eal/linux: standalone intr ev... Cunming Liang
- [dpdk-dev] [PATCH v13 06/14] eal/linux: standalone in... Thomas Monjalon
- [dpdk-dev] [PATCH v13 06/14] eal/linux: standalon... Liang, Cunming
- [dpdk-dev] [PATCH v13 07/14] eal/linux: fix lsc read error... Cunming Liang
- [dpdk-dev] [PATCH v13 08/14] eal/bsd: dummy for new intr d... Cunming Liang
- [dpdk-dev] [PATCH v13 08/14] eal/bsd: dummy for new i... Thomas Monjalon
- [dpdk-dev] [PATCH v13 08/14] eal/bsd: dummy for n... Liang, Cunming
- [dpdk-dev] [PATCH v13 09/14] eal/bsd: fix inappropriate li... Cunming Liang
- [dpdk-dev] [PATCH v13 10/14] ethdev: add rx intr enable, d... Cunming Liang
- [dpdk-dev] [PATCH v13 11/14] ixgbe: enable rx queue interr... Cunming Liang
- [dpdk-dev] [PATCH v13 12/14] igb: enable rx queue interrup... Cunming Liang
- [dpdk-dev] [PATCH v13 13/14] l3fwd-power: enable one-shot ... Cunming Liang
- [dpdk-dev] [PATCH v13 13/14] l3fwd-power: enable one-... Thomas Monjalon
- [dpdk-dev] [PATCH v13 13/14] l3fwd-power: enable ... Liang, Cunming
- [dpdk-dev] [PATCH v13 14/14] abi: fix v2.1 abi broken issu... Cunming Liang
- [dpdk-dev] [PATCH v13 00/14] Interrupt mode PMD David Marchand
- [dpdk-dev] [PATCH v13 00/14] Interrupt mode PMD Liang, Cunming