summaryrefslogtreecommitdiffstats
path: root/src/debug.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08Got rid of get_vm_one_queue(). Separated its uses to many small attributes. ↵Ido Barnea1-1/+2
- second try Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-07Revert "Got rid of get_vm_one_queue(). Separated its uses to many small ↵Ido Barnea1-2/+1
attributes." This reverts commit cebf5a44b5f28a03b245e43013cc27671a980206.
2017-03-07Got rid of get_vm_one_queue(). Separated its uses to many small attributes.Ido Barnea1-1/+2
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-09-13APIs and functions in preparation for receive all mode. XL710/i350 mode ↵Ido Barnea1-1/+1
toggling work.
2016-08-03IPv6 XL710 stateless support and stateful --rx-checkIdo Barnea1-1/+2
2016-02-24Rx stat per flow. Low level working for xl710, and partly for i350.Ido Barnea1-1/+1
added full clone (with CP VM) to stream
2016-01-07Added --send-debug-pktIdo Barnea1-0/+42
Moved code from main_dpdk.cpp to new files.