Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-13 | startup issues with L2/L3 | imarom | 1 | -19/+22 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-13 | Major refactor - L2 / L3 modes for ports | imarom | 1 | -1/+25 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-13 | In stateful, print latency stats only if given -l != 0 | Ido Barnea | 1 | -12/+14 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-13 | Fix trex-257 - Could not count p:... printed to screen with IPv6 streams | Ido Barnea | 1 | -3/+3 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-12 | grat ARP | imarom | 1 | -15/+10 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-12 | Added VIC tests + VIC small fix + fail tests if latency packets fail | Ido Barnea | 1 | -2/+2 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-11 | mlx5 add RSS improve RX drop MPPS | Hanoh Haim | 1 | -10/+112 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-11 | Cisco VIC card - support for receive all mode, and work around for IPv6 issues | Ido Barnea | 1 | -70/+51 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-08 | Add prints about link down for stateless | Yaroslav Brustinov | 1 | -3/+21 | |
Change-Id: I1c32ab854ff2bbaaacb32e9aececfd67afba887b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-06 | Fix to Mellanox recevie all mode | Ido Barnea | 1 | -0/+1 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-06 | RX features phase 2 - ARP and ICMP self response | imarom | 1 | -3/+3 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-06 | Add receive all mode to Mellanox cord | Ido Barnea | 1 | -144/+89 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-04 | valgrind cleanup and suppresion | imarom | 1 | -4/+15 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-04 | take care of extra Ethernet FCS bytes handed to software in e1000 | Ido Barnea | 1 | -1/+15 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-04 | Make RX core in VM read packets directly instead of getting message from TX core | Ido Barnea | 1 | -54/+19 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-04 | Added TX queue | Ido Barnea | 1 | -68/+34 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-01 | bug found by valgrind | imarom | 1 | -1/+5 | |
also an issue with 40G deleting no exisiting rules with recv_all Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-01 | refactor RX core | imarom | 1 | -1/+1 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-30 | merging with latest master | imarom | 1 | -19/+126 | |
Signed-off-by: imarom <imarom@cisco.com> Conflicts: src/main_dpdk.cpp | |||||
2016-11-30 | reply to messages | imarom | 1 | -9/+8 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-30 | Support receive all mode for 82599 10G card | Ido Barnea | 1 | -3/+44 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-28 | VIC DPDK input counter add +4 bytes - reduce it | Hanoh Haim | 1 | -3/+3 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-28 | add VIC reg files | Hanoh Haim | 1 | -1/+50 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-28 | check VIC FW support using FILTER_INFO, remove patch from enic driver | Hanoh Haim | 1 | -13/+12 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-28 | self code review | imarom | 1 | -3/+3 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-27 | make -l work with client config | Ido Barnea | 1 | -2/+20 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-23 | Allow non resolve state for stateless to startup | imarom | 1 | -3/+12 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-23 | Merge branch 'master' | imarom | 1 | -67/+163 | |
Signed-off-by: imarom <imarom@cisco.com> Conflicts: src/main_dpdk.cpp | |||||
2016-11-21 | Client config ARP support - code review changes | Ido Barnea | 1 | -1/+2 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-21 | Seperating ClientCfgDirBase/Ext and ClientCfgBase/Ext to save memory | Ido Barnea | 1 | -6/+4 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-21 | client config ARP resolve working. Still missing IPv6 support. | Ido Barnea | 1 | -60/+153 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-21 | Support multi dest and src addresses in pretest | Ido Barnea | 1 | -4/+11 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-16 | Merge branch 'master' to rx_features phase 0.5 | imarom | 1 | -28/+544 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-15 | RX features - another refinement | imarom | 1 | -12/+3 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-13 | RX features - pre-resolve stage | imarom | 1 | -6/+33 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-13 | enic verify fw version | Hanoh Haim | 1 | -1/+23 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-13 | mlx5/enic support enable flow stats in software | Hanoh Haim | 1 | -69/+1 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-13 | enic move to TOS=LSB | Hanoh Haim | 1 | -26/+28 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | VIC basic filter support | Hanoh Haim | 1 | -8/+239 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | change proto from uint16_t to uint8_t | Hanoh Haim | 1 | -5/+6 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | mlx5 ipv6 filters works | Hanoh Haim | 1 | -21/+11 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | No debug for DPDK in case of release | Hanoh Haim | 1 | -2/+13 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | mlx5 stats from hardware | Hanoh Haim | 1 | -1/+2 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | WIP mlx5 remove filters | Hanoh Haim | 1 | -11/+12 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | mlx5 WIP Stateful work -- all traffic goes to RX_QUEUE=0 | Hanoh Haim | 1 | -0/+303 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-09 | RX features - added port attributes for IPv4 and DG | imarom | 1 | -15/+11 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-09 | Fix issue when --vlan option appearing before -i option | Ido Barnea | 1 | -16/+20 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-03 | moved RX filter feature to port attr | imarom | 1 | -8/+17 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-03 | start in case of linkdown - trex-192 only for XL710/X710 | Hanoh Haim | 1 | -3/+21 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-02 | some refactor to RX core to allow multiple features | imarom | 1 | -1/+1 | |
Signed-off-by: imarom <imarom@cisco.com> |