summaryrefslogtreecommitdiffstats
path: root/src/debug.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08Got rid of get_vm_one_queue(). Separated its uses to many small attributes. ↵Ido Barnea1-21/+34
- 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-34/+21
attributes." This reverts commit cebf5a44b5f28a03b245e43013cc27671a980206.
2017-03-07Got rid of get_vm_one_queue(). Separated its uses to many small attributes.Ido Barnea1-21/+34
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-09Support for ixgbevf and i40evfIdo Barnea1-1/+7
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-01Fix --send-debug-pkt test so that VIC card will be able to work with less ↵Ido Barnea1-2/+2
patches Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-22Allow up to 10 hops TTL reduction in X710 and 82599 statefulIdo Barnea1-33/+32
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-04Fix debug packet test to work with mlnx and vic cardsIdo Barnea1-1/+3
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-11-16Fix trex-267 - allocation of ARP packets from wrong memory socketIdo Barnea1-4/+4
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-11-13add a way to dump debug packetsHanoh Haim1-0/+5
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11mlx5 reduce the number of packetsHanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-10-28new port attr commands: flow control, link status, led statusYaroslav Brustinov1-2/+5
add user friendly description to ports add xstats enable start with link down at stateless. in CPP status will update itself upon link up, in Python need to restart client at this phase. Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-05pre test: Code review fixesIdo Barnea1-2/+6
2016-10-05pre test: Periodically send gratuitous ARP in statefulIdo Barnea1-2/+1
2016-09-13APIs and functions in preparation for receive all mode. XL710/i350 mode ↵Ido Barnea1-25/+36
toggling work.
2016-08-10Better flow stat parser unit tests, including IPv6Ido Barnea1-187/+17
2016-08-03Fix compilation error on ubuntuIdo Barnea1-3/+3
2016-08-03IPv6 XL710 stateless support and stateful --rx-checkIdo Barnea1-57/+318
2016-07-24dpdk0716 move: changes to our filesIdo Barnea1-4/+0
2016-03-22RX bytes reporting workingIdo Barnea1-3/+9
2016-03-15Support for Q in Q for debug packetsIdo Barnea1-0/+6
2016-03-02tx stats per streamIdo Barnea1-5/+4
2016-02-24Rx stat per flow. Low level working for xl710, and partly for i350.Ido Barnea1-99/+186
added full clone (with CP VM) to stream
2016-01-19Adding option to pass NAT info in TCP ACK of first SYNIdo Barnea1-4/+7
2016-01-07Added --send-debug-pktIdo Barnea1-0/+330
Moved code from main_dpdk.cpp to new files.