Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix itr setting in PF

2017-08-30 Thread Ferruh Yigit
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

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix itr setting in PF

2017-08-28 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Monday, August 28, 2017 8:28 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, Helin ; Lu, Wenzhuo > ; Chen, Jing D ; > sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix itr setting in PF > > On 8/24/2017

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix itr setting in PF

2017-08-28 Thread Ferruh Yigit
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