Roser Han

Results 8 comments of Roser Han

I have improve my codes and the latency is stable in most cases, but about 60s(sometimes less than 20s) there is a large latency in ef_vi_eventq_poll. Is the ef_vi has...

Thank you so much for such a quick and detailed reply! I call the function `ef_eventq_poll()` to handle events and the usage of the function is similar to the following:...

Well, I'm sorry I forget to check the configuration. The following is the NICs: ![87 49网卡型号](https://user-images.githubusercontent.com/38284404/137421216-1f9419dd-1752-41c3-9650-b522f8332a11.jpg) Although I only have two types of network cards and I do use the...

OK, thank you very much! I'll check the configuration and follow your advice. Well, I'm a little busy this week too (XD), so maybe I'll figure out the problem next...

Well, I change the strategy to ef_pio and I found the TX always being trapped into the dead loop. I have used the ef_eventq_poll(), but it seems that the TX...

OK, thanks for you advice and I'll change my codes. By the way, if I want to sent packets with Stream Transfer, which transmit should I use? PIO? CTPIO? Will...

> OK, thanks for you advice and I'll change my codes. By the way, if I want to sent packets with Stream Transfer, which transmit should I use? PIO? CTPIO?...

Well, I don't understand why `ef_vi_transmit_space()` always gets 0 after I run the app for a while. I have handle the error event: ``` switch (EF_EVENT_TYPE(events[i])) { case EF_EVENT_TYPE_TX: n_completed...