Re: [dpdk-dev] [PATCH v2 0/3] Support librte_mbuf on Windows

2020-07-06 Thread Thomas Monjalon
> Tal Shnaiderman (3): > eal: correct OS headers in rte_byteorder.h > eal: export needed functions for mbuf > mbuf: build on Windows Applied, thanks

[dpdk-dev] [PATCH v2 0/3] Support librte_mbuf on Windows

2020-06-25 Thread talshn
From: Tal Shnaiderman This patchset enables compilation and build of librte_mbuf on Windows. --- Depends-on: series-10550 ("build mempool on Windows") v2: * Remove unneeded endianness macro check (ThomasM) * Fix export list name order (ThomasM) * Remove __emutls_v.* MinGW export as it is no lo