Re: [dpdk-dev] [PATCH v2 00/10] Introduce generic 'rawdevice' support

2018-01-30 Thread Shreyansh Jain
On Tuesday 30 January 2018 05:19 AM, Thomas Monjalon wrote: 25/01/2018 23:21, Thomas Monjalon: 23/01/2018 14:59, Shreyansh Jain: Defining a very generic super-set of device type and its device operations that can be exposed such that any new/upcoming/experimental device can be layered over it.

Re: [dpdk-dev] [PATCH v2 00/10] Introduce generic 'rawdevice' support

2018-01-29 Thread Thomas Monjalon
25/01/2018 23:21, Thomas Monjalon: > 23/01/2018 14:59, Shreyansh Jain: > > Defining a very generic super-set of device type and its device operations > > that > > can be exposed such that any new/upcoming/experimental device can be layered > > over it. 'rawdevice' semantic in this patchset represe

Re: [dpdk-dev] [PATCH v2 00/10] Introduce generic 'rawdevice' support

2018-01-25 Thread Thomas Monjalon
23/01/2018 14:59, Shreyansh Jain: > Defining a very generic super-set of device type and its device operations > that > can be exposed such that any new/upcoming/experimental device can be layered > over it. 'rawdevice' semantic in this patchset represents a device that > doesn't > have any flavo

[dpdk-dev] [PATCH v2 00/10] Introduce generic 'rawdevice' support

2018-01-23 Thread Shreyansh Jain
Change History ~~ v2: - restructure comments to prefix model - split patches pivoted on APIs introduced in library - moved test into drivers/rawdev/skeleton from test/test - removed unused RTE_MAX_RAWDEVPORTS and RTE_MAX_RAWDEVS - merge patch configurations - checkpatch fixes Raw