Re: DPDK for Windows with MSVC compiler

2022-03-25 Thread Tyler Retzlaff
On Fri, Mar 25, 2022 at 01:25:51PM +, Dmitry Kozlyuk wrote: > > Is there a way to integrate DPDK module, built with clang/mingw, to our > > MSVC application ? > > I know both are different compilers, but in case if you are aware of a > > way/tweak that will be of our help. > > OR > > If porting

RE: DPDK for Windows with MSVC compiler

2022-03-25 Thread Dmitry Kozlyuk
> Is there a way to integrate DPDK module, built with clang/mingw, to our > MSVC application ? > I know both are different compilers, but in case if you are aware of a > way/tweak that will be of our help. > OR > If porting our application is the only option available then which > compiler (clang o

RE: DPDK for Windows with MSVC compiler

2022-03-24 Thread Tarun Badnora
; Anurag Berdia ; Omar Cardona ; Daniel Havey Subject: Re: DPDK for Windows with MSVC compiler 2022-03-21 10:26 (UTC+), Tarun Badnora: > We'd like to know whether DPDK supports MSVC compiler ? > If yes, please guide us to the references & compatible versions else share

Re: DPDK for Windows with MSVC compiler

2022-03-22 Thread Dmitry Kozlyuk
2022-03-21 10:26 (UTC+), Tarun Badnora: > We'd like to know whether DPDK supports MSVC compiler ? > If yes, please guide us to the references & compatible versions else share > plan of its availability if it's in roadmap. Hello Tarun, DPDK does not support MSVC. There is a very long term int

DPDK for Windows with MSVC compiler

2022-03-22 Thread Tarun Badnora
Hello DPDK Team, Hope you are doing good !! We are evaluating DPDK for windows and planning to integrate in existing application/project that uses MSVC compiler. DPDK Documentations covers the compilation steps using Clang (LLVM) only. We'd like to know whether DPDK supports MSVC compiler ? If