summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2017-02-06 18:25:41 -0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2017-03-17 12:11:44 -0700
commit7ec0116c9131a8cd58dc456ae2bd5bc9976460d1 (patch)
tree95779db3ed1419a7ab5caa68c4bff439dadf7226 /tools/perf/scripts/python
parent7bd175928280c3e5d741cb9948cffaa61b7cc7c6 (diff)
downloadkernel-7ec0116c9131a8cd58dc456ae2bd5bc9976460d1.tar.gz
igb: Use length to determine if descriptor is done
This change makes it so that we use the length of the packet instead of the DD status bit to determine if a new descriptor is ready to be processed. The obvious advantage is that it cuts down on reads as we don't really even need the DD bit if going from a 0 to a non-zero value on size is enough to inform us that the packet has been completed. In addition I have updated the code so that we only reset the Rx descriptor length for descriptor zero when resetting a ring instead of having to do a memset with 0 over the entire ring. By doing this we can save some time on initialization. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
id=df545d1cd01aab3ba3f687d5423e6c3687b069d8'>mfd: palmas: Provide irq flags through DT/platform dataLaxman Dewangan 2013-02-14mfd: palmas: Add rtc irq number as irq resource for palmas-rtcLaxman Dewangan 2012-11-28mfd: remove use of __devinitdataBill Pemberton 2012-11-28mfd: remove use of __devinitBill Pemberton 2012-09-23mfd: palmas: Add device tree handling to mfdGraeme Gregory 2012-09-23mfd: palmas: Add pdata/data for rest of childrenGraeme Gregory 2012-09-21mfd: palmas: Switch to linear domain in all casesGraeme Gregory 2012-09-21mfd: palmas: Improve the error exit pathGraeme Gregory 2012-09-17mfd: palmas: Drop kfree of devm_kzalloc's dataJulia Lawall 2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown 2012-07-09mfd: Add missing hunk to change palmas irq to clear on readGraeme Gregory 2012-07-09mfd: Fix palmas regulator pdata missingGraeme Gregory 2012-07-09mfd: Add terminating entry for i2c_device_id palmas tableAxel Lin 2012-05-18mfd: palmas PMIC device supportGraeme Gregory