[dpdk-dev] [PATCH] eal: postpone vdev initialization

2016-11-23 Thread Thomas Monjalon
2016-11-23 05:37, Jerin Jacob: > On Mon, Nov 21, 2016 at 05:35:58PM +, Ferruh Yigit wrote: > > On 11/21/2016 5:02 PM, Jerin Jacob wrote: > > > On Mon, Nov 21, 2016 at 09:54:57AM +, Ferruh Yigit wrote: > > >> This changes the port id assignments to the devices, right? > > >> > > >>

[dpdk-dev] [PATCH] eal: postpone vdev initialization

2016-11-23 Thread Jerin Jacob
On Mon, Nov 21, 2016 at 05:35:58PM +, Ferruh Yigit wrote: > On 11/21/2016 5:02 PM, Jerin Jacob wrote: > > On Mon, Nov 21, 2016 at 09:54:57AM +, Ferruh Yigit wrote: > >> On 11/20/2016 8:00 AM, Jerin Jacob wrote: > >>> Some platform like octeontx may use pci and > >>> vdev based combined

[dpdk-dev] [PATCH] eal: postpone vdev initialization

2016-11-21 Thread Jerin Jacob
On Mon, Nov 21, 2016 at 09:54:57AM +, Ferruh Yigit wrote: > On 11/20/2016 8:00 AM, Jerin Jacob wrote: > > Some platform like octeontx may use pci and > > vdev based combined device to represent a logical > > dpdk functional device.In such case, postponing the > > vdev initialization after pci

[dpdk-dev] [PATCH] eal: postpone vdev initialization

2016-11-21 Thread Ferruh Yigit
On 11/21/2016 5:02 PM, Jerin Jacob wrote: > On Mon, Nov 21, 2016 at 09:54:57AM +, Ferruh Yigit wrote: >> On 11/20/2016 8:00 AM, Jerin Jacob wrote: >>> Some platform like octeontx may use pci and >>> vdev based combined device to represent a logical >>> dpdk functional device.In such case,

[dpdk-dev] [PATCH] eal: postpone vdev initialization

2016-11-21 Thread Shreyansh Jain
On Sunday 20 November 2016 01:30 PM, Jerin Jacob wrote: > Some platform like octeontx may use pci and > vdev based combined device to represent a logical > dpdk functional device.In such case, postponing the > vdev initialization after pci device > initialization will provide the better view of >

[dpdk-dev] [PATCH] eal: postpone vdev initialization

2016-11-21 Thread Ferruh Yigit
On 11/20/2016 8:00 AM, Jerin Jacob wrote: > Some platform like octeontx may use pci and > vdev based combined device to represent a logical > dpdk functional device.In such case, postponing the > vdev initialization after pci device > initialization will provide the better view of > the pci device

[dpdk-dev] [PATCH] eal: postpone vdev initialization

2016-11-20 Thread David Marchand
On Sun, Nov 20, 2016 at 9:00 AM, Jerin Jacob wrote: > Some platform like octeontx may use pci and > vdev based combined device to represent a logical > dpdk functional device.In such case, postponing the > vdev initialization after pci device > initialization will provide the better view of > the

[dpdk-dev] [PATCH] eal: postpone vdev initialization

2016-11-20 Thread Jerin Jacob
Some platform like octeontx may use pci and vdev based combined device to represent a logical dpdk functional device.In such case, postponing the vdev initialization after pci device initialization will provide the better view of the pci device resources in the system in vdev's probe function, and