X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fe1000em.rst;h=265b147a0a0367e6276127e2b0861699eeeb78ae;hb=0392743c3f0928fb0f7a161d9131d2a174b5c994;hp=fedafad4120d1c2cd6bfdd55e95d8dc1bb392b93;hpb=972e365bfe7aab7d51d2b5e48230a7d145e68463;p=dpdk.git diff --git a/doc/guides/nics/e1000em.rst b/doc/guides/nics/e1000em.rst index fedafad412..265b147a0a 100644 --- a/doc/guides/nics/e1000em.rst +++ b/doc/guides/nics/e1000em.rst @@ -176,3 +176,7 @@ The following are known limitations: testpmd [options] -- --mbuf-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.