commit | ab7e11d9d0293ef1802d6ae8aab39ce58472b167 | [log] [tgz] |
---|---|---|
author | Ian Campbell <Ian.Campbell@citrix.com> | Mon Aug 29 23:18:30 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 30 17:58:03 2011 -0400 |
tree | a8de65ffad9f604a68ac6dddbc480c323905ab77 | |
parent | 2234a722394cf5b9fdcbf5459678fdee450e54f4 [diff] |
greth: convert to SKB paged frag API. In order to avoid long lines also use phys_to_virt(page_to_phys(page)) => page_address(page) (since the are effectively the same thing for lowmem pages). Also dump the frag's size instead of the headlen when dumping a frag. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>