Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
5fafc29d
Commit
5fafc29d
authored
Mar 18, 2021
by
吴洲洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update upf v0.5 configure file
parent
7339d18f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
84 additions
and
1 deletion
+84
-1
etc/template/startup_debug.template
etc/template/startup_debug.template
+84
-0
etc/upf.yaml
etc/upf.yaml
+0
-1
plugin/configure
plugin/configure
+0
-0
No files found.
etc/template/startup_debug.template
0 → 100755
View file @
5fafc29d
unix {
nodaemon
log /var/log/upf/vpp/vpp.log
full-coredump
interactive
gid vpp
cli-listen /run/vpp/cli.sock
logsize 100
}
api-trace {
on
}
api-segment {
gid vpp
}
logging
{
default-log-level info
default-syslog-log-level info
}
statseg {
default
per-node-counters on
}
cpu {
main-core @MAINCORE@
corelist-workers @WORKERCORE@
scheduler-policy fifo
scheduler-priority 50
}
#buffers {
#buffers-per-numa 128000
#Default is 2048
#}
dpdk {
dev default {
num-rx-queues 1
}
dev @PCI_ADDR_ID_ENTRY@
{
name if_n3
num-rx-queues 2
num-tx-queues 1
ipaddr @N3_IP@
netmask 24
gateway 192.168.10.100
}
dev @PCI_ADDR_ID_EXPORT@
{
name if_n6
num-rx-queues 1
ipaddr @N6_IP@
netmask 24
gateway @VPPHOST_IP@
}
uio-driver vfio-pci
no-multi-seg
socket-mem 2048,2048
no-tx-checksum-offload
}
heapsize 2G
plugins {
path /usr/lib/x86_64-linux-gnu/vpp_plugins
plugin default { enable }
plugin dpdk_plugin.so { enable }
plugin gtpu_plugin.so { enable }
plugin upf_plugin.so { enable }
}
etc/upf.yaml
View file @
5fafc29d
...
@@ -2,7 +2,6 @@ vpp:
...
@@ -2,7 +2,6 @@ vpp:
system
:
system
:
gtpu_entry_ip
:
192.168.10.40
gtpu_entry_ip
:
192.168.10.40
gtpu_export_ip
:
192.168.50.10
gtpu_export_ip
:
192.168.50.10
gnb_gtpu_ip
:
192.168.10.100
ip_link
:
ip_link
:
ueip
:
192.169.0.0
ueip
:
192.169.0.0
ueIPPrefix
:
24
ueIPPrefix
:
24
...
...
plugin/configure
View file @
5fafc29d
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment