| Bug ID | 1332 |
|---|---|
| Summary | 23.11 has the wrong soname as libs use 24.0 instead os 23.11 |
| Product | DPDK |
| Version | unspecified |
| Hardware | All |
| OS | All |
| Status | UNCONFIRMED |
| Severity | normal |
| Priority | Normal |
| Component | meson |
| Assignee | dev@dpdk.org |
| Reporter | dunk@denkimushi.com |
| Target Milestone | --- |
on compiling the libraries have the wrong soname eg: usr/ usr/lib/ usr/lib/dpdk/ -usr/lib/dpdk/pmds-23.2/ -usr/lib/dpdk/pmds-23.2/librte_vdpa_sfc.so.23 -usr/lib/dpdk/pmds-23.2/librte_vdpa_sfc.so.23.2 -usr/lib/librte_vdpa_sfc.so.23 -usr/lib/librte_vdpa_sfc.so.23.2 +usr/lib/dpdk/pmds-24.0/ +usr/lib/dpdk/pmds-24.0/librte_vdpa_sfc.so.24 +usr/lib/dpdk/pmds-24.0/librte_vdpa_sfc.so.24.0 +usr/lib/librte_vdpa_sfc.so.24 +usr/lib/librte_vdpa_sfc.so.24.0