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 7322E282; Fri, 14 Apr 2017 18:46:08 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Apr 2017 09:46:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,199,1488873600"; d="scan'208";a="1155963816" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 14 Apr 2017 09:46:05 -0700 To: "Mcnamara, John" , "Wu, Jingjing" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <1491890238-26726-1-git-send-email-jingjing.wu@intel.com> From: Ferruh Yigit Message-ID: <2ae1862b-64e1-b97d-8485-69d5235725f8@intel.com> Date: Fri, 14 Apr 2017 17:46:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v2] doc: fix description on intel VFs X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2017 16:46:09 -0000 On 4/14/2017 5:07 PM, Mcnamara, John wrote: > > >> -----Original Message----- >> From: Wu, Jingjing >> Sent: Tuesday, April 11, 2017 6:57 AM >> To: Mcnamara, John >> Cc: Wu, Jingjing ; dev@dpdk.org; stable@dpdk.org >> Subject: [PATCH v2] doc: fix description on intel VFs >> >> This patch corrects the description on Physical and Virtual Function >> Infrastructure of Intel NICs. The RSS part description should belong to >> ixgbe but not i40e. >> This patch also add more notes to describe the queue number on Intel >> X710/XL710 NICs. >> >> Fixes: b9fcaeec5fc0 ("doc: add ixgbe VF RSS guide") >> Cc: stable@dpdk.org >> Signed-off-by: Jingjing Wu > > > Acked-by: John McNamara Applied to dpdk-next-net/master, thanks.