From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 79E0E1B53; Mon, 28 Aug 2017 14:27:37 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2017 05:27:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,441,1498546800"; d="scan'208";a="123237928" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 28 Aug 2017 05:27:34 -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: Date: Mon, 28 Aug 2017 13:27:33 +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: 8bit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix itr setting in PF 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: Mon, 28 Aug 2017 12:27:38 -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") > Signed-off-by: Jingjing Wu > Cc: stable@dpdk.org Hi Jingjing, Beilei, Is there a dependency between this patch and the Beilei's patchset to unify DPDK and Linux PF [1]? http://dpdk.org/dev/patchwork/patch/27752/