summaryrefslogtreecommitdiffstats
path: root/src/publisher
AgeCommit message (Collapse)AuthorFilesLines
2017-02-27missing some lines from previous commitimarom1-6/+3
Signed-off-by: imarom <imarom@cisco.com>
2017-02-27ZMQ publisher might hang if it sends a message during ctrl + cimarom1-0/+7
the reason is that when calling zmq_close and zmq_term from the same thread, zmq_close will wait for the message to be sent (but will return the control to the calling thread) and then zmq_ctx_destroy will hang forever see: https://lists.zeromq.org/pipermail/zeromq-dev/2013-September/022469.html Signed-off-by: imarom <imarom@cisco.com>
2017-02-27fix trex-361Hanoh Haim1-0/+5
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-02Trex threads - pin DPDK master thread to the master coreimarom1-0/+10
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-28dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"Yaroslav Brustinov1-0/+1
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-08-03push_remote with all packet times zero sends only one packetimarom1-1/+1
fix for #trex-235
2016-08-03async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232imarom2-4/+29
2016-05-09first remote PCAP push - draftimarom1-0/+1
2016-04-18support for reacquire commandimarom1-1/+2
also better sync with the server about ownership of ports
2016-01-21async publish nowimarom2-0/+27
2016-01-04simulation end to endimarom1-4/+6
2015-12-09read only supportimarom1-4/+10
2015-11-25fixed a bug with default start command in the consoleimarom1-2/+4
also added clear events and more types of events
2015-11-25added events logimarom1-2/+3
2015-11-19full async DP stop supportimarom2-2/+2
2015-11-19async events (DP to CP)imarom2-34/+8
2015-11-17checkpoint before mergeimarom2-0/+187