summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-11mlx5 WIP Stateful work -- all traffic goes to RX_QUEUE=0Hanoh Haim1-0/+303
2016-11-09RX features - added port attributes for IPv4 and DGimarom1-15/+11
2016-11-09Fix issue when --vlan option appearing before -i optionIdo Barnea1-16/+20
2016-11-03moved RX filter feature to port attrimarom1-8/+17
2016-11-03start in case of linkdown - trex-192 only for XL710/X710Hanoh Haim1-3/+21
2016-11-02some refactor to RX core to allow multiple featuresimarom1-1/+1
2016-11-02draft: RX software featureimarom1-0/+11
2016-11-02Trex threads - pin DPDK master thread to the master coreimarom1-13/+29
2016-10-31minor fixesIdo Barnea1-2/+4
2016-10-30Increased number of ARP retries at start to 10Ido Barnea1-1/+1
2016-10-28rebase merge typoYaroslav Brustinov1-2/+0
2016-10-28move port_attr from driver class to physical port class + small fixes accordi...Yaroslav Brustinov1-97/+109
2016-10-28disable fc change if not supportedYaroslav Brustinov1-0/+3
2016-10-28dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"Yaroslav Brustinov1-52/+86
2016-10-28new port attr commands: flow control, link status, led statusYaroslav Brustinov1-45/+199
2016-10-25Remove useless print in server stateless modeIdo Barnea1-1/+1
2016-10-18Help message fixes + removing unused command line optionsIdo Barnea1-138/+61
2016-10-06put back --vlan option for stateless 82599Ido Barnea1-1/+9
2016-10-06Fix to set_rcv_all off on xl710Ido Barnea1-9/+13
2016-10-05Fix issue with set_rcv_all in 1GIdo Barnea1-10/+11
2016-10-05pre test: Code review fixesIdo Barnea1-126/+138
2016-10-05pre test: Some small fixesIdo Barnea1-9/+23
2016-10-05pre test: Periodically send gratuitous ARP in statefulIdo Barnea1-5/+8
2016-10-05pre test: Send grat ARP, and resolve gateway addressesIdo Barnea1-2/+60
2016-09-28cpp arg parser changes argv, on second iteration data might be not valid => c...Yaroslav Brustinov1-2/+19
2016-09-13APIs and functions in preparation for receive all mode. XL710/i350 mode toggl...Ido Barnea1-43/+147
2016-09-08Fix issue of reading RX queue from DP core even when we are not in VM modeIdo Barnea1-26/+17
2016-08-22interactive creation of config, finish returning DPDK interfaces to Linux com...Yaroslav Brustinov1-3/+4
2016-08-18TRex argument --dump-interfaces <list of PCI> (by default will take interface...Yaroslav Brustinov1-31/+49
2016-08-18CPU util. measurements fix (more accurate and steady)imarom1-6/+12
2016-08-17add another koHanoh Haim1-0/+2
2016-08-15core mask - first phaseimarom1-14/+78
2016-08-14Exit if x710 firmware version is too oldIdo Barnea1-0/+34
2016-08-11IPv6 Latency/flow stats on x710 - supporting all packet typesIdo Barnea1-4/+4
2016-08-08change default to not run rte_eth_dev_stop/closeIdo Barnea1-7/+7
2016-08-08Adding --no-close optionIdo Barnea1-23/+12
2016-08-08IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 p...Ido Barnea1-50/+72
2016-08-03revert typoYaroslav Brustinov1-0/+5
2016-08-03IPv6 XL710 stateless support and stateful --rx-checkIdo Barnea1-30/+46
2016-08-03ipv6 flow stat i350Ido Barnea1-4/+34
2016-08-03ipv6 flow stat on vm workingIdo Barnea1-10/+11
2016-08-03set default stateful duration 1 hour, forbid duration in statelessYaroslav Brustinov1-6/+10
2016-08-02Remove call to rte_eth_dev_stop. See trex-237 for detailsIdo Barnea1-0/+5
2016-08-01DPDK ports order change to be compliant with our /etc/trex_cfg.yamlYaroslav Brustinov1-0/+34
2016-07-27removed was_stoppedimarom1-36/+74
2016-07-27support for graceful shutdownimarom1-37/+146
2016-07-24dpdk0716 move: changes to our filesIdo Barnea1-43/+20
2016-07-15merge cs_offload WIP - need to add more support and tests for thatHanoh Haim1-2/+23
2016-07-15add option to use DPDK tx checksum offloading to generate packets with correc...Martin Weiser1-1/+23
2016-07-13Better error handling in case of unsupported driverIdo Barnea1-1/+3