summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorQiuwen Lu <[email protected]>2016-09-12 13:39:47 +0800
committerQiuwen Lu <[email protected]>2016-09-12 13:39:47 +0800
commite9ad5aeb5ba0e9afd886c81b1f55da1ae48b6bb3 (patch)
treeb65216218874fa47c9bd496f87a611dfe6d16740 /conf
parent857bb399eaa6d35a0cc9c0e8f39540c5478a67eb (diff)
删除3.X源代码文件
Diffstat (limited to 'conf')
-rw-r--r--conf/.gitignore8
-rw-r--r--conf/CMakeLists.txt7
-rw-r--r--conf/dpdk-x86_64.conf.in3
-rw-r--r--conf/mlx4.conf14
-rw-r--r--conf/mrenv.conf.in11
-rw-r--r--conf/nl2fwd.conf94
6 files changed, 0 insertions, 137 deletions
diff --git a/conf/.gitignore b/conf/.gitignore
deleted file mode 100644
index 75fb413..0000000
--- a/conf/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.o
-*.ko
-*.swp
-*.tmp
-*.log
-tags
-.tags
-
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt
deleted file mode 100644
index 8ab666b..0000000
--- a/conf/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-
-configure_file(dpdk-x86_64.conf.in ${CMAKE_SOURCE_DIR}/conf/dpdk-x86_64.conf)
-configure_file(mrenv.conf.in ${CMAKE_SOURCE_DIR}/conf/mrenv.conf)
-
-install(FILES mrenv.conf DESTINATION /etc/ COMPONENT Profile)
-install(FILES nl2fwd.conf DESTINATION /etc/ COMPONENT Profile)
-install(FILES dpdk-x86_64.conf DESTINATION /etc/ld.so.conf.d/ COMPONENT Profile) \ No newline at end of file
diff --git a/conf/dpdk-x86_64.conf.in b/conf/dpdk-x86_64.conf.in
deleted file mode 100644
index 668e228..0000000
--- a/conf/dpdk-x86_64.conf.in
+++ /dev/null
@@ -1,3 +0,0 @@
-@DPDK_ROOT_DIR@/lib
-@CMAKE_INSTALL_PREFIX@/lib
-@CMAKE_INSTALL_PREFIX@/lib64 \ No newline at end of file
diff --git a/conf/mlx4.conf b/conf/mlx4.conf
deleted file mode 100644
index 3d06b6a..0000000
--- a/conf/mlx4.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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
-
diff --git a/conf/mrenv.conf.in b/conf/mrenv.conf.in
deleted file mode 100644
index 5755a15..0000000
--- a/conf/mrenv.conf.in
+++ /dev/null
@@ -1,11 +0,0 @@
-# Configure File in Shell Format
-#
-# DPDK Envourment PATH
-
-DPDK_ROOT=@DPDK_ROOT_DIR@
-MARSIO_ROOT=@CMAKE_INSTALL_PREFIX@
-
-# HUGEPAGES Count
-HUGEPAGE_NUM_2M=20000
-# PCI Resource Address using IXGBE_UIO drivers
-PCI_ADDR_IXGBE=0000:06:00.0,0000:06:00.1,0000:0a:00.0,0000:0a:00.1 \ No newline at end of file
diff --git a/conf/nl2fwd.conf b/conf/nl2fwd.conf
deleted file mode 100644
index d805487..0000000
--- a/conf/nl2fwd.conf
+++ /dev/null
@@ -1,94 +0,0 @@
-[eal]
-enable_spec_memc=1
-n_mem_channel=4
-[common]
-nic_rx_ring_size=2048
-nic_tx_ring_size=2048
-ring_rx_size=8192
-ring_tx_size=8192
-burst_size_io_rx_read=32
-burst_size_io_rx_write=32
-burst_size_io_tx_read=32
-burst_size_io_tx_write=32
-burst_size_worker_read=32
-burst_size_worker_write=32
-[rx_common]
-rx_count=2
-[rx_0]
-port=0
-queue=0
-lcore=0
-[rx_1]
-port=1
-queue=0
-lcore=1
-[rx_2]
-port=2
-queue=0
-lcore=2
-[rx_3]
-port=3
-queue=0
-lcore=3
-[tx_common]
-tx_count=2
-[tx_0]
-port=0
-lcore=0
-nqueue=1
-[tx_1]
-port=1
-lcore=1
-nqueue=1
-[tx_2]
-port=2
-lcore=2
-nqueue=1
-[tx_3]
-port=3
-lcore=3
-nqueue=1
-[worker]
-lcore=2,3,4,5,6,7,8,9,10,11,12,13
-#lcore=2
-[map]
-n_map=2
-map_0=0,0
-map_1=1,1
-[watchdog]
-enable=0
-localip=192.168.0.198
-dev=eth7
-threshold_bypass_lostpkt=20000
-threshold_alert_lostpkt=10000
-threshold_bypass_do=10
-threshold_alert_do=10
-threshold_normal_do=10
-[stat]
-enable=1
-print=0
-sample_time=1
-[mempool]
-#create_method=lcore
-create_method=socket
-mempool_buffers=4194304
-#mempool_buffers=65535
-#mempool_cache_size=2048
-[energy]
-enable=1
-min_zero_pull_count=5
-sleep_gear1_threshold=50
-sleep_gear2_threshold=500
-[virtaddr]
-enable=1
-virtaddr=0x7f40c4a00000
-[kni]
-kni=0
-[stack]
-#Port2.IPv4=192.168.1.1/255.255.255.0
-#Port2.MTU=2000
-#Port3.IPv4=192.168.2.2/255.255.255.0
-#Port3.MTU=2000
-[stack-arp]
-#rewrite dst etheraddr to user-define value
-#rewrite_hwaddr=ff:ff:ff:ff:ff:ff \ No newline at end of file