[Bug 221317] Netmap issue after ixgbe driver update in r320897

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221317 --- Comment #29 from Sylvain Galliano --- (In reply to Stephen Hurd from comment #28) Patch with error logs applied: I do not have any error log before issue to appear. -- You are receiving this mail because: You

[Bug 227461] [hast] regression, unable to start hast, pid XXX (hastd), uid 0: exited on signal 6 (core dumped)

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227461 Eugene Grosbein changed: What|Removed |Added CC|

Re: QOS/TOS in carp/freebsd in general

2018-04-16 Thread Lee Brown
On Mon, Apr 16, 2018 at 1:27 AM, Tom Jones wrote: > On Sun, Apr 15, 2018 at 04:30:45PM -0400, Nick Wolff wrote: > > Hi, > > > > I currently have a review in to make carp use dscp values on outgoing > > packets. This will make it easier to preform QOS on modern switches as

Re: High rate of NFS cache misses after upgrading from 10.3-prerelease to 11.1-release

2018-04-16 Thread Rick Macklem
Niels Kobschaetzki wrote: [stuff smipped] >I just checked the code to see if I can figure out where exactly I have >to put the printf(). And then I saw that there are ifdefs for >NFS_ACDEBUG which seems to be a kernel option. When I add NFS_ACDEBUG in >the config-file for the kernel, the build

[Bug 194515] [pf] [vnet] Fatal Trap 12 Kernel with vimage

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194515 --- Comment #23 from Eugene Grosbein --- It seems the problem was fixed with r302156 before stable/11 was branched but never merged to stable/10. -- You are receiving this mail because: You are on the CC list for the

Re: QOS/TOS in carp/freebsd in general

2018-04-16 Thread Tom Jones
On Sun, Apr 15, 2018 at 04:30:45PM -0400, Nick Wolff wrote: > Hi, > > I currently have a review in to make carp use dscp values on outgoing > packets. This will make it easier to preform QOS on modern switches as we > have been able to drive carp insane on 10g links while throwing storage >

[Bug 194515] [pf] [vnet] Fatal Trap 12 Kernel with vimage

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194515 Eugene Grosbein changed: What|Removed |Added CC|

[Bug 194515] [pf] [vnet] Fatal Trap 12 Kernel with vimage

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194515 Eugene Grosbein changed: What|Removed |Added See Also|https://reviews.freebsd.org

[Bug 194515] [pf] [vnet] Fatal Trap 12 Kernel with vimage

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194515 Eugene Grosbein changed: What|Removed |Added Assignee|n...@freebsd.org

[Bug 194515] [pf] [vnet] Fatal Trap 12 Kernel with vimage

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194515 Kubilay Kocak changed: What|Removed |Added Keywords|needs-qa|crash -- You

Re: High rate of NFS cache misses after upgrading from 10.3-prerelease to 11.1-release

2018-04-16 Thread Niels Kobschätzki
On 04/17/2018 01:03 AM, Rick Macklem wrote: > Niels Kobschaetzki wrote: > [stuff smipped] >> I just checked the code to see if I can figure out where exactly I have >> to put the printf(). And then I saw that there are ifdefs for >> NFS_ACDEBUG which seems to be a kernel option. When I add

Re: High rate of NFS cache misses after upgrading from 10.3-prerelease to 11.1-release

2018-04-16 Thread Niels Kobschaetzki
On 04/14/2018 03:49 AM, Rick Macklem wrote: > If you go into ncl_getattrcache() {it's in sys/fs/nfsclient/nfs_clsubs.c} > and add a printf() for "time_second" and "np->n_mtime.tv_sec" near the > top, where it calculates "timeo" from it. > Running this hacked kernel might show you if either of