Age | Commit message (Expand) | Author | Files | Lines |
2016-11-21 | Client config ARP support - code review changes |  Ido Barnea | 1 | -1/+2 |
2016-11-21 | Seperating ClientCfgDirBase/Ext and ClientCfgBase/Ext to save memory |  Ido Barnea | 1 | -6/+4 |
2016-11-21 | client config ARP resolve working. Still missing IPv6 support. |  Ido Barnea | 1 | -60/+153 |
2016-11-21 | Support multi dest and src addresses in pretest |  Ido Barnea | 1 | -4/+11 |
2016-11-13 | enic verify fw version |  Hanoh Haim | 1 | -1/+23 |
2016-11-13 | mlx5/enic support enable flow stats in software |  Hanoh Haim | 1 | -69/+1 |
2016-11-13 | enic move to TOS=LSB |  Hanoh Haim | 1 | -26/+28 |
2016-11-11 | VIC basic filter support |  Hanoh Haim | 1 | -8/+239 |
2016-11-11 | change proto from uint16_t to uint8_t |  Hanoh Haim | 1 | -5/+6 |
2016-11-11 | mlx5 ipv6 filters works |  Hanoh Haim | 1 | -21/+11 |
2016-11-11 | No debug for DPDK in case of release |  Hanoh Haim | 1 | -2/+13 |
2016-11-11 | mlx5 stats from hardware |  Hanoh Haim | 1 | -1/+2 |
2016-11-11 | WIP mlx5 remove filters |  Hanoh Haim | 1 | -11/+12 |
2016-11-11 | mlx5 WIP Stateful work -- all traffic goes to RX_QUEUE=0 |  Hanoh Haim | 1 | -0/+303 |
2016-11-09 | Fix issue when --vlan option appearing before -i option |  Ido Barnea | 1 | -16/+20 |
2016-11-03 | start in case of linkdown - trex-192 only for XL710/X710 |  Hanoh Haim | 1 | -3/+21 |
2016-11-02 | Trex threads - pin DPDK master thread to the master core |  imarom | 1 | -13/+29 |
2016-10-31 | minor fixes |  Ido Barnea | 1 | -2/+4 |
2016-10-30 | Increased number of ARP retries at start to 10 |  Ido Barnea | 1 | -1/+1 |
2016-10-28 | rebase merge typo |  Yaroslav Brustinov | 1 | -2/+0 |
2016-10-28 | move port_attr from driver class to physical port class + small fixes accordi... |  Yaroslav Brustinov | 1 | -97/+109 |
2016-10-28 | disable fc change if not supported |  Yaroslav Brustinov | 1 | -0/+3 |
2016-10-28 | dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help" |  Yaroslav Brustinov | 1 | -52/+86 |
2016-10-28 | new port attr commands: flow control, link status, led status |  Yaroslav Brustinov | 1 | -45/+199 |
2016-10-25 | Remove useless print in server stateless mode |  Ido Barnea | 1 | -1/+1 |
2016-10-18 | Help message fixes + removing unused command line options |  Ido Barnea | 1 | -138/+61 |
2016-10-06 | put back --vlan option for stateless 82599 |  Ido Barnea | 1 | -1/+9 |
2016-10-06 | Fix to set_rcv_all off on xl710 |  Ido Barnea | 1 | -9/+13 |
2016-10-05 | Fix issue with set_rcv_all in 1G |  Ido Barnea | 1 | -10/+11 |
2016-10-05 | pre test: Code review fixes |  Ido Barnea | 1 | -126/+138 |
2016-10-05 | pre test: Some small fixes |  Ido Barnea | 1 | -9/+23 |
2016-10-05 | pre test: Periodically send gratuitous ARP in stateful |  Ido Barnea | 1 | -5/+8 |
2016-10-05 | pre test: Send grat ARP, and resolve gateway addresses |  Ido Barnea | 1 | -2/+60 |
2016-09-28 | cpp arg parser changes argv, on second iteration data might be not valid => c... |  Yaroslav Brustinov | 1 | -2/+19 |
2016-09-13 | APIs and functions in preparation for receive all mode. XL710/i350 mode toggl... |  Ido Barnea | 1 | -43/+147 |
2016-09-08 | Fix issue of reading RX queue from DP core even when we are not in VM mode |  Ido Barnea | 1 | -26/+17 |
2016-08-22 | interactive creation of config, finish returning DPDK interfaces to Linux com... |  Yaroslav Brustinov | 1 | -3/+4 |
2016-08-18 | TRex argument --dump-interfaces <list of PCI> (by default will take interface... |  Yaroslav Brustinov | 1 | -31/+49 |
2016-08-18 | CPU util. measurements fix (more accurate and steady) |  imarom | 1 | -6/+12 |
2016-08-17 | add another ko |  Hanoh Haim | 1 | -0/+2 |
2016-08-15 | core mask - first phase |  imarom | 1 | -14/+78 |
2016-08-14 | Exit if x710 firmware version is too old |  Ido Barnea | 1 | -0/+34 |
2016-08-11 | IPv6 Latency/flow stats on x710 - supporting all packet types |  Ido Barnea | 1 | -4/+4 |
2016-08-08 | change default to not run rte_eth_dev_stop/close |  Ido Barnea | 1 | -7/+7 |
2016-08-08 | Adding --no-close option |  Ido Barnea | 1 | -23/+12 |
2016-08-08 | IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 p... |  Ido Barnea | 1 | -50/+72 |
2016-08-03 | revert typo |  Yaroslav Brustinov | 1 | -0/+5 |
2016-08-03 | IPv6 XL710 stateless support and stateful --rx-check |  Ido Barnea | 1 | -30/+46 |
2016-08-03 | ipv6 flow stat i350 |  Ido Barnea | 1 | -4/+34 |
2016-08-03 | ipv6 flow stat on vm working |  Ido Barnea | 1 | -10/+11 |