Accepting request 878519 from hardware
- update to 2.0.5.10 * fix possible tmfifo data loss in PCIe interface * fix USB deadlock * reduce CPU load when no rshim device present * add PCIe hotplug support OBS-URL: https://build.opensuse.org/request/show/878519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rshim?expand=0&rev=6
This commit is contained in:
commit
11bac2ba37
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
rshim-2.0.5.8.3.tar filter=lfs diff=lfs merge=lfs -text
|
rshim-2.0.5.10.0.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
4
_service
4
_service
@ -6,9 +6,9 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/Mellanox/rshim-user-space.git</param>
|
<param name="url">https://github.com/Mellanox/rshim-user-space.git</param>
|
||||||
<param name="filename">rshim</param>
|
<param name="filename">rshim</param>
|
||||||
<param name="versionrewrite-pattern">rshim-(.*)-(.*)</param>
|
<param name="versionrewrite-pattern">rshim-(.*)-(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1.\2</param>
|
<param name="versionrewrite-replacement">\1.\2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version" />
|
<service mode="disabled" name="set_version" />
|
||||||
</services>
|
</services>
|
||||||
|
3
rshim-2.0.5.10.0.tar
Normal file
3
rshim-2.0.5.10.0.tar
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:82e06861f611ec53975d7403f46e34fb7442cf3bcc84c4dc26d5ebde5ba9d9cf
|
||||||
|
size 276480
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f5c3436cd69b138ed738854efd194720de603158df01da9aa7ba7afa4187b35
|
|
||||||
size 276480
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 11 16:05:12 UTC 2021 - Matthias Brugger <mbrugger@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.5.10
|
||||||
|
* fix possible tmfifo data loss in PCIe interface
|
||||||
|
* fix USB deadlock
|
||||||
|
* reduce CPU load when no rshim device present
|
||||||
|
* add PCIe hotplug support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 25 14:35:50 UTC 2021 - Matthias Brugger <mbrugger@suse.com>
|
Mon Jan 25 14:35:50 UTC 2021 - Matthias Brugger <mbrugger@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rshim
|
Name: rshim
|
||||||
Version: 2.0.5.8.3
|
Version: 2.0.5.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-space driver for Mellanox BlueField SoC
|
Summary: User-space driver for Mellanox BlueField SoC
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user