[dpdk-dev] [PATCH] igb: change default RX wthresh back

2016-04-01 Thread Lu, Wenzhuo
Hi Konstantin, > -Original Message- > From: Ananyev, Konstantin > Sent: Thursday, March 31, 2016 3:30 PM > To: Lu, Wenzhuo; dev at dpdk.org > Cc: Lu, Wenzhuo > Subject: RE: [dpdk-dev] [PATCH] igb: change default RX wthresh back > > > Hi Wenzhuo, > > >

[dpdk-dev] [PATCH] igb: change default RX wthresh back

2016-03-31 Thread Wenzhuo Lu
A problem is found on i350 VF. TX will happen once per 4 packets. If only 1~3 packets are received, they will not be forwarded. The reason is the default RX write-back threshold is changed to 4. This patch changes the value back to 0, so every packet can be handled immediately. Fixes:

[dpdk-dev] [PATCH] igb: change default RX wthresh back

2016-03-31 Thread Ananyev, Konstantin
Hi Wenzhuo, > > A problem is found on i350 VF. TX will happen once per 4 > packets. If only 1~3 packets are received, they will not be > forwarded. > > The reason is the default RX write-back threshold is changed > to 4. This patch changes the value back to 0, so every packet > can be handled