增加1,2,3板上mrzcpd, tfe-kmod及相关配置文件的自动部署。

This commit is contained in:
Lu Qiuwen
2019-06-22 16:54:10 +08:00
parent 465020b89c
commit d064f3426e
12 changed files with 84 additions and 57 deletions

View File

@@ -0,0 +1,27 @@
[device]
device={{nic_traffic_mirror.name}}
sz_tunnel=8192
sz_buffer=32
[device:{{nic_traffic_mirror.name}}]
jumbo_frame=1
max_rx_pkt_len=15360
clear_tx_flags=1
promisc=1
[service]
iocore=55
[eal]
virtaddr=0x7d0000000000
loglevel=7
[keepalive]
check_spinlock=1
[pool]
create_mode=3
sz_direct_pktmbuf=4194304
sz_indirect_pktmbuf=8192
sz_cache=256
sz_data=4096

View File

@@ -0,0 +1,3 @@
MRZCPD_ROOT=/opt/mrzcpd
HUGEPAGE_NUM_2M=16384
DEFAULT_UIO_MODULE="igb_uio"