소스 검색

Kill off the enforced RX quota; it only seems to hurt on real hardware.

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
8624fdc445
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      src/arch/i386/drivers/net/undinet.c

+ 1
- 3
src/arch/i386/drivers/net/undinet.c 파일 보기

@@ -485,8 +485,6 @@ static void undinet_poll ( struct net_device *netdev ) {
485 485
 				 */
486 486
 				if ( undinic->hacks & UNDI_HACK_EB54 )
487 487
 					--last_trigger_count;
488
-				/** HACK: effective RX quota of 1 */
489
-				goto done;
490 488
 			}
491 489
 			break;
492 490
 		case PXENV_UNDI_ISR_OUT_DONE:
@@ -494,7 +492,7 @@ static void undinet_poll ( struct net_device *netdev ) {
494 492
 			undinic->isr_processing = 0;
495 493
 			goto done;
496 494
 		default:
497
-			/* Should never happen */
495
+			/* Should never happen.  VMWare does it routinely. */
498 496
 			DBGC ( undinic, "UNDINIC %p ISR returned invalid "
499 497
 			       "FuncFlag %04x\n", undinic, undi_isr.FuncFlag );
500 498
 			undinic->isr_processing = 0;

Loading…
취소
저장