Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-04 | Fix debug packet test to work with mlnx and vic cards | Ido Barnea | 3 | -5/+8 | |
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 | test breakage due to incorrect speed calculation | imarom | 1 | -1/+1 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-04 | Merge stateless rx core changes with Itay's changes | Ido Barnea | 6 | -35/+29 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-04 | cleanup | Ido Barnea | 1 | -48/+0 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-04 | take care of extra Ethernet FCS bytes handed to software in e1000 | Ido Barnea | 3 | -4/+53 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-04 | RX core stateless - do not go to idle mode in VM | Ido Barnea | 2 | -26/+3 | |
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 | 3 | -115/+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 | 3 | -3/+11 | |
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 | 12 | -77/+138 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-30 | minor bugs | imarom | 3 | -15/+17 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-30 | merging with latest master | imarom | 10 | -42/+172 | |
Signed-off-by: imarom <imarom@cisco.com> Conflicts: src/main_dpdk.cpp | |||||
2016-11-30 | Fix memory leak in pretest | Ido Barnea | 3 | -0/+13 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-30 | reply to messages | imarom | 13 | -297/+319 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-30 | Support receive all mode for 82599 10G card | Ido Barnea | 2 | -4/+49 | |
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 | fix trex-280 VIC DPDK rx counter issue | Hanoh Haim | 1 | -1/+2 | |
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 | 2 | -29/+12 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-28 | fix trex-277 | Hanoh Haim | 1 | -0/+7 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-28 | reverting back a temp fix | imarom | 1 | -7/+3 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-28 | self code review | imarom | 4 | -86/+102 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-28 | RX features - self code review | imarom | 12 | -141/+310 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-27 | make -l work with client config | Ido Barnea | 4 | -4/+30 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-26 | gtests: resolve collision in same filename for different users | Yaroslav Brustinov | 1 | -1/+1 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-24 | self code review | imarom | 9 | -126/+172 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-24 | Fix issue of TRex dropping ARP packets shorter than 60 bytes | Ido Barnea | 1 | -2/+8 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-23 | Allow non resolve state for stateless to startup | imarom | 2 | -6/+19 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-23 | merge issues | imarom | 1 | -7/+0 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-23 | Merge branch 'master' | imarom | 19 | -592/+1928 | |
Signed-off-by: imarom <imarom@cisco.com> Conflicts: src/main_dpdk.cpp | |||||
2016-11-22 | RX features - removed 'none' and used Json::nullValue | imarom | 2 | -2/+2 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-22 | client config gtest | Ido Barnea | 4 | -32/+232 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-22 | RX features - added timestamp to RX packets | imarom | 2 | -7/+15 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-21 | Client config ARP support - code review changes | Ido Barnea | 8 | -4302/+53 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-21 | Seperating ClientCfgDirBase/Ext and ClientCfgBase/Ext to save memory | Ido Barnea | 7 | -102/+148 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-21 | client config ARP resolve working. Still missing IPv6 support. | Ido Barnea | 15 | -457/+5397 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-21 | Added IPv6 field to yaml config | Ido Barnea | 2 | -25/+51 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-21 | Support multi dest and src addresses in pretest | Ido Barnea | 6 | -246/+622 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-16 | Merge branch 'master' to rx_features phase 0.5 | imarom | 28 | -206/+1690 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-16 | RX features - ARP resolve | imarom | 5 | -78/+44 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-16 | fix threads number 31+ in config causing overflow in mask calculations | Yaroslav Brustinov | 1 | -5/+5 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-16 | Fix trex-267 - allocation of ARP packets from wrong memory socket | Ido Barnea | 3 | -7/+15 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-11-15 | STL push remote empty/incorrect pcap: fix cleanup | Yaroslav Brustinov | 1 | -3/+1 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-15 | RX features - another refinement | imarom | 11 | -94/+182 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-15 | backup old trex-07 setup config | Hanoh Haim | 1 | -0/+1 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-14 | move ibv_fork_init due to a crash of debug image see trex-270 | Hanoh Haim | 1 | -1/+7 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-13 | RX features - pre-resolve stage | imarom | 6 | -49/+267 | |
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 | add a patch to query fw support for advanced filtering | Hanoh Haim | 1 | -0/+19 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> |