Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vBNG to work in CSIT test environment #41

Closed
5 of 6 tasks
taylor opened this issue Aug 8, 2018 · 1 comment
Closed
5 of 6 tasks

Update vBNG to work in CSIT test environment #41

taylor opened this issue Aug 8, 2018 · 1 comment

Comments

@taylor
Copy link
Collaborator

taylor commented Aug 8, 2018

In the new CSIT fd.io environment the vBNG setup needs to be adjusted.

There is some hardware specific configuration that needs to be set for the NF VPP configuration.

Also there are some issues with the Vagrant ubuntu box versions that we need to avoid (by setting specific versions to use).

  • (Container) Update vBNG VPP configuration

    • Update dpdk whitelist with PCI devices dev 0000:18:00.0 dev 0000:18:00.1
    • Enable dpdk no-multi-seg setting
    • Modify setup.gate configuration with correct interfaces and MAC addresses
  • (VM) Update vBNG VPP configuration [More details to be added]

    • Modify Vagrantfile to use specific version of Ubuntu box
    • Newest version seems to have a problem with SSH
  config.vm.box = "generic/ubuntu1604"
  config.vm.box_version = "1.8.14"
@taylor taylor added the fd.io label Aug 8, 2018
michaelspedersen added a commit that referenced this issue Aug 16, 2018
Changes to vBNG are kept mostly separate for now
@michaelspedersen
Copy link
Collaborator

Before running vBNG CNF, make sure NIC ports are bound to DPDK (vfio-pci):

# in testuser home directory (/home/testuser)
$ sudo ./dpdk-devbind.py -b vfio-pci 0000:18:00.0 0000:18:00.1

michaelspedersen added a commit that referenced this issue Aug 23, 2018
Switching from SR-IOV to VPP in host. Additional code cleanup needed
michaelspedersen added a commit that referenced this issue Aug 31, 2018
Some code refactoring done, and tested working on CSIT testbed
michaelspedersen added a commit that referenced this issue Sep 19, 2018
…et.net servers

Supports configuration of host VPP, VNF and CNF. Also has optimizations to provide close to line-rate (10Gbps) regardless of virtualization
@taylor taylor closed this as completed Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

2 participants