Skip to content

Figure out a way to schedule dpdk gracefully #7

Description

@klarose

DPDK polls. We can't just spin, but we also can't just sleep arbitrarily.

We need to figure out a way of delaying when it makes sense, and not delaying when there are still packets to be processed.

Ideally, we'd have this delay ramp up/down with some sort of history.

The challenge right now is that the "scheduler" is unaware of the fact that we are polling. It also does not understand how many packets have been received, which it needs to in order to be able to ramp up/down

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions