summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.h
AgeCommit message (Collapse)AuthorFilesLines
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.