From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4248A2030 for ; Tue, 18 Jul 2017 16:59:34 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2017 07:59:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,378,1496127600"; d="scan'208";a="109295173" Received: from jasonten-mobl.gar.corp.intel.com (HELO [10.255.138.52]) ([10.255.138.52]) by orsmga004.jf.intel.com with ESMTP; 18 Jul 2017 07:59:23 -0700 To: Qi Zhang , thomas.monjalon@6wind.com Cc: john.mcnamara@intel.com, dev@dpdk.org References: <20170703035754.4622-1-qi.z.zhang@intel.com> <20170718095214.40455-1-qi.z.zhang@intel.com> From: Ferruh Yigit Message-ID: Date: Tue, 18 Jul 2017 15:59:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170718095214.40455-1-qi.z.zhang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] doc: add known issue for i40e VF performance 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: Tue, 18 Jul 2017 14:59:34 -0000 On 7/18/2017 10:52 AM, Qi Zhang wrote: > VF performance is limited by the kernel PCI extended tag setting. > Update the document to explain the known issue and the workaround. > > Signed-off-by: Qi Zhang Applied to dpdk-next-net/master, thanks.