Bug 70860

Summary: 5.3-BETA1 lnc driver on vlance interface under VMWare ESX 2.1.1 not working
Product: Base System Reporter: Henri Hennebert <hlh>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Henri Hennebert 2004-08-23 14:30:22 UTC
FreeBSD running under VMWare ESX server 2.1.1 - virtual network adapter
defined as 'vlance'

I upgrade a VM from 5.2-CURRENT (Aug 23 2004) to 5.3-BETA1.

In 5.2-CURRENT lnc driver output, from time to time:
lnc0: Missed packet -- no receive buffer
but the network connection to/from the VM was OK

In 5.3-BETA1 I get the same error but this time fallowed by:
last message repeated 1432 times (for example)
and the network is completely unusable.

How-To-Repeat: I reboot the VM, the problem is the same; other VM have access to the
world without problem.
Comment 1 Maxim Konovalov 2004-08-23 14:41:48 UTC
mux has just fixed this issue in -current:

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=492534+0+current/cvs-all

Could you please try this patch and report it works for you:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/lnc/if_lnc_pci.c.diff?r1=1.34&r2=1.35

-- 
Maxim Konovalov
Comment 2 Henri Hennebert 2004-08-23 15:40:23 UTC
The patch work great for me - no more error message and the
network is back online!

Thank you.

Henri
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2004-08-23 16:50:06 UTC
State Changed
From-To: open->closed

mux@ has fixed this problem in -CURRENT and I hope will MFC the fix 
into RELENG_5 soon.