Re: [dpdk-dev] [v4] net/i40e: fix vf runtime queues rss config

2019-08-12 Thread Xing, Beilei
Hi, > -Original Message- > From: Zhang, Xiao > Sent: Tuesday, August 13, 2019 1:44 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Xiao ; > sta...@dpdk.org > Subject: [v4] net/i40e: fix vf runtime queues rss config > > I40evf queue can not work properly with kernel pf driver. Eg. when c

Re: [dpdk-dev] [v4] net/i40e: fix vf runtime queues rss config

2019-08-12 Thread Aaron Conole
Xiao Zhang writes: > I40evf queue can not work properly with kernel pf driver. Eg. when > configure 8 queues pair, only 4 queues can receive packets, and half > packets will be lost if using 2 queues pair. > This issue is caused by misconfiguration of look up table, use aq command > to setup the

[dpdk-dev] [v4] net/i40e: fix vf runtime queues rss config

2019-08-12 Thread Xiao Zhang
I40evf queue can not work properly with kernel pf driver. Eg. when configure 8 queues pair, only 4 queues can receive packets, and half packets will be lost if using 2 queues pair. This issue is caused by misconfiguration of look up table, use aq command to setup the lut to make it work properly.