[dpdk-dev] [PATCH] vhost: batch used descriptors chains write-back with packed ring
Maxime Coquelin
maxime.coquelin at redhat.com
Wed Dec 12 10:41:26 CET 2018
Sorry, just notice I missed to add v2 to the commit message prefix.
On 12/12/18 9:24 AM, Maxime Coquelin wrote:
> Instead of writing back descriptors chains in order, let's
> write the first chain flags last in order to improve batching.
>
> With Kernel's pktgen benchmark, ~3% performance gain is measured.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
> lib/librte_vhost/virtio_net.c | 39 +++++++++++++++++++++--------------
> 1 file changed, 24 insertions(+), 15 deletions(-)
>
More information about the dev
mailing list