[dpdk-dev] [PATCH v10 06/13] eal/linux: standalone intr event fd create support

2015-06-03 Thread Liang, Cunming
On 6/3/2015 12:27 AM, Stephen Hemminger wrote: > Minor spelling and stuff. I am a terrible speller... > >> The patch exposes intr event fd create and release for PMD. >> The device driver can assign the number of event associated with interrupt >> vector. >> It also provides misc funtions to che

[dpdk-dev] [PATCH v10 06/13] eal/linux: standalone intr event fd create support

2015-06-02 Thread Cunming Liang
The patch exposes intr event fd create and release for PMD. The device driver can assign the number of event associated with interrupt vector. It also provides misc funtions to check 1) allows other slowpath intr(e.g. lsc); 2) intr event on fastpath is enabled or not. Signed-off-by: Cunming Liang

[dpdk-dev] [PATCH v10 06/13] eal/linux: standalone intr event fd create support

2015-06-02 Thread Stephen Hemminger
Minor spelling and stuff. I am a terrible speller... > The patch exposes intr event fd create and release for PMD. > The device driver can assign the number of event associated with interrupt > vector. > It also provides misc funtions to check 1) allows other slowpath intr(e.g. > lsc); 'funtion