diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-16 08:26:06 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-16 08:26:06 +0100 |
commit | 89319d3801d1d3ac29c7df1f067038986f267d29 (patch) | |
tree | a717482d5cdfe9d50bed14a2114ece905b5e88d7 /net/dcb/dcbnl.c | |
parent | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... (diff) | |
download | linux-89319d3801d1d3ac29c7df1f067038986f267d29.tar.xz linux-89319d3801d1d3ac29c7df1f067038986f267d29.zip |
net: Add frag_list support to skb_segment
This patch adds limited support for handling frag_list packets in
skb_segment. The intention is to support GRO (Generic Receive Offload)
packets which will be constructed by chaining normal packets using
frag_list.
As such we require all frag_list members terminate on exact MSS
boundaries. This is checked using BUG_ON.
As there should only be one producer in the kernel of such packets,
namely GRO, this requirement should not be difficult to maintain.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dcb/dcbnl.c')
0 files changed, 0 insertions, 0 deletions