-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dp: Split main() function into EAL init, devices init, workers start
Make the code more modular by moving EAL/devices init, and workers start, into dedicated functions. A follow-up step could be to move the closure passed to WorkerThread::launch() to a dedicated function. The motivation is to get a clearer function to hook the oncoming NAT code. Signed-off-by: Quentin Monnet <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
12 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