From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6F471E62 for ; Fri, 7 Aug 2015 05:47:47 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 06 Aug 2015 20:47:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,627,1432623600"; d="scan'208";a="743878143" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by orsmga001.jf.intel.com with ESMTP; 06 Aug 2015 20:47:45 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 7 Aug 2015 11:47:41 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.45]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.143]) with mapi id 14.03.0224.002; Fri, 7 Aug 2015 11:47:40 +0800 From: "Zhou, Danny" To: "Liang, Cunming" , "dev@dpdk.org" Thread-Topic: [PATCH v1] doc: prog_guide update for RX interrupt event Thread-Index: AQHQz+5Nom6T9iKeSkCV6F2Rx0JMe53/5nfwgAAAKeA= Date: Fri, 7 Aug 2015 03:47:39 +0000 Message-ID: References: <1438827550-11660-1-git-send-email-cunming.liang@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] doc: prog_guide update for RX interrupt event 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, 07 Aug 2015 03:47:48 -0000 > -----Original Message----- > From: Liang, Cunming > Sent: Thursday, August 06, 2015 10:19 AM > To: dev@dpdk.org > Cc: Mcnamara, John; david.marchand@6wind.com; Liang, Cunming > Subject: [PATCH v1] doc: prog_guide update for RX interrupt event >=20 > The patch updates the env_abstraction_layer.rst part in prog_guide. > It adds the RX interrupt event declaration and revises the others in inte= rrupt event section. >=20 > Signed-off-by: Cunming Liang Acked-by: Danny Zhou