On Tue, Sep 26, 2017 at 11:39:58AM +0200, Tomasz Duszynski wrote: > Since MRVL NET PMD needs librte_cfgfile to parse QoS configuration file > link it as the whole library. > > Signed-off-by: Jacek Siuda <[email protected]> > Signed-off-by: Tomasz Duszynski <[email protected]> > ---
Can you clarify a bit more why this is needed? For a static build, the cfgfile should be linked in to the after the PMDs, so the dependencies in the driver should be satisfied in the link. For a dynamic build, the PMD should depend upon the cfgfile directly, and use it at runtime appropriately. Am I missing something? /Bruce

