[dpdk-dev] [RFC PATCH 2/4] Add the new common device header and C file.

2015-04-12 Thread Neil Horman
On Fri, Apr 10, 2015 at 07:25:32PM +, Wiles, Keith wrote: > > > On 4/9/15, 6:53 AM, "Neil Horman" wrote: > > >On Wed, Apr 08, 2015 at 03:58:38PM -0500, Keith Wiles wrote: > >> Move a number of device specific define, structures and functions > >> into a generic device base set of files for

[dpdk-dev] [RFC PATCH 2/4] Add the new common device header and C file.

2015-04-09 Thread Neil Horman
On Wed, Apr 08, 2015 at 03:58:38PM -0500, Keith Wiles wrote: > Move a number of device specific define, structures and functions > into a generic device base set of files for all device not just Ethernet. > > Signed-off-by: Keith Wiles > --- > lib/librte_eal/common/eal_common_device.c |

[dpdk-dev] [RFC PATCH 2/4] Add the new common device header and C file.

2015-04-08 Thread Keith Wiles
Move a number of device specific define, structures and functions into a generic device base set of files for all device not just Ethernet. Signed-off-by: Keith Wiles --- lib/librte_eal/common/eal_common_device.c | 185 +++ lib/librte_eal/common/include/rte_common_device.h | 617