Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4fd855f878 | |||
| 08bb5f7067 |
BIN
smc-tools-1.8.4.tar.gz
LFS
BIN
smc-tools-1.8.4.tar.gz
LFS
Binary file not shown.
BIN
smc-tools-1.8.6.tar.gz
LFS
Normal file
BIN
smc-tools-1.8.6.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,12 +0,0 @@
|
||||
--- smc-tools-1.8.4.orig/libnetlink.h 2025-07-08 12:22:57.938346254 +0000
|
||||
+++ smc-tools-1.8.4/libnetlink.h 2025-07-08 12:23:49.772690278 +0000
|
||||
@@ -60,7 +60,7 @@ int rtnl_dump(struct rtnl_handle *rth, v
|
||||
void parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len);
|
||||
int sockdiag_send(int fd, unsigned char cmd);
|
||||
void set_extension(int ext);
|
||||
-int gen_nl_open();
|
||||
+int gen_nl_open(char *pname);
|
||||
void gen_nl_close();
|
||||
int gen_nl_handle(int cmd, int nlmsg_flags,
|
||||
int (*cb_handler)(struct nl_msg *msg, void *arg), void *arg);
|
||||
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 09:17:40 UTC 2025 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Upgrade smc-tools to v1.8.6 (jsc#PED-14601)
|
||||
* Bug fixes:
|
||||
- man pages: Update man page for smc_pnet
|
||||
- smc-tools: Display sndbuf/RMB stats only if supported by the kernel
|
||||
- smc-tools v1.8.5 includes
|
||||
* Changes:
|
||||
- smc_rnics: Add support for Network Express RNIC in smc_rnics
|
||||
- smc_rnics: Add PFT and VF columns to smc_rnics output
|
||||
* Bug fixes:
|
||||
- libnetlink..: Fix function declaration to use a void prototype
|
||||
- smc_rnics: Update smc_chk to extract PNetID from column 9
|
||||
- man pages: Update man page for --rawids option and PFT and VF columns
|
||||
- smc_rnics: Fix missing PPrt values in smc_rnics -r output
|
||||
- Removed obsolete patch
|
||||
* smc-tools-gcc15.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 8 12:30:13 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package smc-tools
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,17 +17,13 @@
|
||||
|
||||
|
||||
Name: smc-tools
|
||||
Version: 1.8.4
|
||||
Version: 1.8.6
|
||||
Release: 0
|
||||
Summary: Shared Memory Communication via RDMA
|
||||
License: EPL-1.0
|
||||
Group: System/Kernel
|
||||
URL: https://www.ibm.com/developerworks/linux/linux390/smc-tools.html
|
||||
Source: https://github.com/ibm-s390-linux/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
# https://github.com/ibm-s390-linux/smc-tools/issues/17
|
||||
Patch0: smc-tools-gcc15.patch
|
||||
### Source: https://github.com/ibm-s390-linux/smc-tools/releases/tag/1.8.3.tar.gz
|
||||
|
||||
BuildRequires: bash-completion-devel
|
||||
BuildRequires: libnl3-devel
|
||||
PreReq: permissions
|
||||
|
||||
Reference in New Issue
Block a user