summaryrefslogtreecommitdiff
path: root/tools/devbind
AgeCommit message (Collapse)Author
2023-12-27build DPDK as a support library.童宗振
2023-12-01🎈 perf: Modify 'devbind.py' to avoid binding devices with the driver type ↵songyanchao
AF_PACKET Modify 'devbind.py' to avoid binding devices with the driver type AF_PACKET
2023-08-29🎈 perf(DPISDN-17): devbind tool add "bind-without-module-load" argumentv4.6.47-20230829songyanchao
devbind 工具添加“bind-without-module-load”参数
2023-06-20🎈 perf: 修改devbind.py权限v4.6.30-20230620songyanchao
修改devbind.py权限
2023-06-16🐎 ci(DPISDN-9): 修复无法构建 debuginfo rpm 问题songyanchao
修复无法构建 debuginfo rpm 问题
2023-06-16🐎 ci(DPISDN-9): 添加多平台rpm打包流程songyanchao
添加多平台rpm打包流程
2023-03-27✨ feat(DPISDN-3): 修改 mrzcpd service 添加 dev unbind 流程v4.6.19-20230327songyanchao
修改 mrzcpd service 添加 dev unbind 流程
2023-03-16✨ feat(DPISDN-2): 将 mrenv 拆分为 hugepages setup 和 hwdb setup ↵v4.6.18-20230317songyanchao
两个service 将 mrenv 拆分为 hugepages setup 和 hwdb setup 两个service
2022-12-23🐞 fix(TSG-13124): ↵songyanchao
修复"enable_unsafe_noiommu_mod"设置失败、“systemctl stop”响应时间过长问题 修复"enable_unsafe_noiommu_mod"设置失败、“systemctl stop”响应时间过长问题
2022-12-21✨ feat(TSG-13124): ↵songyanchao
更新devbind.py,并根据配置的RX队列数决定是否配置RSS 更新devbind.py,并根据配置的RX队列数决定是否配置RSS
2022-02-28✨ feat(TSG-9806): devbind.py支持Mellanox网卡songyanchao
对Mellanox类型的网卡不做bind操作 https://jira.geedge.net/browse/TSG-9806
2017-08-04修改默认安装路径,打包时增加打包DPDK自带的诊断工具。Qiuwen Lu
- 修改安装路径由/usr/local/到/opt/mrzcpd - 增加环境变量配置脚本,将C_INCLUDE_DIR等环境变量指向/opt/mrzcpd对应目录;
2017-05-17修正网卡绑定脚本中绑定所有网卡操作是传参数数量不一� ↵v4.1.7-20170517rel-4.1dev-4.1Qiuwen Lu
��的Bug。
2017-04-22调整默认的UIO加载顺序。优先加载uio_pci_generic内核模块。Qiuwen Lu
2017-04-21增加自动网卡绑定功能,不需再手工配置网卡PCI地址。Qiuwen Lu