On 2016-01-10, Denis Fondras <open...@ledeuns.net> wrote: > Following http://article.gmane.org/gmane.os.openbsd.tech/47475, I have a > similar > problem with svlan(4) and em(4) (Intel 80003ES2). The main difference with > bge(4) is that ping works with em(4) but not tcp/udp. (obviously my bge(4) > supports IFCAP_CSUM_IPv4 and not my em(4)).
You don't actually describe your interface configuration. I _guess_ you are trying to terminate IP traffic directly on an svlan(4) interface. That sounds very unusual. Do we want to support this? I can see why it might fail. Since svlan(4) encapsulation is not covered by the hardware VLAN support, it changes the offsets to the IP/TCP headers, which is something the em(4) driver doesn't handle. For bge(4), the chip probably gets confused. -- Christian "naddy" Weisgerber na...@mips.inka.de