Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yujincheng08/mlx4_br
"Driver" to allow adding cx341, x550, x710 virtual function into linux bridge
https://github.com/yujincheng08/mlx4_br
Last synced: 5 days ago
JSON representation
"Driver" to allow adding cx341, x550, x710 virtual function into linux bridge
- Host: GitHub
- URL: https://github.com/yujincheng08/mlx4_br
- Owner: yujincheng08
- License: gpl-2.0
- Created: 2022-09-29T16:04:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T14:10:48.000Z (5 months ago)
- Last Synced: 2024-10-04T13:17:46.981Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 56.6 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlx4_br
"Driver" to allow adding mlx4 vf into linux bridge作用:解决 CX341 在开启 SR-IOV 之后,把 VF/PF 加到 Linux Bridge 之后无法通讯的问题
使用:
- 如果需要在 openwrt 中把 VF 放到 br-lan 或者其他 linux bridge 中,在 openwrt 中安装 mlx4_br_1.0_x86-64.ipk 即可,命令:`opkg install mlx4_br_1.0_x86-64.ipk`
- 如果需要在 PVE 中把 VF/PF 放到 vmbr 或者其他 linux bridge 中,在 PVE 中安装 mlx4_br.1.0.deb 即可,命令:`dpkg -i mlx4_br.1.0.deb`理论支持所有 linux 系统,其他系统可自行编译。