You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Primary LCore can be controlled through EAL variables, we should rely on that.
For the GARP sender, one should use an RTE_worker thread, instead of an std::thread (which will run on the primary CPU core).
The text was updated successfully, but these errors were encountered:
dpdklibs/plugins/DPDKReaderModule.cpp
Line 148 in a78a6d8
Primary LCore can be controlled through EAL variables, we should rely on that.
For the GARP sender, one should use an RTE_worker thread, instead of an std::thread (which will run on the primary CPU core).
The text was updated successfully, but these errors were encountered: