[dpdk-dev] [PATCH] igb: set default thresholds correctly based on mac type

2016-02-16 Thread Bruce Richardson
On Mon, Feb 01, 2016 at 02:59:13AM +, Lu, Wenzhuo wrote: > > > > -Original Message- > > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > > Sent: Friday, January 22, 2016 9:39 AM > > To: Lu, Wenzhuo > > Cc: dev at dpdk.org; Stephen Hemminger > > Subject: [PATCH] igb:

[dpdk-dev] [PATCH] igb: set default thresholds correctly based on mac type

2016-02-01 Thread Lu, Wenzhuo
> -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Friday, January 22, 2016 9:39 AM > To: Lu, Wenzhuo > Cc: dev at dpdk.org; Stephen Hemminger > Subject: [PATCH] igb: set default thresholds correctly based on mac type > > This brings the DPDK

[dpdk-dev] [PATCH] igb: set default thresholds correctly based on mac type

2016-01-21 Thread Stephen Hemminger
This brings the DPDK igb driver inline with the behavior used by the current Linux driver. The IGB hardware has several different MAC types and the threshold values that work vary based on the hardware. Since DPDK 1.8 it has been up to devices to provide the correct default configuration