commit | e5e67305885eb12849b5475764b0542f03dc2b59 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Feb 08 10:17:15 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 08 17:33:35 2013 -0500 |
tree | beff2a5540f816b58213da8af6275f7be81a86a7 | |
parent | bfb235d78387c4fd38e296ed7bd9a4f2b0a5b2b9 [diff] |
skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE In order to address the fact that some devices cannot support the full 32K frag size we need to have the value accessible somewhere so that we can use it to do comparisons against what the device can support. As such I am moving the values out of skbuff.c and into skbuff.h. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>