[dpdk-dev] [PATCH] igb: fix i350 VF RX issue

2016-04-05 Thread Lu, Wenzhuo
Hi Thomas, > > Missing Signed-off-by Sorry for this mistake, will correct it with a V2.

[dpdk-dev] [PATCH] igb: fix i350 VF RX issue

2016-04-01 Thread Thomas Monjalon
2016-04-01 10:08, Wenzhuo Lu: > A problem is found on i350 VF. We found TX will happen once > per 4 packets. If only 1~3 packets are received, they will > not be forwarded. But the real problem is on RX side. The > reason is the default RX write-back threshold is changed to > 4, so every first 3

[dpdk-dev] [PATCH] igb: fix i350 VF RX issue

2016-04-01 Thread Ananyev, Konstantin
> -Original Message- > From: Lu, Wenzhuo > Sent: Friday, April 01, 2016 3:09 AM > To: dev at dpdk.org > Cc: Ananyev, Konstantin > Subject: [PATCH] igb: fix i350 VF RX issue > > A problem is found on i350 VF. We found TX will happen once > per 4 packets. If only 1~3 packets are received,

[dpdk-dev] [PATCH] igb: fix i350 VF RX issue

2016-04-01 Thread Wenzhuo Lu
A problem is found on i350 VF. We found TX will happen once per 4 packets. If only 1~3 packets are received, they will not be forwarded. But the real problem is on RX side. The reason is the default RX write-back threshold is changed to 4, so every first 3 packets may be hung there. This patch