[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170206.113713.909254912988506474.davem@davemloft.net>
Date: Mon, 06 Feb 2017 11:37:13 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: mst@...hat.com
Cc: john.fastabend@...il.com, kubakici@...pl, jasowang@...hat.com,
ast@...com, john.r.fastabend@...el.com, netdev@...r.kernel.org
Subject: Re: [net-next PATCH v2 0/5] XDP adjust head support for virtio
From: "Michael S. Tsirkin" <mst@...hat.com>
Date: Mon, 6 Feb 2017 06:39:54 +0200
> Well the point is to avoid resets completely, at the cost of extra 256 bytes
> for packets > 128 bytes on ppc (64k pages) only.
>
> Found a volunteer so I hope to have this idea tested on ppc Tuesday.
>
> And really all we need to know is confirm whether this:
> -#define MERGEABLE_BUFFER_MIN_ALIGN_SHIFT ((PAGE_SHIFT + 1) / 2)
> +#define MERGEABLE_BUFFER_MIN_ALIGN_SHIFT (PAGE_SHIFT / 2 + 1)
>
> affects performance in a measureable way.
>
> So I would rather wait another day. But the patches themselves
> look correct, from that POV.
>
> Acked-by: Michael S. Tsirkin <mst@...hat.com>
>
> but I would prefer that you waited another day for a Tested-by from me too.
Ok.
Powered by blists - more mailing lists