[dpdk-dev] [PATCH v4 0/5] Interrupt mode PMD

2015-02-20 Thread Gonzalez Monroy, Sergio
On 19/02/2015 13:48, Zhou Danny wrote: > v4 changes > - Export interrupt enable/disable functions for shared libraries > - Adjust position of new-added structure fields and functions to > avoid breaking ABI > > v3 changes > - Add return value for interrupt enable/disable functions > - Move spinlok

[dpdk-dev] [PATCH v4 0/5] Interrupt mode PMD

2015-02-19 Thread Zhou Danny
v4 changes - Export interrupt enable/disable functions for shared libraries - Adjust position of new-added structure fields and functions to avoid breaking ABI v3 changes - Add return value for interrupt enable/disable functions - Move spinlok from PMD to L3fwd-power - Remove unnecessary variables