Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-28 | move port_attr from driver class to physical port class + small fixes ↵ | 1 | -14/+14 | ||
according to code review 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" | 1 | -6/+33 | ||
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 | 1 | -6/+80 | ||
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-09-07 | dual mode : code review fixes | 1 | -10/+1 | ||
2016-09-07 | dual mode - check for ERF only | 1 | -0/+10 | ||
2016-09-07 | DUAL mode - phase #1 | 1 | -6/+16 | ||
2016-08-18 | TRex argument --dump-interfaces <list of PCI> (by default will take ↵ | 1 | -22/+2 | ||
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-15 | core mask - first phase | 1 | -2/+11 | ||
2016-07-27 | removed was_stopped | 1 | -1/+1 | ||
2016-07-27 | support for graceful shutdown | 1 | -0/+26 | ||
2016-06-05 | cpu utilization - syntax fixes | 1 | -3/+5 | ||
2016-06-02 | cpu utilization per thread + mbufs per socket + add in tui | 1 | -6/+7 | ||
2016-05-31 | add rpc command get_cpu_util_full to cpp | 1 | -0/+20 | ||
2016-05-18 | Change to latency python + small fixes | 1 | -1/+1 | ||
2016-05-18 | unit tests + simulator work | 1 | -1/+11 | ||
2016-05-09 | added duration to remote push | 1 | -1/+2 | ||
2016-05-09 | PCAP refinement | 1 | -2/+2 | ||
2016-05-09 | first remote PCAP push - draft | 1 | -0/+28 | ||
2016-04-04 | API classes (versions) | 1 | -0/+44 | ||
2016-03-10 | RX stats #2 | 1 | -2/+3 | ||
2016-03-07 | Added get_active_pgids | 1 | -33/+52 | ||
2016-02-28 | more info for ports (API and TUI) | 1 | -4/+17 | ||
2016-02-28 | support for mac addr query | 1 | -0/+1 | ||
2016-02-25 | port attributes - promiscuous and etc. | 1 | -0/+36 | ||
2016-02-24 | RX - for not supported interfaces gives an error in JSON | 1 | -0/+4 | ||
2016-02-08 | stream ID allocation | 1 | -3/+3 | ||
2016-02-01 | simulator support (API and profiles) | 1 | -3/+3 | ||
2016-01-21 | async publish now | 1 | -0/+16 | ||
2015-12-14 | bugs fixes | 1 | -1/+2 | ||
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-10 | removed session id - not necessary | 1 | -2/+1 | ||
2015-12-09 | read only support | 1 | -39/+18 | ||
2015-12-01 | 1. fixed ZMQ message limitation | 1 | -2/+2 | ||
2. added some scale yamls for IMIX (300 streams, 1000 streams) 3. return objects are always complex objects (not strings) - for backward compatability 4. some minor adjustments to ZMQ socket timeouts | |||||
2015-11-24 | added support for percentage on start | 1 | -2/+24 | ||
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-12 | fix version.h issue | 1 | -2/+2 | ||
2015-11-09 | moved logic to the port class | 1 | -14/+14 | ||
also implemented the state machine for CP port | |||||
2015-11-01 | added support for a new RPC command : sync_user | 1 | -0/+39 | ||
provides a way to sync a console / GUI to the server for a specific user | |||||
2015-10-26 | RPC control plane now integarted with DPDK | 1 | -9/+9 | ||
2015-10-08 | first integration with DPDK layer | 1 | -1/+1 | ||
2015-10-08 | some file renaming | 1 | -1/+1 | ||
2015-10-07 | added async publisher to the RPC server | 1 | -11/+2 | ||
2015-09-29 | just a checkpoint on async server | 1 | -9/+9 | ||
2015-09-24 | some improvements to the console | 1 | -9/+9 | ||
2015-09-21 | checkpoint - added stats and some python code | 1 | -15/+36 | ||
2015-09-17 | moved 'owning states' to port granularity instead of machine | 1 | -6/+23 | ||
2015-09-17 | added more tests | 1 | -0/+1 | ||
2015-09-16 | enabled all warnings for the mock RPC server target | 1 | -2/+0 | ||
2015-09-16 | added many tests to the RPC server | 1 | -14/+147 | ||
also, few tweaks for handling RPC server errors | |||||
2015-09-09 | added ownership to RPC server | 1 | -0/+53 | ||
2015-09-06 | trex stateless changed to singleton. | 1 | -3/+9 | ||
added some more commands (remove all, get list of streams) | |||||
2015-08-31 | ...draft... | 1 | -3/+0 | ||