From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id CAFC2DE5 for ; Mon, 3 Apr 2017 09:09:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491203351; x=1522739351; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=+wYOCbOvnJ1WiOqn+6rz/hAoO2GK7g9dOEIqss+QylE=; b=Svfr7e+zGo2XKb3lptdA1xpkX17QEYYlrzRKR+A1m253O8BaWBQNzjr9 EuoFOtUgtQhrzy0Ry09m7nX22sef1Q==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 00:09:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,269,1486454400"; d="scan'208";a="72967544" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga004.jf.intel.com with ESMTP; 03 Apr 2017 00:08:56 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX102.ger.corp.intel.com ([169.254.2.153]) with mapi id 14.03.0319.002; Mon, 3 Apr 2017 08:08:55 +0100 From: "Mcnamara, John" To: "Rosen, Rami" , "dev@dpdk.org" CC: "Wu, Jingjing" , "Rosen, Rami" Thread-Topic: [dpdk-dev] [PATCH ] doc: Fix a typo in a section about i40e PMD limitation. Thread-Index: AQHSq/X92MG10R95KkKh88o2JRggC6GzOjuw Date: Mon, 3 Apr 2017 07:08:54 +0000 Message-ID: References: <20170403041211.15373-1-rami.rosen@intel.com> In-Reply-To: <20170403041211.15373-1-rami.rosen@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTFlMTJlNTUtODIwMy00YjgyLWFjZTctZDU1MDVlYzk5MjI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlkwV0hNTUthTHZFTllxZjVKdjlJMlJiZnFXMWhlQ0tvOE90ckpMaDlzUWs9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH ] doc: Fix a typo in a section about i40e PMD limitation. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 07:09:11 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Monday, April 3, 2017 5:12 AM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Rosen, Rami > > Subject: [dpdk-dev] [PATCH ] doc: Fix a typo in a section about i40e PMD > limitation. >=20 > This patch fixes a trivial typo in i40e documentation; commit edf1b ("add > limitations for i40e PMD") added a comment about the behaviour upon DPDK > application quit; however, it was wrongly titled as "after DPDK > application exist" instead of "after DPDK application exit", and this > trivial patch fixes it. >=20 > Signed-off-by: Rami Rosen Acked-by: John McNamara