Re: [dpdk-dev] [PATCH 10/15] net/thunderx: rename version map after library file name

2018-09-11 Thread Bruce Richardson
On Mon, Sep 10, 2018 at 09:04:10PM +0100, Luca Boccassi wrote: > The library is called librte_pmd_thunderx_nicvf, so rename the map file > and set the name in the meson file so that the built library names with > meson and legacy makefiles are the same > > Fixes: 7f615033d64f ("drivers/net: build

[dpdk-dev] [PATCH 10/15] net/thunderx: rename version map after library file name

2018-09-10 Thread Luca Boccassi
The library is called librte_pmd_thunderx_nicvf, so rename the map file and set the name in the meson file so that the built library names with meson and legacy makefiles are the same Fixes: 7f615033d64f ("drivers/net: build Cavium NIC PMDs with meson") Cc: sta...@dpdk.org Signed-off-by: Luca Boc