[Bug 199174] em tx and rx hang

2015-05-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199174 --- Comment #15 from Sean Bruno --- (In reply to david.keller from comment #14) Nothing fancy here. Server runs "iperf -p 8000 -s" (8core amd box) Client under test runs this forever: #!/bin/sh FILE=test.out if [ -f ${FILE} ]; then

[Bug 199174] em tx and rx hang

2015-05-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199174 --- Comment #14 from david.kel...@litchis.fr --- (In reply to Sean Bruno from comment #11) Sean, can you provide iperf command lines you used ? -- You are receiving this mail because: You are the assignee for the bug.

[Differential] [Updated, 197 lines] D1944: PF and VIMAGE fixes

2015-05-08 Thread nvass-gmx.com (Nikos Vassiliadis)
nvass-gmx.com updated this revision to Diff 5290. nvass-gmx.com added a comment. Hi, Please review this. It updates the previous patch, with another way to unload pf. Eventhandlers are also touched, they should behave correctly now. CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D194

ipfw dyn_keepalive

2015-05-08 Thread Andrea Venturoli
Hello. I'm having some troubles with dynamic rules and keep-alives... Let's say a client connect to a TCP port on my server and a keep-state rules allows the connection; the connection is setup correctly and some data exchanged. Then there is some minutes of silence and the rule expires. H