Displaying 1 result from an estimated 1 matches for "vemlehn".
Did you mean:
veclen
2012 May 03
0
[PATCH v5 0/9] skb paged fragment destructors
...giving up full ownership of those page''s
lifecycle. It implements something broadly along the lines of what was
described in [1].
I have also included a patch to the RPC subsystem which uses this API to
fix the bug which I describe at [2].
I''ve also had some interest from David VemLehn and Bart Van Assche
regarding using this functionality in the context of vmsplice and iSCSI
targets respectively (I think).
Changes since last time:
* The big change is that the patches now explicitly align the
"nr_frags" member of the shinfo, as suggested by Alexander...