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

2017-07-12 Thread Jan Blunck
On Wed, Jul 12, 2017 at 4:50 AM, Thomas Monjalon wrote: > 12/07/2017 10:09, Jan Blunck: >> On Wed, Jul 12, 2017 at 3:29 AM, Thomas Monjalon wrote: >> > 12/07/2017 01:24, Jan Blunck: >> >> The changes to enum rte_devtype that got merged into 17.08-rc1 are >> >> breaking >> >> API without prior no

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

2017-07-12 Thread Thomas Monjalon
12/07/2017 10:09, Jan Blunck: > On Wed, Jul 12, 2017 at 3:29 AM, Thomas Monjalon wrote: > > 12/07/2017 01:24, 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 h

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

2017-07-12 Thread Jan Blunck
On Wed, Jul 12, 2017 at 3:29 AM, Thomas Monjalon wrote: > 12/07/2017 01:24, 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 P

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

2017-07-12 Thread Thomas Monjalon
12/07/2017 01:24, 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 00/13] devargs fixes

2017-07-11 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. Jan Blunck (13): Revert "devargs: ma