ソースを参照

It's not just Etherboot that fails to generate TX completions.

tags/v0.9.3
Michael Brown 17年前
コミット
0958726ebb
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      src/arch/i386/drivers/net/undinet.c

+ 2
- 2
src/arch/i386/drivers/net/undinet.c ファイルの表示

@@ -335,8 +335,8 @@ static int undinet_transmit ( struct net_device *netdev,
335 335
 
336 336
 	/* Technically, we ought to make sure that the previous
337 337
 	 * transmission has completed before we re-use the buffer.
338
-	 * However, this would break a gPXE-running-over-Etherboot
339
-	 * setup, since Etherboot fails to generate TX completions.
338
+	 * However, many PXE stacks (including at least some Intel PXE
339
+	 * stacks and Etherboot 5.4) fail to generate TX completions.
340 340
 	 * In practice this won't be a problem, since our TX datapath
341 341
 	 * has a very low packet volume and we can get away with
342 342
 	 * assuming that a TX will be complete by the time we want to

読み込み中…
キャンセル
保存