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

Performance issue caused by invoking 'rte_malloc' frequently. #595

Draft
wants to merge 3 commits into
base: devel
Choose a base branch
from

Commits on Jun 24, 2020

  1. Performance issue caused by invoking 'rte_malloc' frequently.

    1. Deprecate 'rte_malloc', use 'rte_mempool_get' for inserting UOA instead.
    2. Remove unnecessary reference counting for 'struct inet_device'.
    陈楠 committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    877c766 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Update ip_vs_proto_udp.c

    flyinskyabc authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    7caf768 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    13bbcb6 View commit details
    Browse the repository at this point in the history