Re: [ovs-dev] [EXTERNAL] Re: [PATCH] RFC: netdev-dpdk: Add Windows support.

2021-11-04 Thread Omar Cardona via dev
Hi Ben, * Yes, definitely. C11/C17 stdatomic.h is high on the list. * Our current critical path item for MSVC DPDK support is TLS. Hi Thomas, * I will setup some time next week to discuss alignment and share our proposed MSVC plan. From: Ben Pfaff Sent: Thursday, November 4, 202

Re: [ovs-dev] [EXTERNAL] Re: [PATCH] RFC: netdev-dpdk: Add Windows support.

2021-11-04 Thread Omar Cardona via dev
>> (Dynamic lib still not supported yet in DPDK Windows). This is dependent on TLS support, where a workaround PoC is avail, but not yet upstreamed. > > Windows DPDK library hasn't finished all its library/driver porting to > > Windows. Our focus is primarily the DPDK libraries which support U

Re: [ovs-dev] [EXTERNAL] [PATCH] RFC: netdev-dpdk: Add Windows support.

2021-10-06 Thread Omar Cardona via dev
>> Dynamic lib still not supported yet in DPDK Windows). - We have Dynamic LIB support. IIRC, it was upstreamed. - Let's discuss in the DPDK bi-weekly to align >> the userspace netdev datapath currently used by OVS-DPDK and AF_XDP, currently only works on Linux platform. - We have AF_XD