JackKuo
JackKuo
same problem
Ubuntu 20.04 solution: ```bash sudo apt install libtbb2 ```
@strongcourage In my opinion, `PACKET_READ_SIZE` means the buffer size. So if the buffer reaches `PACKET_READ_SIZE`, it must flush the queue to prevent packet loss. The manager uses `rte_ring_enqueue_bulk()`, this function...
Hi @Balaram6712 , I'm an ONVM user as well, the following comments could not be fully correct. 1. Remote node has poor performance True, remote node doesn't have bound with...
BTW, I found `rx_thread_main` has race condition in [`rx_count`](https://github.com/sdnfv/openNetVM/blob/61ce33a4ca6d3d7662bb091bdd8bcfc9a61c792d/onvm/onvm_mgr/main.c#L195) if `ONVM_NUM_RX_THREADS` is more than 1. @twood02 is it a bug?
In my test, some TTF cannot be used properly. For quick workaround, I use `/Library/Fonts/Arial Unicode.ttf` in my program.