Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2019 12:50:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236659] kernel page fault panic when chelsio cxgbei iscsi offload engine is enabled in ctld
Message-ID:  <bug-236659-227-6p8JHKv4Qd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236659-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236659-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236659

--- Comment #2 from Markus Wild <freebsd-bugs@virtualtec.ch> ---
Since the panic happens in rt_tables_get_rnh_ptr (table=3D0, fam=3D2) at
/usr/src/sys/net/route.c:193, which uses a VIMAGE wrapper macro, I compiled=
 a
custom
kernel using:

include GENERIC

nooptions       VIMAGE


and I'm since stress testing the server, not a single panic. I got one=20
complete stall of iscsi communication though logged with messages like:

[...]
Mar 21 11:38:14 zrhcz-nas5 kernel: WARNING: 10.140.4.15
(iqn.1998-01.com.vmware:5c80f357-6a29-a734-fef3-001b21d8e459-24252974): rece
ived PDU with CmdSN 1750169998, while expected 4482310
Mar 21 11:38:14 zrhcz-nas5 kernel: WARNING: 10.140.4.15
(iqn.1998-01.com.vmware:5c80f357-6a29-a734-fef3-001b21d8e459-24252974): rece
ived Data-Out PDU with DataSN 4, while expected 2; dropping connection
[...]

and vsphere losing the datastore, but after setting dev.t5nex.0.toe.ddp=3D0
this incident hasn't returned so far.=20

My conclusion: the chelsio driver isn't quite VIMAGE clean yet.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236659-227-6p8JHKv4Qd>