[dpdk-dev] [RFC PATCH 0/4] Extending DPDK to have more devices supported

2015-04-10 Thread Wiles, Keith
Any comments on this RFC Patch? Must be perfect right :-) On 4/8/15, 3:58 PM, "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

[dpdk-dev] [RFC PATCH 0/4] Extending DPDK to have more devices supported

2015-04-08 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