]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit711f90e197cbd3bc28519ab864d768e8fc213745
tree23738f9382f6d0f1b1cd6dba62394ac53aeeb12e
parent9a823ecfac78a6bec709d3db5c9383e71474e394
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