Re: [dpdk-dev] [PATCH v3 0/2] Fix 2 bugs of i40e VF interrupt found in l3fwd-power

2017-11-03 Thread Ferruh Yigit
On 11/3/2017 1:47 AM, Wei Dai wrote: > These 2 bugs can be observed from example/l3fwd-power run with i40e VF > bound to VFIO-PCI. The test steps are as follows: > 1. Disable LSC interrupt by clearing port_conf.intr_conf.lsc=0, as i40e >VF doesn't support LSC interrupt to avoid rte_eth_dev_conf

Re: [dpdk-dev] [PATCH v3 0/2] Fix 2 bugs of i40e VF interrupt found in l3fwd-power

2017-11-03 Thread Dai, Wei
> -Original Message- > From: Dai, Wei > Sent: Friday, November 3, 2017 4:47 PM > To: Wu, Jingjing ; Xing, Beilei > > Cc: dev@dpdk.org; Dai, Wei > Subject: [PATCH v3 0/2] Fix 2 bugs of i40e VF interrupt found in l3fwd-power > > These 2 bugs can be observed from example/l3fwd-power run w

[dpdk-dev] [PATCH v3 0/2] Fix 2 bugs of i40e VF interrupt found in l3fwd-power

2017-11-03 Thread Wei Dai
These 2 bugs can be observed from example/l3fwd-power run with i40e VF bound to VFIO-PCI. The test steps are as follows: 1. Disable LSC interrupt by clearing port_conf.intr_conf.lsc=0, as i40e VF doesn't support LSC interrupt to avoid rte_eth_dev_configure() failure. 2. Create a VF from i40e hos