[Bug 1332] 23.11 has the wrong soname as libs use 24.0 instead os 23.11

2023-12-02 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1332

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: d...@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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 1332] 23.11 has the wrong soname as libs use 24.0 instead os 23.11

2023-12-02 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1332

Stephen Hemminger (step...@networkplumber.org) changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Stephen Hemminger (step...@networkplumber.org) ---
There is no guarantee from DPDK process that DPDK version and so version have
to match

-- 
You are receiving this mail because:
You are the assignee for the bug.