Re: [dpdk-dev] [PATCH v2] devargs: announce ABI change for device parameters

2017-05-10 Thread Thomas Monjalon
10/05/2017 17:46, Gaetan Rivet: > The PCI and virtual bus are planned to be moved to the generic > drivers/bus directory in v17.08. For this change to be possible, the EAL > must be made completely independent. > > The rte_devargs structure currently holds device representation internal > to those

Re: [dpdk-dev] [PATCH v2] devargs: announce ABI change for device parameters

2017-05-10 Thread Gaƫtan Rivet
On Wed, May 10, 2017 at 10:54:07AM -0700, Stephen Hemminger wrote: On Wed, 10 May 2017 17:46:10 +0200 Gaetan Rivet wrote: The PCI and virtual bus are planned to be moved to the generic drivers/bus directory in v17.08. For this change to be possible, the EAL must be made completely independent.

Re: [dpdk-dev] [PATCH v2] devargs: announce ABI change for device parameters

2017-05-10 Thread Maxime Coquelin
On 05/10/2017 05:46 PM, Gaetan Rivet wrote: The PCI and virtual bus are planned to be moved to the generic drivers/bus directory in v17.08. For this change to be possible, the EAL must be made completely independent. The rte_devargs structure currently holds device representation internal to t

Re: [dpdk-dev] [PATCH v2] devargs: announce ABI change for device parameters

2017-05-10 Thread David Marchand
Hey Gaetan, On Wed, May 10, 2017 at 5:46 PM, Gaetan Rivet wrote: > The PCI and virtual bus are planned to be moved to the generic > drivers/bus directory in v17.08. For this change to be possible, the EAL > must be made completely independent. > > The rte_devargs structure currently holds device

Re: [dpdk-dev] [PATCH v2] devargs: announce ABI change for device parameters

2017-05-10 Thread Stephen Hemminger
On Wed, 10 May 2017 17:46:10 +0200 Gaetan Rivet wrote: > The PCI and virtual bus are planned to be moved to the generic > drivers/bus directory in v17.08. For this change to be possible, the EAL > must be made completely independent. > > The rte_devargs structure currently holds device represent

Re: [dpdk-dev] [PATCH v2] devargs: announce ABI change for device parameters

2017-05-10 Thread Jerin Jacob
-Original Message- > Date: Wed, 10 May 2017 17:46:10 +0200 > From: Gaetan Rivet > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] devargs: announce ABI change for device > parameters > X-Mailer: git-send-email 2.1.4 > > The PCI and virtual bus are planned to

[dpdk-dev] [PATCH v2] devargs: announce ABI change for device parameters

2017-05-10 Thread Gaetan Rivet
The PCI and virtual bus are planned to be moved to the generic drivers/bus directory in v17.08. For this change to be possible, the EAL must be made completely independent. The rte_devargs structure currently holds device representation internal to those two busses. It must be made generic before