summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-28self code reviewimarom1-3/+3
2016-11-23Allow non resolve state for stateless to startupimarom1-3/+12
2016-11-23Merge branch 'master'imarom1-67/+163
2016-11-21Client config ARP support - code review changesIdo Barnea1-1/+2
2016-11-21Seperating ClientCfgDirBase/Ext and ClientCfgBase/Ext to save memoryIdo Barnea1-6/+4
2016-11-21client config ARP resolve working. Still missing IPv6 support.Ido Barnea1-60/+153
2016-11-21Support multi dest and src addresses in pretestIdo Barnea1-4/+11
2016-11-16Merge branch 'master' to rx_features phase 0.5imarom1-28/+544
2016-11-15RX features - another refinementimarom1-12/+3
2016-11-13RX features - pre-resolve stageimarom1-6/+33
2016-11-13enic verify fw versionHanoh Haim1-1/+23
2016-11-13mlx5/enic support enable flow stats in softwareHanoh Haim1-69/+1
2016-11-13enic move to TOS=LSBHanoh Haim1-26/+28
2016-11-11VIC basic filter supportHanoh Haim1-8/+239
2016-11-11change proto from uint16_t to uint8_tHanoh Haim1-5/+6
2016-11-11mlx5 ipv6 filters worksHanoh Haim1-21/+11
2016-11-11No debug for DPDK in case of releaseHanoh Haim1-2/+13
2016-11-11mlx5 stats from hardwareHanoh Haim1-1/+2
2016-11-11WIP mlx5 remove filtersHanoh Haim1-11/+12
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