Skip to content

Commit

Permalink
Updated version to 5.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Sokolovsky <vlad@nvidia.com>
  • Loading branch information
vladsokolovsky committed Oct 2, 2020
1 parent 5ea92b8 commit 17801d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <vlad@nvidia.com> Fri, 02 Oct 2020 11:32:23 -0600

mlnx-tools (5.1.2-0) UNRELEASED; urgency=medium

[ Vladimir Sokolovsky ]
Expand Down
2 changes: 1 addition & 1 deletion mlnx-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ofed_scripts/utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
)

0 comments on commit 17801d4

Please sign in to comment.