[ovs-dev] [PATCH v3 0/4] vhost tx retry updates

Eelco Chaudron echaudro at redhat.com
Thu Jun 27 11:44:17 UTC 2019


> v3:
> - 2/4 really updated text to NETDEV_MAX_BURST this time
> - 4/4 comments from Flavio. Made max retries limit 32.
>
> v2:
> - 1/4 - split out minor fix from docs patch
> - 2/4 - updated text, NETDEV_MAX_BURST, QEMU/libvirt versions
> - 3/4 - removed unneeded MIN()
> - 4/4 - explicitly range check, removed unneeded tx_counters fn changes
>
> Kevin Traynor (4):
>   netdev-dpdk: Fix additional vhost tx retry.
>   doc: Add info on vhost tx retries.
>   netdev-dpdk: Add stats for vhost tx retries.
>   netdev-dpdk: Enable vhost-tx-retries config.
>
>  Documentation/topics/dpdk/vhost-user.rst | 66 ++++++++++++++++++++++++
>  include/openvswitch/netdev.h             |  1 +
>  lib/netdev-dpdk.c                        | 41 +++++++++++++--
>  vswitchd/bridge.c                        |  3 +-
>  vswitchd/vswitch.xml                     | 10 ++++
>  5 files changed, 115 insertions(+), 6 deletions(-)

Series look fine to me, so ACK below is for the series

Acked-by: Eelco Chaudron <echaudro at redhat.com>


More information about the dev mailing list