Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-27 | make -l work with client config | Ido Barnea | 1 | -2/+20 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
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-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 | 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 | 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 | Trex threads - pin DPDK master thread to the master core | imarom | 1 | -13/+29 | |
also, some names to the threads to make things clear and a script to show them Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-31 | minor fixes | Ido Barnea | 1 | -2/+4 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-30 | Increased number of ARP retries at start to 10 | Ido Barnea | 1 | -1/+1 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-28 | rebase merge typo | Yaroslav Brustinov | 1 | -2/+0 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | move port_attr from driver class to physical port class + small fixes ↵ | Yaroslav Brustinov | 1 | -97/+109 | |
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | disable fc change if not supported | Yaroslav Brustinov | 1 | -0/+3 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help" | Yaroslav Brustinov | 1 | -52/+86 | |
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | new port attr commands: flow control, link status, led status | Yaroslav Brustinov | 1 | -45/+199 | |
add user friendly description to ports add xstats enable start with link down at stateless. in CPP status will update itself upon link up, in Python need to restart client at this phase. Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-25 | Remove useless print in server stateless mode | Ido Barnea | 1 | -1/+1 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-18 | Help message fixes + removing unused command line options | Ido Barnea | 1 | -138/+61 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
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 => ↵ | Yaroslav Brustinov | 1 | -2/+19 | |
copy the argv before each call. | |||||
2016-09-13 | APIs and functions in preparation for receive all mode. XL710/i350 mode ↵ | Ido Barnea | 1 | -43/+147 | |
toggling work. | |||||
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 ↵ | Yaroslav Brustinov | 1 | -3/+4 | |
command. | |||||
2016-08-18 | TRex argument --dump-interfaces <list of PCI> (by default will take ↵ | Yaroslav Brustinov | 1 | -31/+49 | |
interfaces from /etc/trex_cfg.yaml if exists, if does not exists, will show all DPDK interfaces) get interface speed from DPDK instead of using constants per driver add script to generate config file /etc/trex_cfg.yaml: sudo ./dpdk_setup_ports.py -c <list of PCI> show table of interfaces in sudo ./dpdk_setup_ports.py -t | |||||
2016-08-18 | CPU util. measurements fix (more accurate and steady) | imarom | 1 | -6/+12 | |
see #trex-246 | |||||
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 | |