Re: [dpdk-dev] [PATCH 2/2] build: add module definitions and pci lib support

2020-03-17 Thread Dmitry Kozlyuk
> 17/03/2020 01:48, Pallavi Kadam: > > Added mman functions to eal exports list. > [...] > > --- a/lib/librte_eal/rte_eal_exports.def > > +++ b/lib/librte_eal/rte_eal_exports.def > > This file is generated. Only the .map can be updated. A minor correction: this file is not generated, it overr

Re: [dpdk-dev] [PATCH 2/2] build: add module definitions and pci lib support

2020-03-17 Thread Thomas Monjalon
17/03/2020 01:48, Pallavi Kadam: > Added mman functions to eal exports list. [...] > --- a/lib/librte_eal/rte_eal_exports.def > +++ b/lib/librte_eal/rte_eal_exports.def This file is generated. Only the .map can be updated. > @@ -7,3 +7,5 @@ EXPORTS > rte_eal_remote_launch > rte_log >

[dpdk-dev] [PATCH 2/2] build: add module definitions and pci lib support

2020-03-16 Thread Pallavi Kadam
Added mman functions to eal exports list. Added librte_pci support for Windows. Signed-off-by: Pallavi Kadam Reviewed-by: Ranjit Menon --- lib/librte_eal/rte_eal_exports.def | 2 ++ lib/meson.build| 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libr