summaryrefslogtreecommitdiffstats
path: root/src/publisher/trex_publisher.cpp
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-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-232imarom1-3/+23
2016-01-21async publish nowimarom1-0/+15
2015-11-19full async DP stop supportimarom1-1/+1
2015-11-19async events (DP to CP)imarom1-3/+3
2015-11-17checkpoint before mergeimarom1-0/+107