[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V7 net-next 1/7] xen-netback: Move grant_copy_op array back into struct xenvif.
On Tue, Apr 29, 2014 at 02:27:09PM +0100, Andrew J. Bennieston wrote: > From: "Andrew J. Bennieston" <andrew.bennieston@xxxxxxxxxx> > > This array was allocated separately in commit ac3d5ac2 due to it being > very large, and a struct xenvif is allocated as the netdev_priv part of > a struct net_device, i.e. via kmalloc() but falling back to vmalloc() if > the initial alloc. fails. > > In preparation for the multi-queue patches, where this array becomes > part of struct xenvif_queue and is always allocated through vzalloc(), > move this back into the struct xenvif. > > Signed-off-by: Andrew J. Bennieston <andrew.bennieston@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> Minor nit: should include the actual title of ac3d5ac2 in the commit log _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |