Kernel Panic while using Solarflare SFN5122F under load.

Status
Not open for further replies.

meanmean

Cadet
Joined
Mar 14, 2018
Messages
2
Hi, I am using a FreeeNAS-11.1 U2 with an SFN5122F. When I mount a samba partition and start some large transfers I end up with a kernel panic:

Code:
panic: P2ROUNDUP(addr + 1, etp->et_enp->en_nic_cfg.enc_tx_dma_desc_boundary) >= addr + size										 
cpuid = 2																														   
KDB: stack backtrace:																											   
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe085ceeede0													 
vpanic() at vpanic+0x186/frame 0xfffffe085ceeee60																				   
panic() at panic+0x43/frame 0xfffffe085ceeeec0																					 
siena_tx_qdesc_dma_create() at siena_tx_qdesc_dma_create+0x95/frame 0xfffffe085ceeeef0											 
sfxge_tx_qdpl_service() at sfxge_tx_qdpl_service+0x708/frame 0xfffffe085ceef220													 
sfxge_if_transmit() at sfxge_if_transmit+0x22c/frame 0xfffffe085ceef270															 
ether_output() at ether_output+0x6eb/frame 0xfffffe085ceef310																	   
ip_output() at ip_output+0x1308/frame 0xfffffe085ceef440																			
tcp_output() at tcp_output+0x1a15/frame 0xfffffe085ceef5f0																		 
tcp_usr_ready() at tcp_usr_ready+0x1e0/frame 0xfffffe085ceef640																	 
sendfile_iodone() at sendfile_iodone+0xe2/frame 0xfffffe085ceef680																 
vn_sendfile() at vn_sendfile+0xfdb/frame 0xfffffe085ceef8e0																		 
sendfile() at sendfile+0x145/frame 0xfffffe085ceef980																			   
amd64_syscall() at amd64_syscall+0xa4a/frame 0xfffffe085ceefab0																	 
Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe085ceefab0																	 
--- syscall (393, FreeBSD ELF64, sys_sendfile), rip = 0x8043ec07a, rsp = 0x7fffffffe828, rbp = 0x7fffffffe900 ---				   
KDB: enter: panic


This doesn't seem to be related to any obvious issues such as CPU Temp etc... and I have no issue with the Realtek interface on the NAS.

Any ideas?
 
D

dlavigne

Guest
Well, the Realtek isn't helping as it won't be able to handle load (replace it with one of the inexpensive Intels recommended in the Hardware Recommendations PDF).

What are the hardware specs for this system?
 

meanmean

Cadet
Joined
Mar 14, 2018
Messages
2
Thanks for the response,

The mention of the Realtek was simply to note that just accessing the system didn't cause any issues. The primary interface for file sharing is through the SFN5122F.

The NAS specs are:

i5-2400 with 32GB of DDR3
Motherboard: h67a-g43 (b3)
4x WD 2TB Greens
SFN5122F Direct Attached (Passive Copper,10GBE,MTU=9000) to a 2012 Mac Pro (SFN5122F) and a Linux Box (mellanox connectx-2).
Realtek 8111E

All connections are on separate subnets. Only, the Realtek interface has access to the internet through the LAN.
Running SMB, AFS, and a jail with plex.

Note: This seems to be an issue for other Solar Flare Cards: https://forums.freenas.org/index.php?threads/kernel-panic-on-11-1-with-sfn5162f.59443/but is fixed in FreeBSD upstream.
 
Last edited:
D

dlavigne

Guest
Did you check to see if anyone took the time to report a bug? If not, please create one and post the issue number here.
 
Status
Not open for further replies.
Top