Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
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>
|
|
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
|
|
also, some names to the threads to make things clear
and a script to show them
Signed-off-by: imarom <imarom@cisco.com>
|
|
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>
|
|
fix for #trex-235
|
|
|
|
|
|
also better sync with the server about ownership of ports
|
|
|
|
|
|
|
|
also added clear events and more types of events
|
|
|
|
|
|
|
|
|