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

Enable OF-compatible queue handling #79

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

Commits on Apr 27, 2016

  1. Enable OF-compatible queue handling

    - Remove the restriction on queue ids
        - now it is possible to create queues with the same id at different ports;
    - Fix qos scheduler initialization:
        - add a more rigorous checks for shaping parameters;
        - rollback to previos scheduler config on errors;
        - map queues to DPDK scheduler to enable PQ;
    - Enable queue scheduling for each transmitted packet;
    - Add support for queue_config and queue_stats openflow requests;
    - Change DPDK build options to enable qos scheduler statistics.
    eugene-che committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    a228835 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

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