NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47229 CVS commit: src/sys/dev/pci



The following reply was made to PR kern/47229; it has been noted by GNATS.

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47229 CVS commit: src/sys/dev/pci
Date: Fri, 17 Jul 2020 10:56:15 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Fri Jul 17 10:56:15 UTC 2020
 
 Modified Files:
 	src/sys/dev/pci: if_bnx.c
 
 Log Message:
 if bnx_tx_encap() fails because mbuf is too fragmented or too long,
 drop the mbuf instead of wedging the TX queue forever; found by code inspection
 
 this is quite unlikely scenario since it requires mbuf chain consisting of
 more than 8 frags and m_defrag() failing, so probably unrelated to PR kern/47229
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.104 -r1.105 src/sys/dev/pci/if_bnx.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index