Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-12 Thread Hans Petter Selasky
On 2020-02-12 18:22, Gleb Smirnoff wrote: Hans already checked in his patch. Great! You're welcome. Glad it worked. --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send

Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-12 Thread Gleb Smirnoff
On Wed, Feb 12, 2020 at 09:18:32AM -0800, Gleb Smirnoff wrote: T> On Wed, Feb 12, 2020 at 07:41:54PM +0300, y...@mm.st wrote: T> y> Gleb Smirnoff wrote: T> y> > On Wed, Feb 12, 2020 at 09:49:12AM +0300, y...@mm.st wrote: T> y> > y> Getting the following panic after updating to r357793 (expect

Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-12 Thread Gleb Smirnoff
On Wed, Feb 12, 2020 at 07:41:54PM +0300, y...@mm.st wrote: y> Gleb Smirnoff wrote: y> > On Wed, Feb 12, 2020 at 09:49:12AM +0300, y...@mm.st wrote: y> > y> Getting the following panic after updating to r357793 (expect typos, hand y> > y> copied): y> > y> y> > y> panic: Assertion

Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-12 Thread yp
Gleb Smirnoff wrote: On Wed, Feb 12, 2020 at 09:49:12AM +0300, y...@mm.st wrote: y> Getting the following panic after updating to r357793 (expect typos, hand y> copied): y> y> panic: Assertion in_epoch(net_epoch_preempt) failed at y> /usr/src/sys/net/iflib.c:2762 y> y> db_trace_self_wrapper() y>

Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-12 Thread Gleb Smirnoff
On Wed, Feb 12, 2020 at 09:49:12AM +0300, y...@mm.st wrote: y> Getting the following panic after updating to r357793 (expect typos, hand y> copied): y> y> panic: Assertion in_epoch(net_epoch_preempt) failed at y> /usr/src/sys/net/iflib.c:2762 y> y> db_trace_self_wrapper() y> vpanic() y> panic()

Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-12 Thread Hans Petter Selasky
On 2020-02-12 10:10, y...@mm.st wrote: Hans Petter Selasky wrote: Hi, Does the attached patch fix the issue? It seems to help, yes, at least no panic right after the boot. Let us know if this happens again. There is currently some ongoing work in this area.

Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-12 Thread yp
Hans Petter Selasky wrote: Hi, Does the attached patch fix the issue? It seems to help, yes, at least no panic right after the boot. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-12 Thread Hans Petter Selasky
Hi, Does the attached patch fix the issue? --HPS Index: sys/net/iflib.c === --- sys/net/iflib.c (revision 357799) +++ sys/net/iflib.c (working copy) @@ -6060,6 +6060,7 @@ gtask = >ifc_txqs[qid].ift_task; tqg =

Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-11 Thread yp
Warner Losh wrote: Which driver does your system use? em0: mem 0x5430-0x5431 at device 31.6 on pci0 em0: Using 1024 TX descriptors and 1024 RX descriptors em0: Using an MSI interrupt em0: netmap queues/slots: TX 1/1024, RX 1/1024 On Tue, Feb 11, 2020 at 11:49 PM wrote: Getting

Re: panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-11 Thread Warner Losh
Which driver does your system use? Warner On Tue, Feb 11, 2020 at 11:49 PM wrote: > Getting the following panic after updating to r357793 (expect typos, > hand copied): > > panic: Assertion in_epoch(net_epoch_preempt) failed at > /usr/src/sys/net/iflib.c:2762 > > db_trace_self_wrapper() >

panic: Assertion in_epoch(net_epoch_preempt) failed, r357793

2020-02-11 Thread yp
Getting the following panic after updating to r357793 (expect typos, hand copied): panic: Assertion in_epoch(net_epoch_preempt) failed at /usr/src/sys/net/iflib.c:2762 db_trace_self_wrapper() vpanic() panic() iflib_rxeof() _task_fn_rx() gtaskqueue_run_locked() gtaskqueue_thread_loop()