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: Wed, 30 Aug 2017 09:58:07 +0100 Message-ID: <2afe35eb-8548-22fa-e8b4-76b063010480@intel.com> 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: 7bit 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") > Cc: stable@dpdk.org > Signed-off-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.