From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9294AC11C for ; Fri, 13 Nov 2015 18:26:55 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 13 Nov 2015 09:26:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,288,1444719600"; d="scan'208";a="819301572" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga001.jf.intel.com with ESMTP; 13 Nov 2015 09:26:30 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 13 Nov 2015 17:26:28 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by irsmsx155.ger.corp.intel.com ([169.254.14.150]) with mapi id 14.03.0248.002; Fri, 13 Nov 2015 17:26:28 +0000 From: "Mcnamara, John" To: "Liu, Yong" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: update user guide about e1000em limitations Thread-Index: AQHREvUqDqoP78Rj6UaTETqzKtAcO56aSi+Q Date: Fri, 13 Nov 2015 17:26:27 +0000 Message-ID: References: <1446196988-3634-1-git-send-email-yong.liu@intel.com> In-Reply-To: <1446196988-3634-1-git-send-email-yong.liu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: update user guide about e1000em limitations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 17:26:56 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yong Liu > Sent: Friday, October 30, 2015 9:23 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: update user guide about e1000em > limitations >=20 > Update interrupt related limitations for e1000em nic. > It only support one interrupt source and not support auto-clear. >=20 > Signed-off-by: Marvin Liu >=20 > 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=3D >=20 > #. 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. Hi Marvin, Thanks for the clarification. Two minor typos: Qemu e1000 only supports one interrupt source ... ... disable interrupt immediately when woken up. When changes are made: Acked-by: John McNamara