升级MRZCPD到4.4.0,调整默认的UIO模块为VFIO_PCI.
This commit is contained in:
Binary file not shown.
@@ -6,7 +6,7 @@
|
||||
|
||||
- name: "install mrzcpd"
|
||||
yum:
|
||||
name: /tmp/ansible_deploy/mrzcpd-4.3.30.4627eb7-1.el7.x86_64.rpm
|
||||
name: /tmp/ansible_deploy/mrzcpd-4.4.0.21fa879-1.el7.x86_64.rpm
|
||||
state: present
|
||||
|
||||
- name: "update sysconfig/mrzcpd"
|
||||
@@ -19,16 +19,6 @@
|
||||
src: "{{ role_path }}/templates/tsg_9140/mrglobal.conf.tsg_9140.j2"
|
||||
dest: /opt/mrzcpd/etc/mrglobal.conf
|
||||
|
||||
- name: "copy mrapp.sapp4.conf to destination server"
|
||||
template:
|
||||
src: "{{ role_path }}/templates/mrapp.sapp4.conf"
|
||||
dest: /opt/mrzcpd/etc/mrapp.sapp4.conf
|
||||
|
||||
- name: "update mrtunnat.conf.adc_inline"
|
||||
template:
|
||||
src: "{{ role_path }}/templates/tsg_9140/mrtunnat.conf.tsg_9140.j2"
|
||||
dest: /opt/mrzcpd/etc/mrtunnat.conf
|
||||
|
||||
#- name: "enable mrenv"
|
||||
# systemd:
|
||||
# name: mrenv
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
[bpfdump:vxlan_user]
|
||||
enable=1
|
||||
@@ -1,3 +1,3 @@
|
||||
MRZCPD_ROOT=/opt/mrzcpd
|
||||
HUGEPAGE_NUM_2M=16384
|
||||
DEFAULT_UIO_MODULE="igb_uio"
|
||||
DEFAULT_UIO_MODULE="vfio_pci"
|
||||
@@ -1,20 +0,0 @@
|
||||
[tunnat]
|
||||
lcore_id=38
|
||||
appsym=tunnat
|
||||
phydev=enp130s2
|
||||
virtdev=vxlan_fwd
|
||||
nr_max_sessions=524280
|
||||
nr_slots=1048576
|
||||
expire_time=60
|
||||
reverse_tunnel=0
|
||||
use_recent_tunnel=0
|
||||
use_link_info_table=1
|
||||
use_tuple4_as_sskey=0
|
||||
ctrlzone_addr_info_type=2
|
||||
idle_threshold=10000
|
||||
|
||||
[vlan_flipping]
|
||||
enable=0
|
||||
c_router_vlan_id_0=1000
|
||||
i_router_vlan_id_0=1001
|
||||
en_mac_flipping_0=0
|
||||
Reference in New Issue
Block a user