Re: [dpdk-dev] [PATCH v5 1/7] net/ark: PMD for Atomic Rules Arkville driver stub

2017-03-28 Thread Ed Czeck
On Tue, Mar 28, 2017 at 10:34 AM, Ferruh Yigit wrote: > > On 3/23/2017 10:59 PM, Ed Czeck wrote: > > Enable Arkville on supported configurations > > Add overview documentation > > Minimum driver support for valid compile > > Arkville PMD is not supported on ARM or PowerPC at this time > > > > v5:

Re: [dpdk-dev] [PATCH v5 1/7] net/ark: PMD for Atomic Rules Arkville driver stub

2017-03-28 Thread Ferruh Yigit
On 3/23/2017 10:59 PM, Ed Czeck wrote: > Enable Arkville on supported configurations > Add overview documentation > Minimum driver support for valid compile > Arkville PMD is not supported on ARM or PowerPC at this time > > v5: > * Address comments from Ferruh Yigit > * Added documentation on dri

Re: [dpdk-dev] [PATCH v5 1/7] net/ark: PMD for Atomic Rules Arkville driver stub

2017-03-28 Thread Ferruh Yigit
On 3/23/2017 10:59 PM, Ed Czeck wrote: > Enable Arkville on supported configurations > Add overview documentation > Minimum driver support for valid compile > Arkville PMD is not supported on ARM or PowerPC at this time > > v5: > * Address comments from Ferruh Yigit > * Added documentation on dri

[dpdk-dev] [PATCH v5 1/7] net/ark: PMD for Atomic Rules Arkville driver stub

2017-03-23 Thread Ed Czeck
Enable Arkville on supported configurations Add overview documentation Minimum driver support for valid compile Arkville PMD is not supported on ARM or PowerPC at this time v5: * Address comments from Ferruh Yigit * Added documentation on driver args * Makefile fixes * Safe argument processing *