Re: Performance of veth XDP
Toshiaki Makita
On 2019/06/12 17:38, forrest0579@... wrote:
In https://lists.iovisor.org/g/iovisor-dev/topic/how_to_make_redirect_map/31867035 I have built up an environment to make veth+XDP work.Because XDP core does not support checksum (or any other) offload. Any of necessary information for offloading will be discarded when converting skb into xdp_frame. Basically veth XDP is not so fast when you only use XDP_PASS in containers. 2.I cannot reproduce it. Is it an XDP-related problem? What happens if you use bridge in place of XDP_REDIRECT? Did you collect tcpdump result in server-side? Also how about checking "ethtool -S" and "nstat" (not netstat) periodically? Toshiaki Makita
|
|