From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix itr setting in PF Date: Mon, 28 Aug 2017 13:27:33 +0100 Message-ID: References: <1503539871-104127-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, helin.zhang@intel.com, wenzhuo.lu@intel.com, jing.d.chen@intel.com, stable@dpdk.org To: Jingjing Wu , beilei.xing@intel.com Return-path: In-Reply-To: <1503539871-104127-1-git-send-email-jingjing.wu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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/