[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20110915.154147.1373009952462410742.davem@davemloft.net>
Date: Thu, 15 Sep 2011 15:41:47 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: Ian.Campbell@...rix.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 0/14] skb fragment API: convert network drivers (part
II)
From: Ian Campbell <Ian.Campbell@...rix.com>
Date: Wed, 31 Aug 2011 11:46:48 +0100
> The following series converts the second batch of network drivers to the
> SKB pages fragment API introduced in 131ea6675c76. I expect there will
> be ~4 similarly sized batches to convert all the drivers over.
>
> This is part of my series to enable visibility into SKB paged fragment's
> lifecycles, [0] contains some more background and rationale but
> basically the completed series will allow entities which inject pages
> into the networking stack to receive a notification when the stack has
> really finished with those pages (i.e. including retransmissions,
> clones, pull-ups etc) and not just when the original skb is finished
> with, which is beneficial to many subsystems which wish to inject pages
> into the network stack without giving up full ownership of those page's
> lifecycle. It implements something broadly along the lines of what was
> described in [1].
Series applied, thanks.
--
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