On Fri, Apr 11, 2014 at 03:23:27PM +0200, Thomas Monjalon wrote: > Hi John, > > 2014-04-10 10:41, John W. Linville: > > These PMDs were being initialized by the EAL layer, but many apps were > > relying on the return value of rte_pmd_init_all to indicate that > > ethernet interfaces were available for use. Move the initialization of > > the non-PCI PMDs to this centralized function to have all of the PMDs > > treated equally. > > > > Signed-off-by: John W. Linville <linville at tuxdriver.com> > > We are using constuctors to initialize these drivers. See the patches from > Olivier Matz. > The function rte_pmd_init_all() should be removed. > Actually, from what I see in the git tree and of his patch set, he's only converted the virtual devices to use constructors with registration functions. The physical pmd's still use rte_pmd_init_all, so until that changes, this still seems like a reasonable interim step.
Neil > So this patch won't be applied. > > Your help to continue cleaning this area is welcome. > -- > Thomas >