commit | 4c844851d15cc08d995179ab5118172711be6eb0 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Oct 27 15:52:07 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 28 01:20:28 2009 -0700 |
tree | 1dff1bd32ce280080730ccedf75846a34a6082e0 | |
parent | 80785298aa5b6f2005a34afb97457ae7a65af270 [diff] |
igb: move rx_buffer_len into the ring structure This patch moves the rx_buffer_len value into the ring structure. This allows greater flexibility and the option of doing things such as supporting packet split only on some queues, or enabling virtualization. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>