From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yong Liu Subject: [PATCH] doc: update user guide about e1000em limitations Date: Fri, 30 Oct 2015 17:23:08 +0800 Message-ID: <1446196988-3634-1-git-send-email-yong.liu@intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 23D0D8DAC for ; Fri, 30 Oct 2015 10:26:33 +0100 (CET) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update interrupt related limitations for e1000em nic. It only support one interrupt source and not support auto-clear. Signed-off-by: Marvin Liu diff --git a/doc/guides/nics/e1000em.rst b/doc/guides/nics/e1000em.rst index fedafad..a84e8e1 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 support 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 waked up. -- 1.9.3