commit | c023cd8898dbee857c8e82b357b4e68dc2d9561d | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Aug 26 07:43:43 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Sep 19 23:57:42 2011 -0700 |
tree | 48c0b10648e0d0cb5150f5c3e17397b6ea72b92d | |
parent | 44390ca6cb3d4d3c7c4078bafde11073b5268150 [diff] |
igb: streamline Rx buffer allocation and cleanup This change is meant to streamline the Rx buffer allocation and cleanup. This is accomplished by reducing the number of writes by only having the Rx descriptor ring written by software during allocation, and it will only be read during cleanup. 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>