diff options
| author | root <[email protected]> | 2015-03-11 17:58:34 +0800 |
|---|---|---|
| committer | root <[email protected]> | 2015-03-11 17:58:34 +0800 |
| commit | 11632b3d628afd72e0ba2a94feb0bf2773695d39 (patch) | |
| tree | 2f8b0df0ad6279a1ae4b9f8f148d22e0f13d048a /conf | |
| parent | 2dbba3243384d3f8199f29a2a8b88b16699f2254 (diff) | |
增加MLX4选择性启动的脚本配置文件
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/mlx4.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/mlx4.conf b/conf/mlx4.conf new file mode 100644 index 0000000..3d06b6a --- /dev/null +++ b/conf/mlx4.conf @@ -0,0 +1,14 @@ +# Configure File in Shell Format +# To configure mlx4 uio network drivers and dpdk env +# +# DPDK Envourment PATH + +export RTE_SDK=/root/DPDK +export RTE_TARGET=x86_64-default-linuxapp-gcc + +# HUGEPAGES Count +HUGEPAGE_MEM=25000 + +# PCI Resource Address using MLX4_UIO drivers +MLX4_UIO=0000:01:00.0 + |
