Re: [dpdk-dev] [PATCH 0/2] prepare function names for bus move

2017-05-05 Thread Thomas Monjalon
04/05/2017 18:40, Stephen Hemminger: > On Thu, 4 May 2017 18:18:49 +0200 > Thomas Monjalon wrote: > > > It is planned to move the bus PCI and VDEV to /drivers/bus/ > > during 17.08. So the eal_ prefix will not make sense. > > Let's rename now before releasing 17.05 where EAL API has > > already

Re: [dpdk-dev] [PATCH 0/2] prepare function names for bus move

2017-05-04 Thread Stephen Hemminger
On Thu, 4 May 2017 18:18:49 +0200 Thomas Monjalon wrote: > It is planned to move the bus PCI and VDEV to /drivers/bus/ > during 17.08. So the eal_ prefix will not make sense. > Let's rename now before releasing 17.05 where EAL API has > already some breaking changes. > > Thomas Monjalon (2): >

[dpdk-dev] [PATCH 0/2] prepare function names for bus move

2017-05-04 Thread Thomas Monjalon
It is planned to move the bus PCI and VDEV to /drivers/bus/ during 17.08. So the eal_ prefix will not make sense. Let's rename now before releasing 17.05 where EAL API has already some breaking changes. Thomas Monjalon (2): pci: remove eal prefix vdev: remove eal prefix app/test-pmd/testpmd.