e1000: add interrupt limitations in guide
authorYong Liu <yong.liu@intel.com>
Fri, 30 Oct 2015 09:23:08 +0000 (17:23 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 14 Dec 2015 00:06:31 +0000 (01:06 +0100)
Update interrupt related limitations for e1000em nic.
It only support one interrupt source and not support auto-clear.

Signed-off-by: Marvin Liu <yong.liu@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/nics/e1000em.rst

index fedafad..265b147 100644 (file)
@@ -176,3 +176,7 @@ The following are known limitations:
     testpmd [options] -- --mbuf-size=<your-max-packet-size>
 
 #.  Qemu e1000 does not validate the checksum of incoming packets.
     testpmd [options] -- --mbuf-size=<your-max-packet-size>
 
 #.  Qemu e1000 does not validate the checksum of incoming packets.
+
+#.  Qemu e1000 only supports one interrupt source, so link and Rx interrupt should be exclusive.
+
+#.  Qemu e1000 does not support interrupt auto-clear, application should disable interrupt immediately when woken up.