From 17801d405180d0c55f230d5737ce4ef458afc4ad Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Fri, 2 Oct 2020 11:36:29 -0500 Subject: [PATCH] Updated version to 5.1.3 Signed-off-by: Vladimir Sokolovsky --- debian/changelog | 8 ++++++++ mlnx-tools.spec | 2 +- ofed_scripts/utils/setup.py | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8bd2e2c..105cf3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mlnx-tools (5.1.3-0) UNRELEASED; urgency=medium + + [ Vladimir Sokolovsky ] + * kernel-boot/mlnx-sf: Change PF_BAR2_SIZE and remove limits + * kernel-boot/mlnx*: Check the current LINK_TYPE instead of the default + + -- Vladimir Sokolovsky Fri, 02 Oct 2020 11:32:23 -0600 + mlnx-tools (5.1.2-0) UNRELEASED; urgency=medium [ Vladimir Sokolovsky ] diff --git a/mlnx-tools.spec b/mlnx-tools.spec index fd7cfd7..1af9b45 100644 --- a/mlnx-tools.spec +++ b/mlnx-tools.spec @@ -28,7 +28,7 @@ Summary: Mellanox userland tools and scripts Name: mlnx-tools -Version: 5.1.2 +Version: 5.1.3 Release: 0%{?_dist} License: GPLv2 Url: https://github.com/Mellanox/mlnx-tools diff --git a/ofed_scripts/utils/setup.py b/ofed_scripts/utils/setup.py index 33ff3af..30880fe 100755 --- a/ofed_scripts/utils/setup.py +++ b/ofed_scripts/utils/setup.py @@ -47,10 +47,10 @@ setup(name='mlnx-tools', - version='5.1.0', + version='5.1.3', author='Vladimir Sokolovsky', - author_email='vlad@mellanox.com', - url='https://github.com/Mellanox', + author_email='vlad@nvidia.com', + url='https://github.com/Mellanox/mlnx-tools', scripts=['mlnx_qos', 'tc_wrap.py', 'mlnx_perf', 'mlnx_get_vfs.pl', 'mlnx_qcn', 'mlnx_tune', 'mlnx_dump_parser', 'mlx_fs_dump', 'mlnx_mcg'], py_modules=['netlink', 'dcbnetlink', 'genetlink'], )