Results 11 comments of Yue

Some results of the event loss rate benchmark test. ![test_1](https://user-images.githubusercontent.com/20928801/89602063-897bb280-d82b-11ea-82c8-a86b14bff3d1.png) ![test_2](https://user-images.githubusercontent.com/20928801/89602077-926c8400-d82b-11ea-87ae-d90faa79d19b.png)

> Nice, what are your plans for this? Any reason it has to stay hidden behind a compile flag and not behind runtime detection (maybe a runtime feature flag tho)?...

Unfortunately I don't have the time to land this; feel free to fork it if you find it useful

@luckymrwang thanks for looking I guess for yurtmanager is v1.3.4 for gateway version is `raven.openyurt.io/v1beta1`

@luckymrwang could you elaborate about the problems v1beta1 has, or point me to previous discussions about it?

further investigation with `ip -d link show raven0` indicates that, raven0 is marked with nolearning (vxlan attributes learning is false by default). My understanding is flooding traffic is expected behavior?...

Thanks for taking a look. > In the meantime you should be able to explicitly disable segment offloading for the physical NIC in order to mitigate the issue with current...

@jwhited to reproduce: 1. two nodes (linux v6.2) with tailscale (v1.58.2+), with the udp segmentation offloads optimization 2. create a vxlan device on each of them, with tailscale0 being the...

Also seems when there isn't such an error ("error get vxlan parent"...), seems the code path is not triggered and ParentIndex is 0 as well.

ah... I think it's due to our customization, on our edge side, nodes can't talk to each other with their private ip directly; we have to rely on vxlan; that...