Re: [dpdk-dev] [PATCH v2 00/12] EAL and PCI ABI changes for 19.11

2019-10-24 Thread Thomas Monjalon
23/10/2019 20:54, David Marchand: > Let's prepare for the ABI freeze. > > The first patches are about changes that had been announced before (with > a patch from Stephen that I took as it is ready as is from my pov). > > The malloc_heap structure from the memory subsystem can be hidden. > The PCI

Re: [dpdk-dev] [PATCH v2 00/12] EAL and PCI ABI changes for 19.11

2019-10-24 Thread David Marchand
On Thu, Oct 24, 2019 at 5:37 PM Stephen Hemminger wrote: > > > > rte_logs could be hidden, but I am not that confortable about > > > > doing it right away: I added an accessor to rte_logs.file, but I am fine > > > > with dropping the last patch and wait for actually hiding this in the > > > > nex

Re: [dpdk-dev] [PATCH v2 00/12] EAL and PCI ABI changes for 19.11

2019-10-24 Thread Stephen Hemminger
On Thu, 24 Oct 2019 09:32:10 +0200 David Marchand wrote: > On Wed, Oct 23, 2019 at 11:10 PM Stephen Hemminger > wrote: > > > > On Wed, 23 Oct 2019 20:54:12 +0200 > > David Marchand wrote: > > > > > Let's prepare for the ABI freeze. > > > > > > The first patches are about changes that had been

Re: [dpdk-dev] [PATCH v2 00/12] EAL and PCI ABI changes for 19.11

2019-10-24 Thread David Marchand
On Wed, Oct 23, 2019 at 11:10 PM Stephen Hemminger wrote: > > On Wed, 23 Oct 2019 20:54:12 +0200 > David Marchand wrote: > > > Let's prepare for the ABI freeze. > > > > The first patches are about changes that had been announced before (with > > a patch from Stephen that I took as it is ready as

Re: [dpdk-dev] [PATCH v2 00/12] EAL and PCI ABI changes for 19.11

2019-10-23 Thread Stephen Hemminger
On Wed, 23 Oct 2019 20:54:12 +0200 David Marchand wrote: > Let's prepare for the ABI freeze. > > The first patches are about changes that had been announced before (with > a patch from Stephen that I took as it is ready as is from my pov). > > The malloc_heap structure from the memory subsystem

[dpdk-dev] [PATCH v2 00/12] EAL and PCI ABI changes for 19.11

2019-10-23 Thread David Marchand
Let's prepare for the ABI freeze. The first patches are about changes that had been announced before (with a patch from Stephen that I took as it is ready as is from my pov). The malloc_heap structure from the memory subsystem can be hidden. The PCI library had some forgotten deprecated APIs that