Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4c83b9d
)
few cleanups
author
imarom
<
[email protected]
>
Mon, 20 Feb 2017 15:45:16 +0000
(17:45 +0200)
committer
imarom
<
[email protected]
>
Mon, 20 Feb 2017 15:45:16 +0000
(17:45 +0200)
Signed-off-by: imarom <
[email protected]
>
src/stateless/rx/trex_stateless_rx_core.h
patch
|
blob
|
history
diff --git
a/src/stateless/rx/trex_stateless_rx_core.h
b/src/stateless/rx/trex_stateless_rx_core.h
index
8166ef5
..
6b5e0a6
100644
(file)
--- a/
src/stateless/rx/trex_stateless_rx_core.h
+++ b/
src/stateless/rx/trex_stateless_rx_core.h
@@
-107,7
+107,6
@@
class CRxCoreStateless {
/**
* core states
*
- * STATE_IDLE - only checking for messages periodically
* STATE_COLD - will sleep until a packet arrives
* then it will move to a faster pace
* until no packet arrives for some time
@@
-115,7
+114,6
@@
class CRxCoreStateless {
* STATE_HOT - 100% checking for packets (latency check)
*/
enum state_e {
- STATE_IDLE,
STATE_COLD,
STATE_HOT,
STATE_QUIT
@@
-170,7
+168,6
@@
class CRxCoreStateless {
void tickle();
/* states */
- //void idle_state_loop();
void hot_state_loop();
void cold_state_loop();
void init_work_stage();