[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen/netfront: improve truesize tracking
On Thu, 2012-12-20 at 13:51 +0100, Sander Eikelenboom wrote: > Eric: > From the warn_on_once, delta should be smaller than len, but probably > they should be as close together as possible. > When you say "accurate estimation", what would be a acceptable > difference between DELTA and LEN ? I would use the most exact value, which is : skb->truesize += nr_frags * PAGE_SIZE; Then, if we can spot later a regression in some stacks, adapt the limiting parameters. I did a lot of work in GRO and TCP stack to reduce the memory, and further changes are possible. We really want to account memory, because we want to control how memory is used on our machines and don't let some users use more than the amount that was allowed to them. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |