[Bug 231659] [em][igb][softcrypto] 12-ALPHA7 r338900 crashes with IPsec on network load

2018-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231659 --- Comment #34 from Lev A. Serebryakov --- Ok, I have new data. Softcrypto or IPsec is only symptom, not cause. Cause is igb/em driver (different files, logically same place). I can reproduce driver KASSERT on kernel with INVARIANTS wit

[Bug 231659] [em][igb] 12-ALPHA8 r339259 crashes on receive under load

2018-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231659 Lev A. Serebryakov changed: What|Removed |Added Summary|[em][igb][softcrypto] |[em][igb] 12-ALPHA8 r339259

[Bug 221754] arp: packet with invalid ethernet address length 0 received

2018-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221754 Taka changed: What|Removed |Added CC||inoue.taka...@nihon-u.ac.jp --- Comment #2

Patching ng_iface to allow setting the MTU via netgraph API

2018-10-10 Thread Andreas Kempe
Hello! I am working on a meshnet concept and am using netgraph to put it right on top of the MAC layer. I am using ng_iface to do some tunneling of IP over my protocol and I thought it would be nice to be able to set the MTU of the created interface using the netgraph interface. I created a patch

Re: Patching ng_iface to allow setting the MTU via netgraph API

2018-10-10 Thread Eugene Grosbein
11.10.2018 2:43, Andreas Kempe wrote: > I am working on a meshnet concept and am using netgraph to put it right > on top of the MAC layer. I am using ng_iface to do some tunneling of IP > over my protocol and I thought it would be nice to be able to set the > MTU of the created interface using the