Re: [dpdk-dev] [PATCH] raw/octeontx2_ep: fix shared library

2020-01-20 Thread Thomas Monjalon
20/01/2020 12:06, Ferruh Yigit: > On 1/20/2020 11:05 AM, Thomas Monjalon wrote: > > The version of the PMD should not be overwritten with LIBABIVER. > > All internal libs must have the same version. > > > > Moreover, specifying LIBABIVER in the driver causes a symbolic link loop: > > librte_rawdev

[dpdk-dev] [PATCH] raw/octeontx2_ep: fix shared library

2020-01-20 Thread Thomas Monjalon
The version of the PMD should not be overwritten with LIBABIVER. All internal libs must have the same version. Moreover, specifying LIBABIVER in the driver causes a symbolic link loop: librte_rawdev_octeontx2_ep.so.1 -> librte_rawdev_octeontx2_ep.so.1 Fixes: 56d46d13f736 ("raw/octeontx2_ep: add b

Re: [dpdk-dev] [PATCH] raw/octeontx2_ep: fix shared library

2020-01-20 Thread Ferruh Yigit
On 1/20/2020 11:05 AM, Thomas Monjalon wrote: > The version of the PMD should not be overwritten with LIBABIVER. > All internal libs must have the same version. > > Moreover, specifying LIBABIVER in the driver causes a symbolic link loop: > librte_rawdev_octeontx2_ep.so.1 -> librte_rawdev_octeontx