-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Macro for Running Flow Table Lookup (#147)
Running a flow table lookup on every packet is expensive and as the functionality isn't always used we have decided to create a macro to disable it. The functionality will still be enabled by default, but if it is unused disabling it should boost performance. Commit log: * Macros for running flow table lookup * Updated comment about disabling flow table lookup
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters