summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-14Software mode for latency and flow stat statisticsIdo Barnea1-0/+1
Also supporting QinQ for flow stat Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-08Got rid of get_vm_one_queue(). Separated its uses to many small attributes. ↵Ido Barnea1-3/+12
- 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-12/+3
attributes." This reverts commit cebf5a44b5f28a03b245e43013cc27671a980206.
2017-03-07Got rid of get_vm_one_queue(). Separated its uses to many small attributes.Ido Barnea1-3/+12
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-11mlx5 add RSS improve RX drop MPPSHanoh Haim1-0/+3
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-10-28move port_attr from driver class to physical port class + small fixes ↵Yaroslav Brustinov1-0/+2
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28new port attr commands: flow control, link status, led statusYaroslav Brustinov1-14/+0
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/+28
2016-10-05pre test: Send grat ARP, and resolve gateway addressesIdo Barnea1-1/+1
2016-08-18revert mmain_dpdk.h commited by mistake codeYaroslav Brustinov1-2/+4
add create config functional test change order of cores in config file
2016-08-18TRex argument --dump-interfaces <list of PCI> (by default will take ↵Yaroslav Brustinov1-5/+6
interfaces from /etc/trex_cfg.yaml if exists, if does not exists, will show all DPDK interfaces) get interface speed from DPDK instead of using constants per driver add script to generate config file /etc/trex_cfg.yaml: sudo ./dpdk_setup_ports.py -c <list of PCI> show table of interfaces in sudo ./dpdk_setup_ports.py -t
2016-08-15core mask - first phaseimarom1-7/+8
2016-08-08IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 ↵Ido Barnea1-2/+4
packets with extension header.
2016-05-18Working version. temporary send_node that duplicates the mbuf dataIdo Barnea1-0/+1
2016-04-03Enabled flow stats for all interface types + needed correctionsIdo Barnea1-0/+1
2016-03-22RX bytes reporting workingIdo Barnea1-2/+3
2016-03-221g pkt flow stat workingIdo Barnea1-2/+3
2016-03-06improve init speed of 1gb ports (12 ports init time reduced from 55 secs to 15)Yaroslav Brustinov1-0/+1
2016-03-02tx stats per streamIdo Barnea1-5/+5
2016-02-24Rx stat per flow. Low level working for xl710, and partly for i350.Ido Barnea1-36/+55
added full clone (with CP VM) to stream
2016-01-07Added --send-debug-pktIdo Barnea1-0/+158
Moved code from main_dpdk.cpp to new files.