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

2017-04-04 Thread Ed Czeck
Hi Ferruh, The patch series was updated to apply on the latest dpdk-next-net (d7f06ea2) On Fri, Mar 31, 2017 at 10:51 AM, Ferruh Yigit wrote: > > On 3/29/2017 10:32 PM, Ed Czeck wrote: > > Enable Arkville on supported configurations > > > Can you please update release notes [1] to announce the A

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

2017-03-31 Thread Shepard Siegel
Hi Ferruh, Thank you for the terrific news. Ed is traveling today; we agree with you that pushing to RC2 will allow more chance for reviews with little or no other impact. We will update the release notes [1] to announce ARK PMD on Tuesday by 5PM EDT. As an aside, I want to mention that Atomic R

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

2017-03-31 Thread Ferruh Yigit
On 3/29/2017 10:32 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 > > v6: > * Address review comments > * Unify messaging, logging and debug mac

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

2017-03-29 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 v6: * Address review comments * Unify messaging, logging and debug macros to ark_logs.h v5: * Address comments from Ferruh Y