Re: [dpdk-dev] [PATCH v2 00/15] devargs fixes

2017-09-05 Thread Gaƫtan Rivet
Hi Ferruh, On Mon, Sep 04, 2017 at 05:04:57PM +0100, Ferruh Yigit wrote: > On 7/14/2017 10:11 PM, Jan Blunck wrote: > > The changes to enum rte_devtype that got merged into 17.08-rc1 are breaking > > API without prior notice. This series is reworking the rte_devargs changes > > in a way hopefully

Re: [dpdk-dev] [PATCH v2 00/15] devargs fixes

2017-09-04 Thread Ferruh Yigit
On 7/14/2017 10:11 PM, Jan Blunck wrote: > The changes to enum rte_devtype that got merged into 17.08-rc1 are breaking > API without prior notice. This series is reworking the rte_devargs changes > in a way hopefully compliant to the new failover PMD and still keeping API > compatible with earlier

Re: [dpdk-dev] [PATCH v2 00/15] devargs fixes

2017-07-15 Thread Thomas Monjalon
14/07/2017 23:11, Jan Blunck: > The changes to enum rte_devtype that got merged into 17.08-rc1 are breaking > API without prior notice. This series is reworking the rte_devargs changes > in a way hopefully compliant to the new failover PMD and still keeping API > compatible with earlier releases. >

[dpdk-dev] [PATCH v2 00/15] devargs fixes

2017-07-14 Thread Jan Blunck
The changes to enum rte_devtype that got merged into 17.08-rc1 are breaking API without prior notice. This series is reworking the rte_devargs changes in a way hopefully compliant to the new failover PMD and still keeping API compatible with earlier releases. The introduced changes to 17.08-rc1 ar