Re: [dpdk-dev] [PATCH v5 3/8] pci: build on Windows

2020-06-16 Thread Thomas Monjalon
09/06/2020 12:31, tal...@mellanox.com: > From: Tal Shnaiderman > > Added in Windows header file includes > to include off_t type since it is needed by PCI. Why is it added in rte_os.h and not in the file using off_t? > export per_lcore__rte_errno from eal since it is needed by PCI. [...] > --

[dpdk-dev] [PATCH v5 3/8] pci: build on Windows

2020-06-09 Thread talshn
From: Tal Shnaiderman Added in Windows header file includes to include off_t type since it is needed by PCI. export per_lcore__rte_errno from eal since it is needed by PCI. Signed-off-by: Tal Shnaiderman --- lib/librte_eal/rte_eal_exports.def | 1 + lib/librte_eal/rte_eal_version.map