https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254695
Wei Hu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Wei Hu <[email protected]> --- It hit this assert in tcp_lro.c 911 tcp_lro_lookup(struct lro_ctrl *lc, struct lro_entry *le) 912 { 913 struct inpcb *inp = NULL; 914 915 NET_EPOCH_ASSERT(); <--- panic here 916 switch (le->eh_type) { How often does it occur? I am not familiar to the lro and epoch code. the HyperV hn driver had couple commit since March 12. The commits are about RSC support for packets from same host. Is the NFS server VM running on the same Hyper-V host? If it is easy for your reproduce on the current build, can you try any build before March 12 to see if it is reproducible? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "[email protected]"
