diff --git a/ChangeLog b/ChangeLog index 89e1d7c3..f25636a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +======================================================================= +Release v24.05 Jun 2024 +======================================================================= + +Contributors (alphabetical order): + Babu Moger + Marcel Cornu + Raghavan Kanagaraj + Roman Storozhenko + +1. Library: + - Added AMD SMBA support +2. PQoS + - Added AMD SMBA support +3. General: + - Bug fixes + ======================================================================= Release v23.11 Nov 2023 ======================================================================= diff --git a/lib/Makefile b/lib/Makefile index b29d2fa2..836f0848 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -36,8 +36,8 @@ include ../pre-build.mk LIB = libpqos -VERSION = 5.0.0 -SO_VERSION = 5 +VERSION = 6.0.0 +SO_VERSION = 6 SHARED ?= y LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now CFLAGS = -pthread -I./ -D_GNU_SOURCE \ diff --git a/lib/pqos.h b/lib/pqos.h index a8d79e77..88cf7af8 100644 --- a/lib/pqos.h +++ b/lib/pqos.h @@ -62,7 +62,7 @@ extern "C" { * ======================================= */ -#define PQOS_VERSION 50000 /**< version 5.0.0 */ +#define PQOS_VERSION 60000 /**< version 6.0.0 */ #define PQOS_MAX_COS 16 /**< 16 x COS */ #define PQOS_MAX_L3CA_COS PQOS_MAX_COS #define PQOS_MAX_L2CA_COS PQOS_MAX_COS diff --git a/lib/python/pqos/pqos.py b/lib/python/pqos/pqos.py index 9462fb38..84510d92 100755 --- a/lib/python/pqos/pqos.py +++ b/lib/python/pqos/pqos.py @@ -85,7 +85,7 @@ def __new__(cls): def __init__(self): "Finds PQoS library and constructs a new object." - self.lib = ctypes.cdll.LoadLibrary('libpqos.so.5') + self.lib = ctypes.cdll.LoadLibrary('libpqos.so.6') def init(self, interface, log_file=None, log_callback=None, log_context=None, verbose='default'): diff --git a/lib/python/pyproject.toml b/lib/python/pyproject.toml index 85d56c88..49f98143 100644 --- a/lib/python/pyproject.toml +++ b/lib/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pqos" -version = "5.0.0" +version = "6.0.0" description = "Python interface for Intel(R) RDT PQoS library" authors = [ { name = "Michal Aleksinski", email = "michalx.aleksinski@intel.com"}, diff --git a/rpm/intel-cmt-cat.spec b/rpm/intel-cmt-cat.spec index 68c8f8a3..145d713d 100644 --- a/rpm/intel-cmt-cat.spec +++ b/rpm/intel-cmt-cat.spec @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. %global githubname intel-cmt-cat -%global githubver 4.6.1 +%global githubver 6.0.0 %if %{defined githubsubver} %global githubfull %{githubname}-%{githubver}.%{githubsubver} @@ -181,6 +181,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu %doc %{_usrsrc}/%{githubfull}/LICENSE %changelog +* Wed Jun 05 2024 Raghavan Kanagaraj 6.0.0-1 +- New release 6.0.0 + * Wed Nov 1 2023 Raghavan Kanagaraj 5.0.0-1 - New release 5.0.0