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 4C49C29D6; Wed, 30 Aug 2017 10:58:11 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Aug 2017 01:58:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,448,1498546800"; d="scan'208";a="123964880" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.4.117]) ([10.252.4.117]) by orsmga004.jf.intel.com with ESMTP; 30 Aug 2017 01:58:08 -0700 To: Jingjing Wu , beilei.xing@intel.com Cc: dev@dpdk.org, helin.zhang@intel.com, wenzhuo.lu@intel.com, jing.d.chen@intel.com, stable@dpdk.org References: <1503539871-104127-1-git-send-email-jingjing.wu@intel.com> From: Ferruh Yigit Message-ID: <2afe35eb-8548-22fa-e8b4-76b063010480@intel.com> Date: Wed, 30 Aug 2017 09:58:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1503539871-104127-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix itr setting in PF 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: Wed, 30 Aug 2017 08:58:11 -0000 On 8/24/2017 2:57 AM, Jingjing Wu wrote: > As no matter the PF host driver is DPDK or other kernel drivers, > they are sharing the same virtchnnl interfaces to communicate to > VFs. To follow the generic interface, DPDK PF need to set ITR > index according to the rxitr_idx from virtchnnl instead of > ITR_NONE. > > Fixes: 6d59e4ea74a6 ("net/i40e: change version number to support Linux VF") > Cc: stable@dpdk.org > Signed-off-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.