* Assistance with DPDK on Windows
@ 2025-11-05 7:18 Thenveer Poolakkanni
2025-11-05 7:36 ` Dmitry Kozlyuk
0 siblings, 1 reply; 3+ messages in thread
From: Thenveer Poolakkanni @ 2025-11-05 7:18 UTC (permalink / raw)
To: andremue; +Cc: dev, dmitry.kozliuk, Chaturbhuja Nath Prabhu, Ayshathul Thuhara
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]
Hi Team ,
I am currently working with DPDK on Windows and have followed the setup instructions provided in the official guide: https://doc.dpdk.org/guides-25.07/windows_gsg/index.html.
I have a couple of queries:
1.
Is it possible to execute or use dpdk-devbind.py on Windows to verify the device binding status?
2.
On Windows, the build generates .dll files (e.g., rte_net_driver.dll) instead of .so files (e.g., librte_net_driver.so in Linux). How can we use or execute these .dll files in the same way we use .so files when running DPDK applications?
Kindly provide your guidance on these points.
Thank you for your time and support.
Best regards,
Thenveer Poolakkanni
[-- Attachment #2: Type: text/html, Size: 3030 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Assistance with DPDK on Windows
2025-11-05 7:18 Assistance with DPDK on Windows Thenveer Poolakkanni
@ 2025-11-05 7:36 ` Dmitry Kozlyuk
2025-11-05 10:25 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Kozlyuk @ 2025-11-05 7:36 UTC (permalink / raw)
To: Thenveer Poolakkanni, andremue
Cc: dev, Chaturbhuja Nath Prabhu, Ayshathul Thuhara
Hi Thenveer,
On 11/5/25 10:18, Thenveer Poolakkanni wrote:
> 1. Is it possible to execute or use dpdk-devbind.py on Windows to
> verify the device binding status?
No. Please use Device Manager for now.
> 2. On Windows, the build generates .dll files (e.g.,
> rte_net_driver.dll) instead of .so files (e.g., librte_net_driver.so
> in Linux). How can we use or execute these .dll files in the same way
> we use .so files when running DPDK applications?
>
The application must link the needed libraries and PMDs when building.
These files must be in PATH or in the working directory when running the
application. Loading additional PMDs with "-d" EAL option is not yet
implemented. If you have a custom PMD you have to build it as a part of
DPDK and link to your application.
P. S. Questions like these belong to users@dpdk.org. Keeping in dev@ to
avoid breaking threads.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Assistance with DPDK on Windows
2025-11-05 7:36 ` Dmitry Kozlyuk
@ 2025-11-05 10:25 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2025-11-05 10:25 UTC (permalink / raw)
To: andremue, Dmitry Kozlyuk
Cc: Thenveer Poolakkanni, dev, Chaturbhuja Nath Prabhu, Ayshathul Thuhara
05/11/2025 08:36, Dmitry Kozlyuk:
> Hi Thenveer,
>
>
> On 11/5/25 10:18, Thenveer Poolakkanni wrote:
> > 1. Is it possible to execute or use dpdk-devbind.py on Windows to
> > verify the device binding status?
>
> No. Please use Device Manager for now.
>
> > 2. On Windows, the build generates .dll files (e.g.,
> > rte_net_driver.dll) instead of .so files (e.g., librte_net_driver.so
> > in Linux). How can we use or execute these .dll files in the same way
> > we use .so files when running DPDK applications?
> >
> The application must link the needed libraries and PMDs when building.
> These files must be in PATH or in the working directory when running the
> application. Loading additional PMDs with "-d" EAL option is not yet
> implemented. If you have a custom PMD you have to build it as a part of
> DPDK and link to your application.
>
>
> P. S. Questions like these belong to users@dpdk.org. Keeping in dev@ to
> avoid breaking threads.
This question is probably showing a lack of documentation.
Please can we have this gap solved with a patch?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-05 10:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-05 7:18 Assistance with DPDK on Windows Thenveer Poolakkanni
2025-11-05 7:36 ` Dmitry Kozlyuk
2025-11-05 10:25 ` Thomas Monjalon
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).