commit | de78d1f9c83d0aceca42c17abbbf730ebdc2fc6e | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Sep 25 00:31:12 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Oct 19 04:34:35 2012 -0700 |
tree | 8a44db40745b7e1be95ceb82cbf8e9f9bd8758eb | |
parent | 2e334eee9bef61505b6727b356e724033da55ae3 [diff] |
igb: Lock buffer size at 2K even on systems with larger pages This change locks us in at 2K buffers even on a system that supports larger frames. The reason for this change is to make better use of pages and to reduce the overall truesize of frames generated by igb. 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>