You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time resolution of microtime() is not enough for bursts of 1. There is a need for ktime_get_ts64().
How to reproduce:
run the bridge on the same interface with burst equal to 1 (network->stack->userland mode) and take timestamp of the ring (ring->ts),
ping the netmap host from another computer like
ping -s1000 -q -i 0.00001 1.2.3.4
You will get timestamp difference of 0 for up to 100 packets on average computer with 1Gbit iface.
Point: rings_move(..) in bridge.c.
The text was updated successfully, but these errors were encountered:
Time resolution of microtime() is not enough for bursts of 1. There is a need for ktime_get_ts64().
How to reproduce:
run the bridge on the same interface with burst equal to 1 (network->stack->userland mode) and take timestamp of the ring (ring->ts),
ping the netmap host from another computer like
ping -s1000 -q -i 0.00001 1.2.3.4
You will get timestamp difference of 0 for up to 100 packets on average computer with 1Gbit iface.
Point: rings_move(..) in bridge.c.
The text was updated successfully, but these errors were encountered: