Re: [PATCH v2 1/3] virtio_net: Split receive buffer alloc/add

From: Rusty Russell
Date: Tue Jan 10 2012 - 20:31:20 EST


On Tue, 10 Jan 2012 09:41:01 -0800, Mike Waychison <mikew@xxxxxxxxxx> wrote:
> In preparation for allocating receive buffers in the slow path without
> disabling NAPI, split the allocation and addition of receive buffers
> apart into two separate functions (per receive buffer type).
>
> While here, move the vi->num accounting into the add functions.
>
> Signed-off-by: Mike Waychison <mikew@xxxxxxxxxx>

Hi Mike...

This exposes a nasty ugliness in the way virtio_net works. We
allocate an skbuff for the small packet case, and just allocate the
pages for the large packet cases, and alloc the skbuff when we fill the
pages.

I think all the allocators should return a populated skbuff;
this uses a bit more memory in theory, but should make the code simpler.
As an added bonus, your life should get much simpler for these patches.

I'll try to create such a patch tonight, but I'm busy finalizing my
linux.conf.au presentation, so it might take longer :(

Thanks,
Rusty.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/