From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5B79B2BBE for ; Mon, 3 Apr 2017 14:28:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491222529; x=1522758529; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=PyQnHD760Zehf19uq7sHtkaZYsWrO71n+w6+ATruYg8=; b=C/CYJMqssk6GC0GHB+HkxHYb2fTGovP1F6R+zS3Ptq+/zuQwQEKZDBj+ aBI8w6gFHQkbarh17RubI8NPxbtkBA==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 05:28:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,270,1486454400"; d="scan'208";a="84027749" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 03 Apr 2017 05:28:46 -0700 To: "Mcnamara, John" , "Rosen, Rami" , "dev@dpdk.org" References: <20170403041211.15373-1-rami.rosen@intel.com> Cc: "Wu, Jingjing" From: Ferruh Yigit Message-ID: <283c5283-0d89-b4d1-7ef3-2f386552b3bb@intel.com> Date: Mon, 3 Apr 2017 13:28:46 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 12:28:49 -0000 On 4/3/2017 8:08 AM, Mcnamara, John wrote: > > >> -----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. >> >> 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. >> >> Signed-off-by: Rami Rosen > > Acked-by: John McNamara Applied to dpdk-next-net/master, thanks.