Add support for native Kubernetes CPU Manager
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / configs / secgw1.cfg
1 ;;
2 ;; Copyright (c) 2010-2017 Intel Corporation
3 ;;
4 ;; Licensed under the Apache License, Version 2.0 (the "License");
5 ;; you may not use this file except in compliance with the License.
6 ;; You may obtain a copy of the License at
7 ;;
8 ;;     http://www.apache.org/licenses/LICENSE-2.0
9 ;;
10 ;; Unless required by applicable law or agreed to in writing, software
11 ;; distributed under the License is distributed on an "AS IS" BASIS,
12 ;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ;; See the License for the specific language governing permissions and
14 ;; limitations under the License.
15 ;;
16
17 ;;
18 ; This is sample ESP config.
19 ;;
20
21 [lua]
22 dofile("parameters.lua")
23
24 [eal options]
25 -n=4 ; force number of memory channels
26 no-output=no ; disable DPDK debug output
27 eal=--proc-type auto ${eal}
28
29 [port 0]
30 name=if
31 mac=hardware
32
33 [variables]
34 $tun_hop_limit=5
35 $lookup_port_mask=0xffc0
36
37 [defaults]
38 mempool size=16K
39
40 [global]
41 start time=20
42 name=${name}
43
44 [core $mcore]
45 mode=master
46
47 [core $cores]
48 name=esp_enc
49 task=0
50 mode=esp_enc
51 sub mode=l3
52 local ipv4=${local_ip1}
53 remote ipv4=${dest_ip}
54 rx port=if
55 tx port=if