ibmveth: Add scatter-gather support
authorSantiago Leon <santil@linux.vnet.ibm.com>
Fri, 3 Sep 2010 18:28:36 +0000 (18:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Sep 2010 01:21:48 +0000 (18:21 -0700)
commit6e8ab30ec677925e8999a9f5bdb028736d22d48c
tree23738f9382f6d0f1b1cd6dba62394ac53aeeb12e
parentf89e49e79f839dbe79364ec6cd7e2274ad11b120
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>
drivers/net/ibmveth.c