[dpdk-dev] [RFC PATCH 0/4 v2] Extending DPDK with multiple device support

2015-05-04 Thread Marc Sune
On 13/04/15 21:44, Keith Wiles wrote: > Hi All, > > Here is a set of RFC patches to update DPDK to support a generic set of > devices. The patches that follow create two files eal_common_device.h > and rte_common_device.c and then a few items in rte_ethdev.[ch] were moved > to cleanup those files

[dpdk-dev] [RFC PATCH 0/4 v2] Extending DPDK with multiple device support

2015-04-13 Thread Keith Wiles
Hi All, Here is a set of RFC patches to update DPDK to support a generic set of devices. The patches that follow create two files eal_common_device.h and rte_common_device.c and then a few items in rte_ethdev.[ch] were moved to cleanup those files by moving the device generic values and functions