* [dpdk-dev] rte_pmd_init_all is missing while upgrading from DPDK 1.6 to DPDK 1.7
@ 2016-05-24 5:33 shiva m
2016-05-24 5:35 ` Zhang, Helin
2016-05-24 6:02 ` Wiles, Keith
0 siblings, 2 replies; 4+ messages in thread
From: shiva m @ 2016-05-24 5:33 UTC (permalink / raw)
To: dev
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] rte_pmd_init_all is missing while upgrading from DPDK 1.6 to DPDK 1.7
2016-05-24 5:33 [dpdk-dev] rte_pmd_init_all is missing while upgrading from DPDK 1.6 to DPDK 1.7 shiva m
@ 2016-05-24 5:35 ` Zhang, Helin
2016-05-24 6:02 ` Wiles, Keith
1 sibling, 0 replies; 4+ messages in thread
From: Zhang, Helin @ 2016-05-24 5:35 UTC (permalink / raw)
To: shiva m, dev
You can just check how it does in any of example applications (e.g. l2fwd).
Regards,
Helin
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of shiva m
> Sent: Tuesday, May 24, 2016 1:33 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] rte_pmd_init_all is missing while upgrading from DPDK
> 1.6 to DPDK 1.7
>
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] rte_pmd_init_all is missing while upgrading from DPDK 1.6 to DPDK 1.7
2016-05-24 5:33 [dpdk-dev] rte_pmd_init_all is missing while upgrading from DPDK 1.6 to DPDK 1.7 shiva m
2016-05-24 5:35 ` Zhang, Helin
@ 2016-05-24 6:02 ` Wiles, Keith
2016-05-30 17:32 ` shiva m
1 sibling, 1 reply; 4+ messages in thread
From: Wiles, Keith @ 2016-05-24 6:02 UTC (permalink / raw)
To: shiva m, dev
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] rte_pmd_init_all is missing while upgrading from DPDK 1.6 to DPDK 1.7
2016-05-24 6:02 ` Wiles, Keith
@ 2016-05-30 17:32 ` shiva m
0 siblings, 0 replies; 4+ messages in thread
From: shiva m @ 2016-05-30 17:32 UTC (permalink / raw)
To: Wiles, Keith; +Cc: dev
Hi,
Thank you very much for your replies. I removed this API, I also see
rte_eal_pci_set_blacklist() is no more available with DPDK 1.7.1, I am
using rte_eal_devargs_add(). Any document mentioning changes from DPDK-1.6
to DPDK-1.7?
Thanks,
Shiva
On Tue, May 24, 2016 at 11:32 AM, Wiles, Keith <keith.wiles@intel.com>
wrote:
> 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
> >
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-30 17:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-24 5:33 [dpdk-dev] rte_pmd_init_all is missing while upgrading from DPDK 1.6 to DPDK 1.7 shiva m
2016-05-24 5:35 ` Zhang, Helin
2016-05-24 6:02 ` Wiles, Keith
2016-05-30 17:32 ` shiva m
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).