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

[WiP] Add startup script with worker core support #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2021

  1. Fix stopping PFCP timers

    There was a corner case of timers "firing" after being stopped because
    their "user handles" being already collected into the 'expires' vector
    in pfcp_process(). This caused msg_pool corruption.
    ivan4th committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    572ac43 View commit details
    Browse the repository at this point in the history
  2. Add startup script with worker core support

    Non-empty value of VPP_USE_WORKER_CORE env var enables the use of the
    worker core. In this case, exactly 2 logical cores must be allocated
    for the VPP container via the cpuset cgroup controller.
    ivan4th committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    b736a69 View commit details
    Browse the repository at this point in the history