problem with rtl8139 driver (lost packets or interrupt lag)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
ehenkes
Member
Member
Posts: 124
Joined: Mon Mar 23, 2009 3:15 am
Location: Germany
Contact:

problem with rtl8139 driver (lost packets or interrupt lag)

Post by ehenkes »

I have a problem with my rtl8139 driver (with pcnet everything runs smoothly). Beginning from the second tcp connection (the 1st runs fast) we lose incoming packets. There seems to be a lag (3rd retransmission pushes the packet). Can anybody find the error:
http://pastebin.com/Msqhxs6Y rtl8139.c
User avatar
ehenkes
Member
Member
Posts: 124
Joined: Mon Mar 23, 2009 3:15 am
Location: Germany
Contact:

Re: problem with rtl8139 driver (lost packets or interrupt l

Post by ehenkes »

I found the solution. Thx, can be closed.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Re: problem with rtl8139 driver (lost packets or interrupt l

Post by 01000101 »

ehenkes wrote:I found the solution. Thx, can be closed.
Could you elaborate for future reference?
Post Reply