Re: [dpdk-dev] [PATCH v2 1/2] eal/linux: support external Rx interrupt

2017-03-14 Thread Ferruh Yigit
On 3/14/2017 4:38 PM, Yongseok Koh wrote: > >> On Mar 14, 2017, at 6:03 AM, Shahaf Shuler wrote: >> >> Prior to this patch only UIO/VFIO interrupt handlers types were supported. >> This patch adds support for the external interrupt handler type, allowing >> external drivers to set their own fds w

Re: [dpdk-dev] [PATCH v2 1/2] eal/linux: support external Rx interrupt

2017-03-14 Thread Yongseok Koh
> On Mar 14, 2017, at 6:03 AM, Shahaf Shuler wrote: > > Prior to this patch only UIO/VFIO interrupt handlers types were supported. > This patch adds support for the external interrupt handler type, allowing > external drivers to set their own fds with specific interrupt handlers. > > Signed-off