[dpdk-dev] rte_pmd_init_all is missing while upgrading from DPDK 1.6 to DPDK 1.7

Wiles, Keith keith.wiles at intel.com
Tue May 24 08:02:23 CEST 2016


The PMD’s are now being inited in the EAL init call for the code and that API is not required anymore. If you are adding a new driver, make sure it is up to date with any changes in the driver code too.

Regards,
Keith



>Hi,
>
>I have rte_pmd_init_all used in my code. While upgrading from DPDK 1.6 to
>DPDK 1.7, I see this function is missing in DPDK 1.7. I
>removed rte_pmd_init_all from my code, but I am not sure whether
>initialization is done for all poll mode drivers
>
>What is the right way to do this?. Can anyone please help in this.
>
>Thanks,
>Shiva
>





More information about the dev mailing list