Igalia / snabb

Snabb Switch: Fast open source packet processing
Apache License 2.0
47 stars 5 forks source link

Make 'wait' constraint more prioritary than 'threshold' constraint #1195

Closed dpino closed 5 years ago

dpino commented 5 years ago

The wait constraint avoids jitting too often when the threshold has been surpassed. However, this constraint has to be higher than the threshold constraint otherwise the waiting is not honored.

dpino commented 5 years ago

Actually this PR doesn't change anything. The wait flag was indeed honored. It's still valuable disabling the SnabbVMX test, but that's clearly a different PR. So I'm going to cancel this PR and disable SnabbVMX in another PR.