[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081215.232719.194297496.davem@davemloft.net>
Date: Mon, 15 Dec 2008 23:27:19 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: herbert@...dor.apana.org.au
Cc: netdev@...r.kernel.org, johnpol@....mipt.ru,
bhutchings@...arflare.com
Subject: Re: [PATCH 1/8] net: Add frag_list support to skb_segment
From: Herbert Xu <herbert@...dor.apana.org.au>
Date: Sat, 13 Dec 2008 12:35:19 +1100
> 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@...dor.apana.org.au>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists