commit | 6e8ab30ec677925e8999a9f5bdb028736d22d48c | [log] [tgz] |
---|---|---|
author | Santiago Leon <santil@linux.vnet.ibm.com> | Fri Sep 03 18:28:36 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 06 18:21:48 2010 -0700 |
tree | 23738f9382f6d0f1b1cd6dba62394ac53aeeb12e | |
parent | f89e49e79f839dbe79364ec6cd7e2274ad11b120 [diff] |
ibmveth: Add scatter-gather support ibmveth can scatter gather up to 6 segments. If we go over this then we have no option but to call skb_linearize, like other drivers with similar limitations do. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Santiago Leon <santil@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>