mbox series

[v2,0/3] Support librte_mbuf on Windows

Message ID 20200625152416.11368-1-talshn@mellanox.com (mailing list archive)
Headers
Series Support librte_mbuf on Windows |

Message

Tal Shnaiderman June 25, 2020, 3:24 p.m. UTC
  From: Tal Shnaiderman <talshn@mellanox.com>

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 longer needed.
---

Tal Shnaiderman (3):
  eal: correct OS headers in rte_byteorder.h
  eal: export needed functions for mbuf
  mbuf: build on Windows

 lib/librte_eal/common/meson.build              | 1 +
 lib/librte_eal/include/generic/rte_byteorder.h | 2 +-
 lib/librte_eal/rte_eal_exports.def             | 3 +++
 lib/meson.build                                | 4 ++--
 4 files changed, 7 insertions(+), 3 deletions(-)
  

Comments

Thomas Monjalon July 7, 2020, 12:01 a.m. UTC | #1
> Tal Shnaiderman (3):
>   eal: correct OS headers in rte_byteorder.h
>   eal: export needed functions for mbuf
>   mbuf: build on Windows

Applied, thanks